aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-file.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup shared modelsChocobozzz2021-05-111-1/+1
|
* Fix feedsChocobozzz2021-02-181-2/+1
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-1/+7
|
* Don't use @shared in modelsChocobozzz2020-08-271-2/+3
| | | | So other projects can use them
* Upgrade to angular 10Chocobozzz2020-08-071-3/+3
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-0/+3
| | | | | | | | | | | | | | | | | | | * 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 ability to disable webtorrentChocobozzz2019-11-251-0/+12
In favour of HLS