mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-07 01:43:32 +08:00
Use playlist index as alternative track number
This commit is contained in:
committed by
GitHub
Unverified
parent
3cb05b86de
commit
7c944a8a64
@@ -451,7 +451,7 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
|
||||
add('date', 'upload_date')
|
||||
add(('description', 'comment'), 'description')
|
||||
add('purl', 'webpage_url')
|
||||
add('track', 'track_number')
|
||||
add('track', ('track_number', 'playlist_index'))
|
||||
add('artist', ('artist', 'creator', 'uploader', 'uploader_id'))
|
||||
add('genre')
|
||||
add('album')
|
||||
|
||||
Reference in New Issue
Block a user