Skip to content

Instantly share code, notes, and snippets.

@henryjfry
Created May 26, 2019 17:11
Show Gist options
  • Save henryjfry/822479f9414c3de38e6b2daf2388e85f to your computer and use it in GitHub Desktop.
Save henryjfry/822479f9414c3de38e6b2daf2388e85f to your computer and use it in GitHub Desktop.
Fix for KODI plugin.video.realizer not displaying episodes as "mediatype" episode (displays more information when paused) (PART 1)
#~/.kodi/addons/plugin.video.realizer/resources/lib/api/remotedb.py
#
#substitute THIS:
meta.update({'mediatype': 'tvshows'})
#For THIS:
meta.update({'mediatype': 'episode'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment