Post Reply 
[SOLVED] tagValue Artist.merge does not work with certain tagUpdate file?
07-11-2022, 17:52
Post: #7
RE: tagValue Artist.merge does not work with certain tagUpdate file?
This should do what you want (changes in bold):

aliasTags = Artist:nil
alphaGroup = items=1000
.autoUpdate = false
contentDir = /share/Multimedia/iTunes_Lib/St. Matthew Passion
indexTags = *RecentPlayed, Favorite, Rating, Artist, Date, Genre, All Artists,
Group, Composer, Ensemble, Conductor, Performer, #AudioQuality, *RecentAdded
itemTags = ArtistIndividual
serverOptions = indexArtwork=all
tagFormat = Title.displayFormat={$title^$rating^ [^]}
tagOptions = Artist.ignore.sort={The, Sir}, Album.sortTags={Artist, Date}, Conductor.ignore.sort={The, Sir}, Performer.ignore.sort={The, Sir}, Ensemble.ignore.sort={The, Sir}
tagUpdate = /share/Multimedia/iTunes_Lib/MinimServer/tagUpdateDebug.txt
tagValue = Artist.merge={ArtistIndividual, Conductor, Performer, Ensemble}
writeTagChanges = /share/Multimedia/iTunes_Lib/MinimServer/tagUpdateChangesDebug.txt

It does the following:
1) Ignore the composite Artist tag in the file
2) Add Conductor, Performer and Ensemble tags using tag update
3) Create Artist tags by combining ArtistIndividual tags in the file with tags added by tagUpdate
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: tagValue Artist.merge does not work with certain tagUpdate file? - simoncn - 07-11-2022 17:52

Forum Jump:


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