Author Topic: id= not working on overridden tags  (Read 6376 times)

hiccup

  • Sr. Member
  • ****
  • Posts: 7790
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.

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34313
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)"
"#"

hiccup

  • Sr. Member
  • ****
  • Posts: 7790
Ah, thnx. That list is a lot longer than what it currently says in the included ReadMe.txt.
(in Plugins\TheaterMode.List\ )