Okay, my mind is melting. I've looked at this for ages and can't spot the issue and therefore am hoping that one of you kind folk might spot it -
wood for the trees an' all that..
I want to set up a dynamic naming as follows (for the ripper and also batch converter);
If 'soundtrack' = ..soundtrack\year - album\(if multi CD no.)\track - artist - title
If 'classical' compilation of various composers works = ..classical\various\album artist\year - album\(if multi CD no.)\track - title
If 'classical' cd of one composers works = ..classical\composer\album artist\year - album\(if multi CD no.)\track - title
Normal pop/rock etc. compilation cds = ..Various Artists\year - album\(if multi CD no.)\track - artist - title
Finally, if a normal pop/rock cd by one artist = ..album artist\year - album\(if multi CD no.)\track - title
I've got this at the moment..
[IFEQUALS]Genre,Soundtrack,soundtracks\[year] - [album]\[IFMULTI] CD[disc][]\[track] - [artist] - [title][][IFEQUALS]Genre,classical,classical\[IFCOMP]Various\[album artist]\[Year] - [album][IFMULTI]CD[disc][]\[track] - [title][][IF!COMP][composer]\[album artist]\[year] - [album]\[IFMULTI]CD[disc][]\[track] - [title][][][IFCOMP]Various Artists\[year] - [album]\[IFMULTI]CD[disc][]\[track] - [artist] - [title][][IF!COMP][IFVALUE]album artist,[album artist],[artist][]\[Year] - [album][IFMULTI] CD[disc][]\[track] - [title][]
If I use just the soundtrack and classical bit it seems to work. If I use the remainder it seems to work. Together though it falls over and adds extra folder paths to some of the file types..
Can someone help?
If someone can suggest a better scheme I'd also welcome comment.
Thanks in advance!
wood for the trees an' all that..
I want to set up a dynamic naming as follows (for the ripper and also batch converter);
If 'soundtrack' = ..soundtrack\year - album\(if multi CD no.)\track - artist - title
If 'classical' compilation of various composers works = ..classical\various\album artist\year - album\(if multi CD no.)\track - title
If 'classical' cd of one composers works = ..classical\composer\album artist\year - album\(if multi CD no.)\track - title
Normal pop/rock etc. compilation cds = ..Various Artists\year - album\(if multi CD no.)\track - artist - title
Finally, if a normal pop/rock cd by one artist = ..album artist\year - album\(if multi CD no.)\track - title
I've got this at the moment..
[IFEQUALS]Genre,Soundtrack,soundtracks\[year] - [album]\[IFMULTI] CD[disc][]\[track] - [artist] - [title][][IFEQUALS]Genre,classical,classical\[IFCOMP]Various\[album artist]\[Year] - [album][IFMULTI]CD[disc][]\[track] - [title][][IF!COMP][composer]\[album artist]\[year] - [album]\[IFMULTI]CD[disc][]\[track] - [title][][][IFCOMP]Various Artists\[year] - [album]\[IFMULTI]CD[disc][]\[track] - [artist] - [title][][IF!COMP][IFVALUE]album artist,[album artist],[artist][]\[Year] - [album][IFMULTI] CD[disc][]\[track] - [title][]
If I use just the soundtrack and classical bit it seems to work. If I use the remainder it seems to work. Together though it falls over and adds extra folder paths to some of the file types..
Can someone help?
If someone can suggest a better scheme I'd also welcome comment.
Thanks in advance!
Comment