[abcde] Don't include ‘DISCNUMBER’ in the file name
The disc number is actually already included at the start of the ‘TRACKNUM’ field, so adding it to the ‘OUTPUTFORMAT’ setting explicitly just doubles it. This means that with it specified calling abcde like this: abcde -W 1 Would result in a file name like ‘1101 - something.ext’
This commit is contained in:
parent
2313102c2b
commit
c0efc55839
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ACTIONS=cddb,read,encode,tag,move,clean
|
|||
|
||||
# Decide here how you want the tracks labelled for a standard 'single-artist',
|
||||
# multi-track encode and also for a multi-track, 'various-artist' encode:
|
||||
OUTPUTFORMAT='${OUTPUT}/${ARTISTFILE} - ${ALBUMFILE}/${DISCNUMBER}${TRACKNUM} - ${TRACKFILE}'
|
||||
OUTPUTFORMAT='${OUTPUT}/${ARTISTFILE} - ${ALBUMFILE}/${TRACKNUM} - ${TRACKFILE}'
|
||||
VAOUTPUTFORMAT='${OUTPUT}/Various - ${ALBUMFILE}/${TRACKNUM} - ${ARTISTFILE} - ${TRACKFILE}'
|
||||
|
||||
# Decide here how you want the tracks labelled for a standard 'single-artist',
|
||||
|
|
Loading…
Reference in a new issue