Hi, I just purchased Reference yesterday because I want to convert my FLAC collection to MP3.
All my files have the mediatype tag set which i (mis-)use for information about the release type (studio, compilation, live, etc...).
My folder structure looks like this
I use brackets [] for mediatype and year. Now the problem is the mediatype tag.
returns the correct value and puts it in brackets. So far so good. Even if I insert it into the complete scheme for non-compilations it will work:
Now I'm using a different scheme for compilations, so I add [IFCOMP] to distinguish:
Instead of
it will now return
and the Compilation part creates two additional subfolders.
Most likely it's a problem with brackets somewhere, but I just can't figure out. Anybody can help?
All my files have the mediatype tag set which i (mis-)use for information about the release type (studio, compilation, live, etc...).
My folder structure looks like this
Code:
(Album) Artist\[mediatype] [year] Album\MP3\...
Code:
[[tag]mediatype[]]
Code:
[IFVALUE]album artist,[album artist],[artist][]\[[tag]mediatype[]] [[year]] [album]\[UPPER][extension][]\[artist] + [album] + [disc]-[SETLEN]2,,,[track][] + [title]
Code:
[IFCOMP][IFVALUE]album artist,[album artist],-= SAMPLER =-[]\[[year]] [album]\[UPPER][extension][]\[album] + [disc]-[SETLEN]2,,,[track][] + [artist] + [title][][IF!COMP][IFVALUE]album artist,[album artist],[artist][]\[[tag]mediatype[]] [[year]] [album]\[UPPER][extension][]\[artist] + [album] + [disc]-[SETLEN]2,,,[track][] + [title][]
Code:
Madonna\[Studio] [2003] Immaculate\MP3\Madonna + Immaculate + 1-05 + Holiday
Code:
Madonna\ [2003] Immaculate\MP3\Madonna + Immaculate + 1-05 + Holiday
Most likely it's a problem with brackets somewhere, but I just can't figure out. Anybody can help?
Comment