Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple aliases in indexTags
25-03-2020, 10:53 (This post was last modified: 25-03-2020 11:53 by Gdg.)
Post: #1
Multiple aliases in indexTags
Hello everybody, new user from Italy here.
I have a question I couldn't answer by myself, since I'm new to minimServer

I would like setting up multiple folders to list songs by all genre AND filtered by some specifical genre.
E.g.:
  • AllGenre
    • Ambient
    • Classical
    • Dance
    • Rock
  • RockGenre
    • Rock
  • DanceGenre
    • Dance
Doing like this works fine for one entry only:
* indexTags=...,Genre=Rock:RockGenre,...

But for two or more
* indexTags=...,Genre=Rock:RockGenre,Genre=Dance:DanceGenre,...
I got the error: "MinimServer: duplicate index tag name 'Genre'"

So, is there any way to do the above?

Thank you for your patience and help.
Find all posts by this user
Quote this message in a reply
25-03-2020, 12:00
Post: #2
RE: Multiple aliases in indexTags
(25-03-2020 10:53)Gdg Wrote:  Hello everybody, new user from Italy here.
I have a question I couldn't answer by myself, since I'm new to minimServer

I would like setting up multiple folders to list songs by all genre AND filtered by some specifical genre.
E.g.:
  • AllGenre
    • Ambient
    • Classical
    • Dance
    • Rock
  • RockGenre
    • Rock
  • DanceGenre
    • Dance
Doing like this works fine for one entry only:
* indexTags=...,Genre=Rock:RockGenre,...

But for two or more
* indexTags=...,Genre=Rock:RockGenre,Genre=Dance:DanceGenre,...
I got the error: "MinimServer: duplicate index tag name 'Genre'"

So, is there any way to do the above?

Thank you for your patience and help.
Hello ... from Italy too ...

Search in the user guide for the use of tagupdate file ... it could solve your problem

You can find attached my tagupdate file as an example


Attached File(s)
.txt  tagUpdate.txt (Size: 2.08 KB / Downloads: 21)
Find all posts by this user
Quote this message in a reply
25-03-2020, 12:13
Post: #3
RE: Multiple aliases in indexTags
Welcome to the MinimServer forum!

You would need to create a separate tag for each genre that you want to index with this kind of shortcut. As stefano_mbp has said, you can do this with a tag update file (see this section). For example, your tag update file could contain the following:

@GENRE=Rock
+RockGenre=Rock
@GENRE=Dance
+DanceGenre=Dance

You would then need to change indexTags to:

Genre:AllGenre, RockGenre=Rock, DanceGenre=Dance
Find all posts by this user
Quote this message in a reply
25-03-2020, 12:13 (This post was last modified: 25-03-2020 12:15 by Gdg.)
Post: #4
RE: Multiple aliases in indexTags
All right, got it
Many thanks to both of 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)