Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advice on Embedding Ratings into Tags
15-04-2020, 10:45
Post: #11
RE: Advice on Embedding Ratings into Tags
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 ?
Find all posts by this user
Quote this message in a reply
15-04-2020, 11:21
Post: #12
RE: Advice on Embedding Ratings into Tags
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.
Find all posts by this user
Quote this message in a reply
15-04-2020, 11:37
Post: #13
RE: Advice on Embedding Ratings into Tags
Thank-you Simon.
Find all posts by this user
Quote this message in a reply
23-04-2020, 13:34
Post: #14
RE: Advice on Embedding Ratings into Tags
Is it possible to select tracks using the > operator.

For example, to be able to select a genre and then all tracks rated > 3
Find all posts by this user
Quote this message in a reply
23-04-2020, 14:11
Post: #15
RE: Advice on Embedding Ratings into Tags
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.
Find all posts by this user
Quote this message in a reply
24-04-2020, 03:57
Post: #16
RE: Advice on Embedding Ratings into Tags
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.
Find all posts by this user
Quote this message in a reply
24-04-2020, 07:57
Post: #17
RE: Advice on Embedding Ratings into Tags
(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+
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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