Hey man,
I was wondering if you could help me with my file naming script
The following script gives me this structure:
E:\Musicbee\Tagged\B\Beatles, The[2014] Help!\07. Ticket to Ride.mp3
$replace($rreplace(
$if($eq(%albumartist%,Various Artists),
[Various Artists],
$left($if2(%albumartistsort%,%artistsort%),1)/$left($rreplace($if2(%albumartistsort%,%artistsort%),; [^)]+,), 60))
/
$if(%date%,[$left(%date%,4)] )$left($replace(%album%,/,), 70)
$if($gt(%totaldiscs%,1),$if(%discnumber%, (Disc %discnumber%),),)
/
$num(%tracknumber%,2). $left(%title%,120),[:?"_]+,), , )
But I want it to look like
E:\Musicbee\Tagged(Letter of alphabet)\Album Artist\Original Year\Album name\Disc number\ Track number - Track Title - [All artists] (feat. featured artist)
The Beatles should come under T, not B
How do I make it look like the final one. My inexperience clearly shows.
I hope one of the regulars check this out @rdswift @jesus2099
I would also like to know how to test these scripts
Thanks in advance!