ppv movies not working in IPTV Stalker plugin

yup!
you can fix it easily by yourself

1. open file: Kodi/addons/plugin.video.stalker/load_channels.py
2. find text:
Code:
'type' : 'itv' if (channel.find("ffmpeg") == -1) else 'vod',
3. replace it with:
Code:
'type' :  'vod' if ("ffmpeg /media" in channel) else 'itv',

Screen_Shot_2016_04_18_at_11_54_14_AM.png



EDIT: Fixing typo
 
Last edited: