I'm trying to use the [IFEQUALS] function to create a soundtrack directory if the genre is soundtrack or showtunes.
Ideally I'm trying to have a folder structure
/Music/Artist/F/Franz Ferdinand/Tonight (2009)/
/Soundtrack/S/Star Wars/
/Various Artist/J/Jock Jams (1998)/
The priority is that all soundtracks go into the soundtrack folder even if its a various artist album. Then the remaining various artist albums. followed by single musician & band albums into the artists folder.
The following is the naming scheme I'm using at the moment without the soundtrack sorting into another folder.
[IFCOMP][IFVALUE]album artist,[album artist],Various Artists[]\[grab]1,1,[album][]\[album] [year]\[IFMULTI]Disc [SETLEN]2,48,,[disc][]\[][track]–[title]-[artist]-[album] [year][IFMULTI] Disc [SETLEN]2,48,,[disc][][][][IF!COMP]Artist\[IFVALUE]album artist,[GRAB]1,1,[album artist][],[artist][]\[album artist]\[album] [year]\[IFMULTI]Disc [SETLEN]2,48,,[disc][]\[][track]–[title]-[album artist]-[album] [year][IFMULTI] Disc [SETLEN]2,48,,[disc][][][]
Ideally I'm trying to have a folder structure
/Music/Artist/F/Franz Ferdinand/Tonight (2009)/
/Soundtrack/S/Star Wars/
/Various Artist/J/Jock Jams (1998)/
The priority is that all soundtracks go into the soundtrack folder even if its a various artist album. Then the remaining various artist albums. followed by single musician & band albums into the artists folder.
The following is the naming scheme I'm using at the moment without the soundtrack sorting into another folder.
[IFCOMP][IFVALUE]album artist,[album artist],Various Artists[]\[grab]1,1,[album][]\[album] [year]\[IFMULTI]Disc [SETLEN]2,48,,[disc][]\[][track]–[title]-[artist]-[album] [year][IFMULTI] Disc [SETLEN]2,48,,[disc][][][][IF!COMP]Artist\[IFVALUE]album artist,[GRAB]1,1,[album artist][],[artist][]\[album artist]\[album] [year]\[IFMULTI]Disc [SETLEN]2,48,,[disc][]\[][track]–[title]-[album artist]-[album] [year][IFMULTI] Disc [SETLEN]2,48,,[disc][][][]
Comment