Post Reply 
Multiple Instances (Encouraging Feature Development:)
13-11-2015, 08:09
Post: #14
RE: Multiple Instances (Encouraging Feature Development:)
(12-11-2015 13:21)simoncn Wrote:  Please can you post a specific example of this case.

I wanted to point out the following problem:

Assume You have a Tag Album-Category, which can have only
the following TagValues:

Jazz or Pop or Both of them

As you pointed out you would have the TagUpdate file

@ALBUM_CATEGORY=Jazz
+JAZZ=1
+POPINTERPRET=0

@ALBUM_CATEGORY=Pop
+POP=1
+JAZZINTERPRET=0

TagValue Settings:

Jazzinterpret.default={ARTIST_SORT},
Popinterpret.default={ARTIST_SORT}

It works for all tracks that have either Pop or Jazz
as the ALBUM_CATEGORY Tag.

But a track that has both entries
would neither show up under Jazzinterpret nor under Popinterpret.

If it would be possible to set the TagUpdate file to

+POPINTERPRET=0
+JAZZINTERPRET=0

@ALBUM_CATEGORY=Jazz
+JAZZ=1

@ALBUM_CATEGORY=Jazz
&JAZZINTERPRET=0
-JAZZINTERPRET=0

@ALBUM_CATEGORY=Pop
+POP=1

@ALBUM_CATEGORY=Pop
&POPINTERPRET=0
-POPINTERPRET=0

with the same TagValue settings you would get the
correct output for the Tracks that have both
ALBUM_CATEGORY Tagvalues: Jazz and POP

As I understand a condition for
the first to lines is mandatory so I would need a DummyTag
that has the same value for all tracks to make it:

@DUMMY=1
+POPINTERPRET=0
+JAZZINTERPRET=0

@ALBUM_CATEGORY=Jazz
+JAZZ=1

@ALBUM_CATEGORY=Jazz
&JAZZINTERPRET=0
-JAZZINTERPRET=0

@ALBUM_CATEGORY=Pop
+POP=1

@ALBUM_CATEGORY=Pop
&POPINTERPRET=0
-POPINTERPRET=0

Or is it possible
to use

@DUMMY=
+POPINTERPRET=0
+JAZZINTERPRET=0

and just add the non existent DUMMY tag to the
itemTags section
or is there another solution ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Multiple Instances (Encouraging Feature Development:) - Oliviander - 13-11-2015 08:09

Forum Jump:


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