aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrations/0485-video-file-metadata.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken migration introduced in 2.2.0-rc.1Chocobozzz2020-05-251-30/+0
|
* Fix migrationsChocobozzz2020-05-181-0/+30
|
* Add plugin auth migrationsChocobozzz2020-05-041-30/+0
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-0/+30
* 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