aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-file.ts
Commit message (Collapse)AuthorAgeFilesLines
* Video file metadata PR cleanupChocobozzz2020-03-101-40/+39
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-10/+86
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Add infohash cacheChocobozzz2020-01-031-1/+8
|
* Use a migration script to generate HLS torrent filesChocobozzz2019-12-121-1/+1
|
* Add ability to disable webtorrentChocobozzz2019-11-251-6/+81
| | | | In favour of HLS
* Update server dependenciesChocobozzz2019-10-211-1/+1
|
* Stronger model typingsChocobozzz2019-08-191-1/+2
|
* Add audio support in uploadChocobozzz2019-05-161-0/+5
|
* Upgrade sequelizeChocobozzz2019-04-241-15/+12
|
* Update P2P media loader peer versionChocobozzz2019-04-081-0/+24
|
* findById -> findByPkChocobozzz2019-02-211-1/+1
|
* Add hls support on serverChocobozzz2019-02-111-3/+3
|
* Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-0/+20
|
* Add import finished and video published notifsChocobozzz2019-01-091-2/+0
|
* Support additional video extensionsChocobozzz2018-12-111-1/+3
|
* Delete correctly redundancy filesChocobozzz2018-10-031-0/+13
|
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-2/+2
| | | | Null values are not considered equal in a UNIQUE index
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-0/+6
|
* Basic video redundancy implementationChocobozzz2018-09-131-1/+24
|
* Filter tracker based on infohashChocobozzz2018-08-141-0/+15
|
* Optimize SQL queriesChocobozzz2018-07-241-0/+4
|
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-2/+13
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-67/+42
|
* Misc cleanupChocobozzz2017-11-271-12/+4
|
* Modify video file size to bigintChocobozzz2017-09-221-1/+1
|
* Move video file metadata in their own tableChocobozzz2017-08-251-0/+89
Will be used for user video quotas and multiple video resolutions