• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 9
Beta PVR Plugin Player - Play Addon Streams in the PVR
#76
If its working in Kodi 18 it is because they've added some c code to the IPTV Simple Client PVR plugin.
That is very different from this python addon and needs compiling for every device and operating system that Kodi can run on.
It is an immense job that needs a huge amount of resources.
Python addons can just run on almost every device easily.

I think you'll have to just use Leia or put up with this addon's hacky way of doing it in Krypton.
Reply
#77
It won't work. I had another try.
To monitor where your addon redirects to you need to stop the pvr addon, start your addon and monitor the url.
The very act of stopping the kodi video player means that you have stopped your pvr channel too and can't return the redirected url to IPTV Simple Client.

https://github.com/primaeval/plugin.vide...206346b8f5
Reply
#78
OK, thanks for the effort!
Reply
#79
Hi @primaeval

at the moment I am using the pvr.iptv.simple client in combination with your Addon but I plan to run IPTV on my Synology NAS (maybe with tvheadend). Is there any posibility to get this to work with the PVR Plugin Player?

thanks a lot
Reply
#80
(2018-11-09, 14:31)effe.rnr Wrote: Hi @primaeval

at the moment I am using the pvr.iptv.simple client in combination with your Addon but I plan to run IPTV on my Synology NAS (maybe with tvheadend). Is there any posibility to get this to work with the PVR Plugin Player?

thanks a lot
 You'll have to give me some more details of the addons, files and links you're using. pm me the details if the links are sensitive.
There are lots of ways you could organise it.
If you're using Leia it gets even easier as you can add in plugin:// links directly from addons to IPTV Simple Client.
Reply
#81
(2018-11-09, 15:22)primaeval Wrote:
(2018-11-09, 14:31)effe.rnr Wrote: Hi @primaeval

at the moment I am using the pvr.iptv.simple client in combination with your Addon but I plan to run IPTV on my Synology NAS (maybe with tvheadend). Is there any posibility to get this to work with the PVR Plugin Player?

thanks a lot
 You'll have to give me some more details of the addons, files and links you're using. pm me the details if the links are sensitive.
There are lots of ways you could organise it.
If you're using Leia it gets even easier as you can add in plugin:// links directly from addons to IPTV Simple Client.   
 okay nice. Mainly I am using the Live TV Links of a german televion group. The links look like that:
Quote: #EXTM3U
#EXTINF:-1 tvg-id="Pro7.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/Pro7.png",Pro7
http://localhost:60666/?plugin://plugin....annel=Pro7
#EXTINF:-1 tvg-id="Kabel.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/Kabel1.png",Kabel1
http://localhost:60666/?plugin://plugin....nel=Kabel1
#EXTINF:-1 tvg-id="Sat1.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SAT1.png",SAT1
http://localhost:60666/?plugin://plugin....annel=SAT1
#EXTINF:-1 tvg-id="Sixx.de" group-title="Filme / Serien" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SIXX.png",Sixx
http://localhost:60666/?plugin://plugin....annel=SIXX
#EXTINF:-1 tvg-id="prosiebenmaxx.de" group-title="Nachrichten;Dokumentationen" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/prosiebenmaxx",7MAXX
http://localhost:60666/?plugin://plugin....siebenmaxx
#EXTINF:-1 tvg-id="KabelEinsDoku.de" group-title="Dokumentationen" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/Kabel1Doku.png",Kabel1 Doku
http://localhost:60666/?plugin://plugin....Kabel1Doku
#EXTINF:-1 tvg-id="Sat1Gold.de" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SAT1Gold.png",SAT1 Gold
http://localhost:60666/?plugin://plugin....l=SAT1Gold

