Hello
until now, I have used the following scheme:
[MAXLENGTH]240,[IFEQUALS]genre,Classical,[IFCOMP]Compilations\[album][IFVALUE]album artist,\[album artist]\,[]\[IFMULTI]Disc [disc] - [][track] - [title] ([composer] - [artist])[][IF!COMP][composer]\[album] ([year])\[IFVALUE]album artist,[album artist],[artist][]\[IFMULTI] Disc [disc] - [][track] - [title] ([album] ([composer]) - [artist])[][][IF!EQUALS]genre,Classical,[IFCOMP]Compilations\[album][IFVALUE]album artist,\[album artist]\,[]\[IFMULTI] Disc [disc] - [][track] - [artist] - [title][][IF!COMP][IFVALUE]album artist,[album artist],[artist][]\[album]\[IFMULTI] Disc [disc] - [][track] - [title] ([artist] - [album])[][][]
Now I wanted to ADD a command for the genre musical, which looks like this:
[IFEQUALS]genre,Musical,[IFCOMP]Musical\[album][IFVALUE]album artist,\[album artist]\,[]\[IFMULTI]Disc [disc] - [][track] - [title] ([composer] - [artist])[][IF!COMP]Musical\[composer]\[album]\[IFVALUE]album artist,[album artist],[artist][]\[IFMULTI] Disc [disc] - [][track] - [title] ([album] ([composer]) - [artist])[][]
Additionaly, if possible, I would love to have a scheme for soundtracks:
[IFEQUALS]genre,Soundtrack,[IFCOMP]Soundtrack\[album][IFVALUE]album artist,\[album artist]\,[]\[IFMULTI]Disc [disc] - [][track] - [title] ([composer] - [artist])[][IF!COMP]Soundtrack\[composer]\[album]\[IFVALUE]album artist,[album artist],[artist][]\[IFMULTI] Disc [disc] - [][track] - [title] ([album] ([composer]) - [artist])[][]
But if I understand the naming schemes rules correctly, that would conflict with the command "[IF!EQUALS]genre,Classical,[...." in the middle of the first scheme above - since it's the command "if it's classical /if it's not classical" and not "if/else". What would I have to add a distinction between "if it's classical / if it's musical / if it's soundtrack / if it's something else"?
Thanks alot for your help
until now, I have used the following scheme:
[MAXLENGTH]240,[IFEQUALS]genre,Classical,[IFCOMP]Compilations\[album][IFVALUE]album artist,\[album artist]\,[]\[IFMULTI]Disc [disc] - [][track] - [title] ([composer] - [artist])[][IF!COMP][composer]\[album] ([year])\[IFVALUE]album artist,[album artist],[artist][]\[IFMULTI] Disc [disc] - [][track] - [title] ([album] ([composer]) - [artist])[][][IF!EQUALS]genre,Classical,[IFCOMP]Compilations\[album][IFVALUE]album artist,\[album artist]\,[]\[IFMULTI] Disc [disc] - [][track] - [artist] - [title][][IF!COMP][IFVALUE]album artist,[album artist],[artist][]\[album]\[IFMULTI] Disc [disc] - [][track] - [title] ([artist] - [album])[][][]
Now I wanted to ADD a command for the genre musical, which looks like this:
[IFEQUALS]genre,Musical,[IFCOMP]Musical\[album][IFVALUE]album artist,\[album artist]\,[]\[IFMULTI]Disc [disc] - [][track] - [title] ([composer] - [artist])[][IF!COMP]Musical\[composer]\[album]\[IFVALUE]album artist,[album artist],[artist][]\[IFMULTI] Disc [disc] - [][track] - [title] ([album] ([composer]) - [artist])[][]
Additionaly, if possible, I would love to have a scheme for soundtracks:
[IFEQUALS]genre,Soundtrack,[IFCOMP]Soundtrack\[album][IFVALUE]album artist,\[album artist]\,[]\[IFMULTI]Disc [disc] - [][track] - [title] ([composer] - [artist])[][IF!COMP]Soundtrack\[composer]\[album]\[IFVALUE]album artist,[album artist],[artist][]\[IFMULTI] Disc [disc] - [][track] - [title] ([album] ([composer]) - [artist])[][]
But if I understand the naming schemes rules correctly, that would conflict with the command "[IF!EQUALS]genre,Classical,[...." in the middle of the first scheme above - since it's the command "if it's classical /if it's not classical" and not "if/else". What would I have to add a distinction between "if it's classical / if it's musical / if it's soundtrack / if it's something else"?
Thanks alot for your help
Comment