Post Reply 
Improving My Menu System In Kazoo
01-05-2020, 07:49
Post: #19
RE: Improving My Menu System In Kazoo
(30-04-2020 14:21)simoncn Wrote:  I am guessing/deducing that you have used a tag update file to add tags such as

@GENRE=Classical
MUSIC LIBRARIES=Classical Music
@GENRE=Bagpipe
MUSIC LIBRARIES=Bagpipe
etc.

You can also add sort tags for these tag values, for example:

@GENRE=Classical
MUSIC LIBRARIES=Classical Music
MUSIC_LIBRARIES_SORT=1
@GENRE=Bagpipe
MUSIC LIBRARIES=Bagpipe
MUSIC_LIBRARIES_SORT=4
etc.

and apply the sort values in the tagValue property with this setting:

Music Libraries.value.sort={Music_Libraries_Sort}

Thanks again, Simon. However, I'm struggling to get this to work. Firstly, do I need to add a '+' sign before the new tag - ie:
@GENRE=Bagpipe
+MUSIC LIBRARIES=Bagpipe

Without the '+' sign it didn't seem to work. I got a message saying:

MinimServer: unexpected instruction in line 2 of /share/Music/tagUpdate.txt

Secondly. Would I also need a '+' sign before the MUSIC_LBRARIES_SORT tag? Furthermore, would I need to add this after each @GENRE, like this:
@GENRE=Blues/Country/Folk
+MUSIC LIBRARIES=Non Classical
+MUSIC_LIBRARIES_SORT=2
@GENRE=Electronic
+MUSIC LIBRARIES=Non Classical
+MUSIC_LIBRARIES_SORT=2

Lastly, I must have something incorrect in my tagValue, since when I rescan I get the following error message (and MinimWatch is Red):

MinimServer: incorrect tag name 'Music_Libraries_Sort' in option 'Music Libraries.value.sort' in property 'tagValue'

I basically copied and pasted your suggestion into the properties box, so I'm not sure what is up.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Improving My Menu System In Kazoo - gnomus - 01-05-2020 07:49

Forum Jump:


User(s) browsing this thread: 1 Guest(s)