Post Reply 
Select for empty field in indexTags?
09-11-2020, 23:45 (This post was last modified: 10-11-2020 01:23 by Airman.)
Post: #7
RE: Select for empty field in indexTags?
(09-11-2020 10:15)simbun Wrote:  
(09-11-2020 07:09)Airman Wrote:  But so far, "Default" isn't showing up in the list of categories.

Sorry the one thing I missed was that if you want to reference AUDIOFORMAT in the tagUpdate file then you need to specify it in itemTags.

itemTags:#AudioFormat

Awesome, that works perfectly. Smile

So just to recap in case anyone else has a similar situation, here's a generalized example of the setup:

indexTags to set top-level browsing libraries:

Category=Default:Uncategorized Library,
CATEGORY_CLASSICAL=Classical:Classical Library,
CATEGORY_ETC=etc:any_name_you_want,
^ you can add as many of these as you have CATEGORY fields set in your collection's metadata

tagupdate.txt is as follows:

@#AUDIOFORMAT=FLAC
@#AUDIOFORMAT=MP3
@#AUDIOFORMAT= ... other oddball formats each on a new line
+DEFAULT_CATEGORY_CONSTANT=Default

@CATEGORY=Classical
+CATEGORY_CLASSICAL=Classical

@CATEGORY=anything_else
+CATEGORY_ETC=any_name_you_want

also set:
tagValue=Category.default={DEFAULT_CATEGORY_CONSTANT}
itemTags=#AudioFormat, DEFAULT_CATEGORY_CONSTANT

Thanks again for all the help! Big Grin
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Select for empty field in indexTags? - Airman - 09-11-2020 23:45

Forum Jump:


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