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

hiccup

  • Hero Member
  • *****
  • Posts: 9161
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
  • Hero Member
  • *****
  • Posts: 35001
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

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