mirror of
https://github.com/fergalmoran/picard.git
synced 2026-05-07 03:26:09 +00:00
PICARD-717 Added trailing comma to default name scripting
This commit is contained in:
@@ -33,7 +33,7 @@ from picard.ui.options.scripting import TaggerScriptSyntaxHighlighter
|
||||
|
||||
|
||||
_DEFAULT_FILE_NAMING_FORMAT = "$if2(%albumartist%,%artist%)/" \
|
||||
"$if($ne(%albumartist%,),%album%/)" \
|
||||
"$if($ne(%albumartist%,),%album%/ ,)" \
|
||||
"$if($gt(%totaldiscs%,1),%discnumber%-,)" \
|
||||
"$if($ne(%albumartist%,),$num(%tracknumber%,2) ,)" \
|
||||
"$if(%_multiartist%,%artist% - ,)" \
|
||||
|
||||
Reference in New Issue
Block a user