Kodi Community Forum

Full Version: Image for recorded shows (from Tvheadend's dvrEntryAdd message)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.