![]() |
|
Advice on Embedding Ratings into Tags - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: Advice on Embedding Ratings into Tags (/showthread.php?tid=5611) Pages: 1 2 |
RE: Advice on Embedding Ratings into Tags - schliden - 15-04-2020 10:45 I've used TIT1 (ContentGroup) as suggested. I've added Stars:CONTENTGROUP to my aliasTags. I've then replaced CONTENTGROUP with Stars in my indexTags, however Stars does not appear after I rescan ? RE: Advice on Embedding Ratings into Tags - simoncn - 15-04-2020 11:21 You need ContentGroup:Stars. The first word is the tag in the file. The second word is what you want MinimServer to use. After making this change, restart MinimServer. RE: Advice on Embedding Ratings into Tags - schliden - 15-04-2020 11:37 Thank-you Simon. RE: Advice on Embedding Ratings into Tags - schliden - 23-04-2020 13:34 Is it possible to select tracks using the > operator. For example, to be able to select a genre and then all tracks rated > 3 RE: Advice on Embedding Ratings into Tags - simoncn - 23-04-2020 14:11 This isn't possible. Only exact matches can be shown. You coud use tag update to simulate something like this by creating a new tag such as "Favourites" and adding this tag to all tracks with Rating=4 and Rating=5. RE: Advice on Embedding Ratings into Tags - schliden - 24-04-2020 03:57 Thanks. I seem to have got it working with the following: # tagUpdate.txt @RATING=4 @RATING=4.5 @RATING=5 +4S+=4S+ indexTags: ..., 4S+=4S+, ... which gives me a new '4S+' category, which is fine. As a matter of interest, is there a way to add a new option of 4S+ to the existing RATING category. RE: Advice on Embedding Ratings into Tags - simoncn - 24-04-2020 07:57 (24-04-2020 03:57)schliden Wrote: As a matter of interest, is there a way to add a new option of 4S+ to the existing RATING category. You can this with: @RATING=4 @RATING=4.5 @RATING=5 +RATING=4S+ |