Author Topic: Organise Files / Auto-Capitalization Questions  (Read 923 times)

Droppisalt

  • Newbie
  • *
  • Posts: 12
1st question: Not sure if this is possible, but I'd like to copy my folder structure from Picard to MB. How should I proceed, if possible?

Code
$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),[:?"_]+,),  , )

2nd question: I'd like for every song that goes from my inbox to my library to be changed to all caps (fields include: Track Title, Album, Artist (as displayed and not displayed) and Album Artist. I think this could be done from ASR but unsure how to proceed. This could be done when the song gets imported into my inbox if this is easier to do.

Cheers!

The Incredible Boom Boom

  • Sr. Member
  • ****
  • Posts: 1269
1. I suggest you check out MB's Functions to see what you need to do to transfer your function over.

2. I don't think that's possible, but I may be wrong. The ASR option you're thinking of auto-applies whenever a track is modified by saving it.