mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-02 03:23:59 +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