schnittlich
Sep 16 2005, 17:11
I am having a problem achieving the following:
-GENRE
-----ARTIST
----------[DATE] ALBUM1
----------[DATE] ALBUM2
----------[DATE] ALBUM3
This is the string I am trying:
CODE
genre|artist|[ '['(%date%)']'] %album%
Any ideas?
brett
A_Man_Eating_Duck
Sep 16 2005, 17:47
shouldn't it be
CODE
%genre%|%artist%|'['[%date%]']' %album%
gfngfgf
Sep 16 2005, 19:24
schnittlich: the parentheses '()' are special characters, so you need to surround them with quotes, just like you did with the square brackets.
A_Man_Eating_Duck: in the 0.8.3 Album List, if you just put the tag name like "genre", multiple fields will be split (that is, if you have multiple genre tags, each genre will be listed separately). I'm not certain, but I don't think you can do that in 0.9b.
edit: I just looked at that again, schnittlich, and I see that shouldn't be the problem. You can try just removing the parentheses, since they don't really look necessary.