auto-organize: leave track/disc number blank if tag missin

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: auto-organize: leave track/disc number blank if tag missin

Re: auto-organize: leave track/disc number blank if tag missin

by carstengiese » Sun Apr 30, 2023 7:11 am

I always use this pattern:
\\synology\music\<Album-Interpret>\<Album>\$if(<Disc #>,CD <Disc #:2>)\$if(<Disc #>,<Disc #><Track#:2>,<Track#:2>) - <Interpret> - <Titel>

Re: auto-organize: leave track/disc number blank if tag miss

by yarguy » Tue Jun 27, 2017 7:00 am

The masks allow if statements. So to include a disc# only if there is a disk number and you want a hyphen and to check for a track number use:

$if(<Disc#>,<Disc#>-)$if(<Track#>,<Track#> )

If you always want track numbers to be two digits (makes sorting work right) use:

$if(<Disc#>,<Disc#>-)$if(<Track#>,<Track#:2> )

EDIT: Sorry, I left out a comma in the <Track> rule. It's now been added.

Re: auto-organize: leave track/disc number blank if tag miss

by MMFrLife » Tue Jun 27, 2017 6:34 am

Not sure, but this dir/fn mask configurations (from signature) may help until someone else shows up.

auto-organize: leave track/disc number blank if tag missin

by oliver.iacono » Tue Jun 27, 2017 4:19 am

Hello,

I'm just trialling some iTunes alternatives since deciding that it's been updated past the point of usability. I also have an android phone and would like to be able to sync music easily.
I had a go at musicbee and am now trialling mediamonkey and both programs make it extremely hard to auto-organise the library the way I would like it to. I don't at this stage want to buy mediamonkey gold when I might end up using something else anyway, especially since mediamonkey is aesthetically very unpleasing.

I've added my music library to the program, and would now like to auto-organize the library to a new mediamonkey folder (like itunes does) and organise the folders in the way that itunes does - that is, disc#-track# title:

Code: Select all

2-01 Birthday
If there is no disc number tag, I would like it to leave it blank AND remove the hyphen

Code: Select all

01 Birthday
At the moment it can't remove the hyphen

Code: Select all

-01 Birthday
If there is no track number tag, I would like it to leave it blank

Code: Select all

Birthday
At the moment it places a 00 there instead

Code: Select all

00 Birthday
Anyone know if mediamonkey is capable of this/how to do it?
Thanks

Top