Server is on Version 1.20.2.3402
Plex Web is Version 4.44.2
Wanted to post my naming script for MusicBrainz Picard. It works well for my purpose and folder structure. Its a beginner script. I hope this script helps someone trying to name and organize files for Plex using Musicbrainz Picard like I am.
$if2(%albumartist%,%artist%)/$if($ne(%albumartist%,),%albumartist% - %album%/,)$if($gt(%totaldiscs%,1),Disc %discnumber%/,)$if($gt(%totaldiscs%,1),%discnumber%-,)$if($ne(%albumartist%,),$num(%tracknumber%,2) ,)- $if($eq(%albumartist%,Various Artists),%artist% - %title%,%title%)
The script is built on the default script, and is very basic. There is only one rule/thing to remember. For Compilation/Soundtrack CDs the Album Artist tag must be Various Artists. If the Album Artist tag is Various Artists then this script will do the following:
Example:
Various Artists / Various Artists - Gone In 60 Seconds / 03 - Moby - Flower
If the Album Artist Does not have Various Artists in the Album Artist tag, the script will do the following:
Example:
Oasis / Oasis - (What’s The Story) Morning Glory? / 03 - Wonderwall
If it is a multi disc album then the script will do the following:
Example:
Ellie Goulding / Ellie Goulding - Halcyon Days / Disc 1 / 1-01 - Don’t Say A Word
Ellie Goulding / Ellie Goulding - Halcyon Days / Disc 2 / 2-01 - Burn
This is my first script and very basic at that. I don’t understand scripting and am very much a beginner using Musicbrainz Picard. After a lot of trial and error I found something that worked the way I wanted and stopped fiddling with the script. I’m sure I will run into some albums that won’t be named right. But I will deal with those when the time comes and update my script then.