Use playlist index as alternative track number
This commit is contained in:
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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user