Post Reply 
Tag "Grouping" in m4a not read by Minimserver
28-07-2025, 11:41
Post: #3
RE: Tag "Grouping" in m4a not read by Minimserver
(28-07-2025 09:32)bkraakman Wrote:  The only things i miss is being able to create smart play lists (like genre contains 'jazz' to include jazz, jazz rock, jazz fusion, etc). Hence the use of the tag 'Grouping'
You could use tagUpdate to create "smart" playlists.

tagUpdate.txt
Code:
@GENRE=Jazz
@GENRE=Jazz Rock
@GENRE=Jazz Fusion
+SMARTPLAYLISTS=Jazz
@GENRE=Pop
@GENRE=Pop/Rock
+SMARTPLAYLISTS=Pop

MinimServer properties:
Code:
indextags: SmartPlaylists
itemTags: SmartPlaylists
tagUpdate: /path/to/tagUpdate.txt

This creates a new index called Smartplaylists with the values:
  • "Jazz" containing all tracks with the genres Jazz, Jazz Rock or Jazz Fusion
  • "Pop" containing all tracks with the genres Pop or Pop/Rock

I'm not at home at the moment so I haven't been able to test the code.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Tag "Grouping" in m4a not read by Minimserver - simbun - 28-07-2025 11:41

Forum Jump:


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