Another request for you Pablo:
I would like something along the lines of substr(). Or rtrim() and strlen(). The reason I need this is that I classify my music by super-genres. E.g. ELE - Ambient for ambient electronic music, ELE - Drum & Bass for drum and bass, ELE - Trance for Trance, and so on and so forth.
The Node structure I'm looking to get is:
-Super Genre
- - ELE
- - -Drum & Bass
- - -Trance
- - -Ambient
- - RCK
- - -General
- - -Hard Rock
- - -Heavy Metal
and these would be created from genre tags containing ("ELE - Trance", "RCK - Heavy Metal", etc.)
You can see why I need the rtrim() and strlen() functions; it's easy to create the first level of subnodes by using trim:3, but there is no way to get the sub sub nodes (i.e. drop the first 5 characters from the genre string) . I could make do with the full subgenre name as the sub sub node, but it would be sooooo much nicer if I could just have it as displayed. Pretty please?

Obviously this feature would probably be used by all of 1 person, but...
Oh, and while I'm at it, here is another idea:
I have a lot of artist fields filed out like so: artist A / artist B / artist C. It would be great if there was a way to explode the artist into it's three component artists and have them all appear in an artist node, without the multiple artist artist appearing. I think this would be a lot more of a challenge (esp since then clicking on Artist C would have to find the artist A / Artist B / Artist C file), but it would do a great job in cleaning up messy artist nodes...
Keep the good work up. And feel free to ignore my requests, I'll just take as much as I can get .
