Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Splitting tags in UPnP Media Library Tree? (Read 1200 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Splitting tags in UPnP Media Library Tree?

Is it possible to split tags in the Media Library Tree and if yes, what is the correct syntax to achieve this?

I use a semicolon to separate artists in the Album Artist tag. With FoobarCon, the names can be split using $meta_sep(album artist,';'). I'm looking for a similar solution to be used with Media Library Tree. After some googling, I've only found something like .split";" but I'm not sure how to use it (or if it's correct to begin with).