Store release_year in metadata

This commit is contained in:
unkernet 2023-06-16 16:40:02 +07:00
parent a2534f7b88
commit c7c31479db
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
# 4. http://atomicparsley.sourceforge.net/mpeg-4files.html
add('title', ('track', 'title'))
add('date', 'upload_date')
add('date', ('release_year', 'upload_date'))
add(('description', 'comment'), 'description')
add('purl', 'webpage_url')
add('track', 'track_number')