Feature description:
For the multiple values supported basic string, for example %artist% %albumartist% %genre% %mood% %style% %tarck.tags%, to show the specific raw sequence value.
if the mood value is “happy, excited”, so I use %mood.1%, it will just show “happy”.Likewise, when I use %mood.2%, it will only show “excited”.
Problem solved:
When user’s Music Library have some song, these songs have some featuring artist, user want to reserve them in artist tag for indexing in Symfonium and do not to destroy the integrity of the music tag.But in the now playing page user do not want show these featuring artist, because it occupy a lot of space in one line thus affecting cleanlines.And the main artist have be written in the first raw sequence of the artist tag, so user just need to use the %artist.1% to let only the mian artist will be show in the now playing page.In other scenarios I get konw that some user get used to use multiple values in genre mood style tag, and they have the same need that just to show only a few but not all the value of these tag in now playing pag, so I think this is a good way to solve it.
Brought benefits:
Reserve all the user thought useful tags of music, do not destory it, but to through show part value of these tags to make their now playing page enrough clean.
Other application solutions:
Just for the custom string of now playing page in symfonium.Because the raw value in these tags can be identify and separat, then the every sequence of these value symfonium can konow too.And this creates the necessary conditions for this feature.
Additional description and context:
In theory, I think the supported basic string is %artist% %albumartist% %composer% %genre% %style% %mood% %track.tags% and all of these next. series.
Screenshots / Mockup: