Post Reply 
indexTags usage (equal / not equal)
17-02-2025, 15:22 (This post was last modified: 17-02-2025 16:19 by sephiburp.)
Post: #1
indexTags usage (equal / not equal)
Hello there,

I'm new with MinimServer, I use it since a few days and I love it already Wink

I have a custom tag in some of my music files, like 'CUSTOM=dad'.
With minimServer I would like to have two lists :
- dadList : containing only the music with 'CUSTOM=dad'.
- otherList : containing only the music without 'CUSTOM=dad'.

For the first list, I can do it by adding this into indexTags : CUSTOM=dad:dadList
For the second list, I just have no idea how to do it... I tried some stuff like 'CUSTOM!=dad:otherList', 'CUSTOM<>dad:dadList', but no luck.

Well actually I understood that I can add just 'CUSTOM' into indexTags, then I have an automatic indexing based on this tag and I get two lists : 'dad' and '[unknown]'.
But I don't like the name '[unknown]', I'd rather prefer a real name of my own.

Any help is welcome!
Find all posts by this user
Quote this message in a reply
17-02-2025, 15:59
Post: #2
RE: indexTags usage (equal / not equal)
Hi - as CUSTOM "without" is most probably empty you could use "Other" instead --- then you are on the "positive side" again ...
Find all posts by this user
Quote this message in a reply
17-02-2025, 16:27
Post: #3
RE: indexTags usage (equal / not equal)
No luck, I see only now that we cannot have two indexes with the same tag name Sad
I tried this :

indexTags : Artist, Date, Genre, All Artists, Composer, *RecentAdded, *RecentPlayed, #AudioData, #AudioFormat, CUSTOM=dad:dadList, CUSTOM=other:otherList

And I get the error : Duplicate index tag name 'CUSTOM'.
Find all posts by this user
Quote this message in a reply
17-02-2025, 17:13
Post: #4
RE: indexTags usage (equal / not equal)
Assigning a tag default should work:

Code:
tagValue: Custom.default={'sephiburp'}
Find all posts by this user
Quote this message in a reply
19-02-2025, 11:11
Post: #5
RE: indexTags usage (equal / not equal)
(17-02-2025 17:13)simbun Wrote:  Assigning a tag default should work:

Code:
tagValue: Custom.default={'sephiburp'}


Yes ! This is it, thank you !
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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