So, guys, I'm stuck :(
I'm using the batch converter to convert some folders with music. In "normal" albums, I'd like this directory/filename structure: [artist] - [album] ([year]) [MP3 V0]\[track] - [title]
However, and as expected, in a VA (Various Artists)/Compilation album, it creates a folder for every single artist/track. Thus, I'd like to have this directory/filename structure for VA albums: VA - [album] ([year]) [MP3 V0]\[track]. [artist] - [title]
I tried to put these together using [IFEQUALS]: if the [album artist] was VA, then it'd use one structure; it was wasn't, then it'd use the "normal structure".
I have no idea what's wrong, but it just creates a folder per artist/track anyway. I've tagged the album artist using both mp3tag (I think it adds a <Band> tag or something stupid like that) and foobar2000. Still doesn't work.
Here's what I'm using:
[IFEQUALS][album artist],VA,VA - [album] ([year]) [MP3 V0]\[track]. [artist] - [title][][IF!EQUALS][album artist],VA,[artist] - [album] ([year]) [MP3 V0]\[track] - [title][]
I'm using the batch converter to convert some folders with music. In "normal" albums, I'd like this directory/filename structure: [artist] - [album] ([year]) [MP3 V0]\[track] - [title]
However, and as expected, in a VA (Various Artists)/Compilation album, it creates a folder for every single artist/track. Thus, I'd like to have this directory/filename structure for VA albums: VA - [album] ([year]) [MP3 V0]\[track]. [artist] - [title]
I tried to put these together using [IFEQUALS]: if the [album artist] was VA, then it'd use one structure; it was wasn't, then it'd use the "normal structure".
I have no idea what's wrong, but it just creates a folder per artist/track anyway. I've tagged the album artist using both mp3tag (I think it adds a <Band> tag or something stupid like that) and foobar2000. Still doesn't work.
Here's what I'm using:
[IFEQUALS][album artist],VA,VA - [album] ([year]) [MP3 V0]\[track]. [artist] - [title][][IF!EQUALS][album artist],VA,[artist] - [album] ([year]) [MP3 V0]\[track] - [title][]
Comment