getmusicbee.com

Support => Developers' Area => TheaterMode => Topic started by: hiccup on September 12, 2021, 10:22:57 PM

Title: id= not working on overridden tags
Post by: hiccup on September 12, 2021, 10:22:57 PM
I'm not completely sure about this one (it could well be I am doing something wrong), but it could be a bug:

If you have renamed an original tag to some other label, id= doesn't work for neither the original label nor the overridden label.
Title: Re: id= not working on overridden tags
Post by: Steven on September 13, 2021, 10:28:20 AM
the theatre mode plugin works off a hard-coded set of names
Code
"artist"
"title"
"trackartistandtitle"
"album"
"albumandyear"
"albumartist"
"bpm"
"composer"
"comment"
"conductor"
"custom1".."custom16"
"discno"
"disccount"
"discandtrackno"
"duration"
"genre"
"genrecategory"
"grouping"
"kind"
"mood"
"occasion"
"playcount"
"publisher"
"quality"
"rating"
"ratingalbum"
"ratinglove"
"speaker"
"skipcount"
"tempo"
"trackno"
"trackcount"
"language"
"work"
"showmovement"
"movement"
"movementno"
"originalartist"
"originaltitle", "originalalbum"
"originalyear"
"instrumentsperformers"
"virtual1".."virtual25" (will add the missing ones)
"year"
"year(yyyy)", "year (yyyy)"
"#"
Title: Re: id= not working on overridden tags
Post by: hiccup on September 13, 2021, 06:29:47 PM
Ah, thnx. That list is a lot longer than what it currently says in the included ReadMe.txt.
(in Plugins\TheaterMode.List\ )