ListItem to diplay tvheadend "subtitle" from epg

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
fromhell.dave Offline
Junior Member
Posts: 3
Joined: Dec 2012
Reputation: 0
Post: #1
hi
not sure if i should post here or in skins...
in tvheadend epg (using schedules direct grab) I get a title and subtitle (everthing looks great).
is there a listitem in xbmc (frodo, ubuntu) to display the "subtitle" portion in epg program info?
what is happening:
NFL football title shows in guide info, but the actual teams playing are in the "subtitle" and do not get displayed in epg info (or plot).
thanx in advance
dave
find quote
damian_g Offline
Junior Member
Posts: 1
Joined: Jan 2013
Reputation: 0
Post: #2
I have the same problem.
I found that tvheadend sends title, subtitle, episodeOnscreen in separate fields (since HTSP version 6) and xbmc tvheadend plugin reads only title field...

See eventAdd in:
https://www.lonelycoder.com/redmine/proj.../wiki/Htsp

See line 257:
https://github.com/Pulse-Eight/xbmc/blob...a.cpp#L257
find quote