Media: Store the release dates as timestamp instead of years
This MR aims at storing an actual timestamp in the Media release_date column. Most media expose a release year instead of an actual date, but we will need to expose a real date for subscriptions, and don't want to add another column for that.
While this doesn't break the API per-se, it will definitely cause a behavior change that will need some adaptations in the apps.
Edited by Hugo Beauzée-Luyssen
Merge request reports
Activity
Filter activity
changed milestone to %0.13.0
added API break label
assigned to @chouquette
added 1 commit
- 0354fb15 - migration: Convert stored release years to timestamps
added 14 commits
-
447acf33...eb00b797 - 11 commits from branch
videolan:master
- cd24070e - Media: Use time_t to store/return the release date
- f13aea01 - MetadataParser: Store a full date for media
- 0dd82899 - migration: Convert stored release years to timestamps
Toggle commit list-
447acf33...eb00b797 - 11 commits from branch
enabled an automatic merge when the pipeline for 9a870aae succeeds
enabled an automatic merge when the pipeline for 79f9ef93 succeeds
Please register or sign in to reply