(maybe the links aren't working at the moment since the structure of the app/website has changed.)

and yes, I am using Kodi Leia/LE9 Beta on RPi 3
Reply
#82
(2018-11-09, 16:49)effe.rnr Wrote:
(2018-11-09, 15:22)primaeval Wrote:
(2018-11-09, 14:31)effe.rnr Wrote: Hi @primaeval

at the moment I am using the pvr.iptv.simple client in combination with your Addon but I plan to run IPTV on my Synology NAS (maybe with tvheadend). Is there any posibility to get this to work with the PVR Plugin Player?

thanks a lot
 You'll have to give me some more details of the addons, files and links you're using. pm me the details if the links are sensitive.
There are lots of ways you could organise it.
If you're using Leia it gets even easier as you can add in plugin:// links directly from addons to IPTV Simple Client.     
 okay nice. Mainly I am using the Live TV Links of a german televion group. The links look like that:
Quote: #EXTM3U
#EXTINF:-1 tvg-id="Pro7.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/Pro7.png",Pro7
http://localhost:60666/?plugin://plugin....annel=Pro7
#EXTINF:-1 tvg-id="Kabel.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/Kabel1.png",Kabel1
http://localhost:60666/?plugin://plugin....nel=Kabel1
#EXTINF:-1 tvg-id="Sat1.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SAT1.png",SAT1
http://localhost:60666/?plugin://plugin....annel=SAT1
#EXTINF:-1 tvg-id="Sixx.de" group-title="Filme / Serien" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SIXX.png",Sixx
http://localhost:60666/?plugin://plugin....annel=SIXX
#EXTINF:-1 tvg-id="prosiebenmaxx.de" group-title="Nachrichten;Dokumentationen" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/prosiebenmaxx",7MAXX
http://localhost:60666/?plugin://plugin....siebenmaxx
#EXTINF:-1 tvg-id="KabelEinsDoku.de" group-title="Dokumentationen" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/Kabel1Doku.png",Kabel1 Doku
http://localhost:60666/?plugin://plugin....Kabel1Doku
#EXTINF:-1 tvg-id="Sat1Gold.de" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SAT1Gold.png",SAT1 Gold
http://localhost:60666/?plugin://plugin....l=SAT1Gold

(maybe the links aren't working at the moment since the structure of the app/website has changed.)

and yes, I am using Kodi Leia/LE9 Beta on RPi 3  
 For those links in Leia you can bypass PVR Plugin Player and just put the direct plugin:// links in instead.
IPTV Simple Client can play the plugin links directly in Leia.
Code:
#EXTINF:-1 tvg-id="Sat1Gold.de" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SAT1Gold.png",SAT1 Gold
plugin://plugin.video.7tv_live/?channel=SAT1Gold

To automate it have a go with "xmltv Meld".
https://forum.kodi.tv/showthread.php?tid=330668
In the Folders section you can "Add Dummy Channels" for a folder or individual channels.
You can see them in the Channels section.
When you press Update you will get an m3u in the addon_data folder with your direct plugin:// links in.
userdata\addon_data\plugin.program.xmltv.meld\channels.m3u8

There is also a "Playlist Player" addon in my repo that might help with pulling in the m3u list from tvheadend.

There is also the "Stream Searcher" addon for addons that change their url frequently.

If you want something else added to one of the addons to help you out, let me know and I should be able to add it in.
Reply
#83
thanks for your help! I will check that out and come back if I have a question  Cool
Reply
#84
Hi! I tried to install your repository but the URL is not working. Is there an updated version?
Reply
#85
(2018-11-14, 20:50)daniel-fl Wrote: Hi! I tried to install your repository but the URL is not working. Is there an updated version?
 The new url is:
https://github.com/primaeval/repository....-0.0.2.zip
I've updated the first post now.
Thanks for letting me know.
Reply
#86
(2018-11-10, 09:55)primaeval Wrote:
(2018-11-09, 16:49)effe.rnr Wrote:
(2018-11-09, 15:22)primaeval Wrote:  You'll have to give me some more details of the addons, files and links you're using. pm me the details if the links are sensitive.
There are lots of ways you could organise it.
If you're using Leia it gets even easier as you can add in plugin:// links directly from addons to IPTV Simple Client.     
 okay nice. Mainly I am using the Live TV Links of a german televion group. The links look like that:
Quote: #EXTM3U
#EXTINF:-1 tvg-id="Pro7.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/Pro7.png",Pro7
http://localhost:60666/?plugin://plugin....annel=Pro7
#EXTINF:-1 tvg-id="Kabel.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/Kabel1.png",Kabel1
http://localhost:60666/?plugin://plugin....nel=Kabel1
#EXTINF:-1 tvg-id="Sat1.de" group-title="Vollprogramm" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SAT1.png",SAT1
http://localhost:60666/?plugin://plugin....annel=SAT1
#EXTINF:-1 tvg-id="Sixx.de" group-title="Filme / Serien" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SIXX.png",Sixx
http://localhost:60666/?plugin://plugin....annel=SIXX
#EXTINF:-1 tvg-id="prosiebenmaxx.de" group-title="Nachrichten;Dokumentationen" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/prosiebenmaxx",7MAXX
http://localhost:60666/?plugin://plugin....siebenmaxx
#EXTINF:-1 tvg-id="KabelEinsDoku.de" group-title="Dokumentationen" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/Kabel1Doku.png",Kabel1 Doku
http://localhost:60666/?plugin://plugin....Kabel1Doku
#EXTINF:-1 tvg-id="Sat1Gold.de" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SAT1Gold.png",SAT1 Gold
http://localhost:60666/?plugin://plugin....l=SAT1Gold

(maybe the links aren't working at the moment since the structure of the app/website has changed.)

and yes, I am using Kodi Leia/LE9 Beta on RPi 3    
 For those links in Leia you can bypass PVR Plugin Player and just put the direct plugin:// links in instead.
IPTV Simple Client can play the plugin links directly in Leia.
Code:
#EXTINF:-1 tvg-id="Sat1Gold.de" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SAT1Gold.png",SAT1 Gold
plugin://plugin.video.7tv_live/?channel=SAT1Gold

To automate it have a go with "xmltv Meld".
https://forum.kodi.tv/showthread.php?tid=330668
In the Folders section you can "Add Dummy Channels" for a folder or individual channels.
You can see them in the Channels section.
When you press Update you will get an m3u in the addon_data folder with your direct plugin:// links in.
userdata\addon_data\plugin.program.xmltv.meld\channels.m3u8

There is also a "Playlist Player" addon in my repo that might help with pulling in the m3u list from tvheadend.

There is also the "Stream Searcher" addon for addons that change their url frequently.

If you want something else added to one of the addons to help you out, let me know and I should be able to add it in.  
 Hi!
me again.
Now I switched from IPTV Simple Client to tvheadend. Now my question is, how can I add these kind of urls to the tvheadend backend? My target is to add one network with normal stream URLs and a second network with these plugin://urls.

thank you!
Reply
#87
(2018-12-17, 12:07)effe.rnr Wrote:
(2018-11-10, 09:55)primaeval Wrote:
(2018-11-09, 16:49)effe.rnr Wrote:  okay nice. Mainly I am using the Live TV Links of a german televion group. The links look like that:

(maybe the links aren't working at the moment since the structure of the app/website has changed.)

and yes, I am using Kodi Leia/LE9 Beta on RPi 3    
 For those links in Leia you can bypass PVR Plugin Player and just put the direct plugin:// links in instead.
IPTV Simple Client can play the plugin links directly in Leia.
Code:
#EXTINF:-1 tvg-id="Sat1Gold.de" tvg-logo="https://raw.githubusercontent.com/dh4rry/kodiAddons/master/plugin.video.7tv_live/resources/SAT1Gold.png",SAT1 Gold
plugin://plugin.video.7tv_live/?channel=SAT1Gold

To automate it have a go with "xmltv Meld".
https://forum.kodi.tv/showthread.php?tid=330668
In the Folders section you can "Add Dummy Channels" for a folder or individual channels.
You can see them in the Channels section.
When you press Update you will get an m3u in the addon_data folder with your direct plugin:// links in.
userdata\addon_data\plugin.program.xmltv.meld\channels.m3u8

There is also a "Playlist Player" addon in my repo that might help with pulling in the m3u list from tvheadend.

There is also the "Stream Searcher" addon for addons that change their url frequently.

If you want something else added to one of the addons to help you out, let me know and I should be able to add it in.   
 Hi!
me again.
Now I switched from IPTV Simple Client to tvheadend. Now my question is, how can I add these kind of urls to the tvheadend backend? My target is to add one network with normal stream URLs and a second network with these plugin://urls.

thank you! 
 You can't add plugin:// links to tvheadend. They are routes to Kodi addon paths within Kodi.
You need to find the raw http links that your plugin.video.7tv_live addon uses and add them into tvheadend via an m3u playlist.
It looks like you are going to have some problems keeping them up to date though because they need access tokens that have a time limit.
https://github.com/kodinerds/repo/blob/m...default.py
You might have to make a python script on your tvheadend server that either redirects to the resolved url or periodically generates a new m3u playlist.
Reply
#88
okay thanks. That sounds a bit complicated. I think I am keeping IPTV Simple Client since my RPi is the only Client at the moment.
Reply
#89
hey great! Am I still in time to ask for help?
Reply
#90
(2019-01-15, 20:12)cicarito Wrote: hey great! Am I still in time to ask for help?
 No. What's up?
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 9

Logout Mark Read Team Forum Stats Members Help
PVR Plugin Player - Play Addon Streams in the PVR2