Beta Titan skin version 3.7.x (Kodi 17 Krypton)
I found a little bug of sorts when exercising the nextpvr addin. NextPVR does not seem to provide any channel information for the 'recordings' window and this trips the following code in the metadatautils addon:

in lib/helpers/pvrartwork.py:

def pvr_artwork_options(self, title, channel, genre):
'''show options for pvr artwork'''
# if not channel and genre:
# channel, genre = self.get_pvr_channel_and_genre(title)
ignorechannels = self._mutils.addon.getSetting("pvr_art_ignore_channels").split("|")

the problem is that you attempt to call get_pvr_channel_and_genre which is not defined in the class. Perhaps this code went walkabout or was planned but never implemented?
Reply


Messages In This Thread
kodi - by spook61 - 2016-06-21, 21:29
Extended Info "Manage" choices - by Hardax - 2017-02-11, 19:32
Problem with Homescreen - by Blackkatt - 2017-02-26, 17:30
Fixed Focus in Showcase view? - by spinecho - 2017-03-16, 18:52
Hide Top 250 if Zero - by 214b1 - 2017-03-21, 00:50
PVR HELP!! - by tuppaacc - 2017-03-28, 12:18
TV Show Sub-menus - by niksimpson - 2017-04-12, 22:16
RE: Titan skin version 3.7.x (Kodi 17 Krypton) - by oattes - 2017-09-06, 01:48
Emby Smart Short cut - by t123thomas - 2017-09-06, 18:06
WIDGET BUG REPORT - by User 206796 - 2018-01-04, 04:15
Everything is working fine! - by nexus7 - 2018-04-04, 20:19
Logout Mark Read Team Forum Stats Members Help
Titan skin version 3.7.x (Kodi 17 Krypton)6