[pp/FFmpegMetadata] Add more tag mappings (#14654)

Authored by: garret1317
This commit is contained in:
garret1317
2025-12-07 23:04:03 +00:00
committed by GitHub
parent 7bd79d9296
commit 04050be583
2 changed files with 4 additions and 4 deletions

View File

@@ -750,8 +750,8 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
add('track', 'track_number')
add('artist', ('artist', 'artists', 'creator', 'creators', 'uploader', 'uploader_id'))
add('composer', ('composer', 'composers'))
add('genre', ('genre', 'genres'))
add('album')
add('genre', ('genre', 'genres', 'categories', 'tags'))
add('album', ('album', 'series'))
add('album_artist', ('album_artist', 'album_artists'))
add('disc', 'disc_number')
add('show', 'series')