Show track's ID3 Comment tag on screen

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
lklein Offline
Junior Member
Posts: 1
Joined: Aug 2012
Reputation: 0
Post: #1
Newbie here. I've searched the forums but couldn't find what I was looking for. If already answered, I apologize.

Using Eden with the Transparency skin on Windows (Win 7 / 64 bit).

Is it possible to get the music player track info (and the music OSD that you get by pressing 'm') to show the ID3 Comment tag also? Just to see if it works, I've tried editing all the xml files (userdata.xml, addons/skin.*/720p/*.xml) that refer to title and essentially changed occurrences of Title to include Comment also, like so:

$INFO[MusicPlayer.Title]

with

$INFO[MusicPlayer.Title] - $INFO[MusicPlayer.Comment]

but absolutely no effect at all.

I store a lot of info in the comment tag and would very much appreciate if there's a way for this to show up on the screen.

Thanks in advance,
Larry
find quote
hhman Offline
Junior Member
Posts: 24
Joined: Jun 2011
Reputation: 0
Post: #2
I for one would like this, too.
One possibility would be a special screensaver which could marquee selectable tags and possibly pics (select directory/filename pattern based on original filename in options). Unfortunately I sorely lack the time needed for learning how to code that in xbmc environment Sad
find quote