Best way to implement a "favourites" container
|
02-10-2018, 15:15
Post: #1
|
|||
|
|||
Best way to implement a "favourites" container
My library has gotten quite large, and I've never been a fan of ratings, so is there an easy way to implement a favourites-type container? I was thinking of a custom tag "favourite" that I could set for particular albums or even tracks (so it would either exist or not), and then the container would be top-level "Faves" or something, and only contain items that have the tag.
Is this possible? Or would it contain another container with the value of the tag and the items in it, and another with <unknown> for those without the tag? Or is there a better way? |
|||
02-10-2018, 16:56
Post: #2
|
|||
|
|||
RE: Best way to implement a "favourites" container
You can skip the extra browsing step by putting tagname=value in indexTags, where value is the single value that you are using for this tag.
|
|||
02-10-2018, 18:55
Post: #3
|
|||
|
|||
RE: Best way to implement a "favourites" container
Thanks Simon, that's perfect.
|
|||
02-10-2018, 20:50
Post: #4
|
|||
|
|||
RE: Best way to implement a "favourites" container
Hello Simon,
I wasn't aware of this feature. It is very useful for my "complete album" tag as well. Thank you and best regards Lakorus |
|||
03-10-2018, 13:08
(This post was last modified: 03-10-2018 13:09 by paultaylor.)
Post: #5
|
|||
|
|||
RE: Best way to implement a "favourites" container
(02-10-2018 20:50)Lakorus Wrote: Hello Simon,The first half of this article may help. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)