Post Reply 
Can I configure Group value
25-05-2017, 07:57
Post: #2
RE: Can I configure Group value
(24-05-2017 11:57)paultaylor Wrote:  So I have SongKong configured to prepend the album name with the composer(s) when it is missing making it clearer what the album is. But I dont prepend the GROUP field with the composer field so when you play a GROUP the display does not show the composer.

I wasnt clear if you could use tagCustom or tagValue so that the composer is always appended to the GROUP name or not, if not I may modify SongKong accordingly.

To do this, add the following setting to the tagFormat property:

Group.displayFormat={$composer^^: $group}

Quote:Secondly I have similar problem browsing by work, its not so much a problem because if you know the composer you want you can browse by composer first and then will be presented with works for that composer. But if you go straight to work it would be clearer if could see composer as part of the title. Is it possible to create a browse index by append indexing value i.e browse by composer:work (if we have both values)

You could add this to tagFormat:

ComposerWork.indexFormat={$composer^^: $work}

This does what you want if both the Composer and Work tags are populated but it is likely to produce unwanted index entries if one or other of these tags is not populated.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Can I configure Group value - simoncn - 25-05-2017 07:57

Forum Jump:


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