Post Reply 
Custom indexTags
09-02-2021, 21:10 (This post was last modified: 09-02-2021 21:12 by Alandbush.)
Post: #3
RE: Custom indexTags
(09-02-2021 19:25)SaraH Wrote:  Is there any way to write a filter for an index tag for a specific genre or rating?

What I'm trying to do is separate my music views into classical and non-classical, which MediaMonkey does very nicely with a database tag of "Music" or "Classical Music". Since I'm pretty sure this DB tag can't be read by MinimServer, I'd like to find a workaround so I could display items containing the genre "Classical" and those NOT containing "Classical".

Any help would be appreciated, thanks.

@stefano_mbp is a good idea and very comprehensive.

A simpler, but perhaps less effective way, is still to use the tagUpdate file method but include the following.

Code:
@#AUDIOCHANNELS=2
+ISCLASSICAL=0

@ISCLASSICAL=0
&GENRE=Classical
=ISCLASSICAL=1

This will add a virtual tag of ISCLASSICAL set to false (0) to all your stereo tracks.
Then if Genre is set to 'Classical' the value of ISCLASSICAL is set to true (1).

The genre value is matched against an exact match. If you have CLASSICAL it will not match. In that case, you'll have to add each specific 'classical' genre to the file.

The use of the ISCLASSICAL tag is detailed in this thread.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Custom indexTags - SaraH - 09-02-2021, 19:25
RE: Custom indexTags - stefano_mbp - 09-02-2021, 20:32
RE: Custom indexTags - Alandbush - 09-02-2021 21:10
RE: Custom indexTags - SaraH - 10-02-2021, 14:01

Forum Jump:


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