Req Image for recorded shows (from Tvheadend's dvrEntryAdd message)
#1
Tvheadend (nightly) sends an "image" field for recorded tv shows (if xmltv data had an image for the show):
Code:
 'image': 'https://s3.amazonaws.com/schedulesdirect/assets/p185124_b_h13_aj.jpg',
 'method': 'dvrEntryAdd',

I wonder if it's possibly to use the image as the recorded thumbnail in Kodi skin? (Similar to how EPG uses image in eventAdd message).
Code:
  'image': 'https://s3.amazonaws.com/schedulesdirect/assets/p185124_b_h13_aj.jpg',
  'method': 'eventAdd',

Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Image for recorded shows (from Tvheadend's dvrEntryAdd message)0