ubuntu:sound:musicbrainz_picard:file_naming_setting
Differences
This shows you the differences between two versions of the page.
ubuntu:sound:musicbrainz_picard:file_naming_setting [2020/09/21 12:03] – created 192.168.1.1 | ubuntu:sound:musicbrainz_picard:file_naming_setting [2020/09/21 12:03] (current) – 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - Sound - MusicBrainz Picard - File Naming Setting ====== | ====== Ubuntu - Sound - MusicBrainz Picard - File Naming Setting ====== | ||
+ | |||
+ | ===== Peter Filenaming Settings ===== | ||
+ | |||
+ | Navigate to **Options > Options > File Naming**. | ||
+ | |||
+ | |||
+ | < | ||
+ | $replace($rreplace( | ||
+ | $if($eq(%albumartist%, | ||
+ | |||
+ | $upper($left($delprefix($left($rreplace($if2(%albumartist%, | ||
+ | |||
+ | ) | ||
+ | |||
+ | |||
+ | $delprefix($if2(%albumartist%, | ||
+ | |||
+ | $if($ne(%albumartist%, | ||
+ | $if(%date%, | ||
+ | |||
+ | $if(%date%, | ||
+ | |||
+ | $if($gt(%totaldiscs%, | ||
+ | |||
+ | $num(%tracknumber%, | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Peter - Older ===== | ||
+ | |||
+ | |||
+ | |||
+ | < | ||
+ | $replace($rreplace( | ||
+ | $if($eq(%albumartist%, | ||
+ | $left($upper($if2($delprefix(%albumartist%, | ||
+ | / | ||
+ | $if($ne(%albumartist%, | ||
+ | $if(%date%, | ||
+ | | ||
+ | $if($gt(%totaldiscs%, | ||
+ | $num(%tracknumber%, | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ==== Older ==== | ||
+ | |||
+ | |||
+ | < | ||
+ | $replace($rreplace( | ||
+ | $if($eq(%albumartist%, | ||
+ | $left($upper($if2($delprefix(%albumartist%, | ||
+ | / | ||
+ | $if($ne(%albumartist%, | ||
+ | $if(%date%, | ||
+ | | ||
+ | $if($gt(%totaldiscs%, | ||
+ | $num(%tracknumber%, | ||
+ | </ | ||
ubuntu/sound/musicbrainz_picard/file_naming_setting.1600689797.txt.gz · Last modified: 2020/09/21 12:03 by 192.168.1.1