[RELEASE] Apple Itunes Podcast Browser (video/audio plugin)
#82
I ran into the intermittent crashing issue also - and learned how to fix it. Smile

The plugin crashes only on feeds with many items (where presumably each podcast episode has a different cover art) - although mostly not the first time you open a feed, so I decided to limit the items that get displayed for each podcast to 14 (might be ok to choose a bigger value), and so far it has fixed the issue for me.

To do that, just replace

Code:
return __add_podcast_items(content_type, podcast_id, podcast_items)
in the addon.py
with
Code:
return __add_podcast_items(content_type, podcast_id, podcast_items[:14])

save the changes, and move the file back over to your Kodi installation.

so long

harlekin
Reply


Messages In This Thread
RE: [RELEASE] Apple Itunes Podcast Browser (video/audio plugin) - by harlekin - 2016-06-06, 18:12
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Apple Itunes Podcast Browser (video/audio plugin)4