• 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 43
v19 Pluto.TV
(2020-09-06, 18:17)K5j%EhD55 Wrote:
(2020-06-19, 09:55)lwrcase Wrote:
(2020-05-26, 05:16)ininjapants Wrote: the program guide has been a problem for a while. We have been waiting patiently for developer to update. I have been grateful for everything he has developed on kodi and will continue to wait for that update.

the uepg can be fixed by modifying line 400 in resources/lib/plutotv.py:
from:
Code:
tmpdata['url'] = self.sysARG[0]+'?mode=9&name=%s&url=%s'%(title,urls)]
to:
Code:
tmpdata['url'] = self.sysARG[0]+'?mode=9&name=%s&url=%s'%(title,urllib.parse.quote(urls))
wrapping
Code:
urls
with
Code:
urllib.parse.quote(urls)
will allow the uepg to pass URL encoded urls to the plugin. the issue with the current plugin is that uepg will not encode the URL before passing it to the plugin and the URL passed to the plugin will become part of the plugin's URI arguments.

i've tried this fix and it works. can anyone else confirm?

Thank you for this fix. Makes the guide work again.
My issue was not the guide not working.  The guide worked fine except when you tried to open a program from it.  Is this the fix for opening a program or a fix to get the guide to appear and show on screen.
Reply
(2020-09-06, 18:41)barney63 Wrote:
(2020-09-06, 18:17)K5j%EhD55 Wrote:
(2020-06-19, 09:55)lwrcase Wrote: the uepg can be fixed by modifying line 400 in resources/lib/plutotv.py:
from:
Code:
tmpdata['url'] = self.sysARG[0]+'?mode=9&name=%s&url=%s'%(title,urls)]
to:
Code:
tmpdata['url'] = self.sysARG[0]+'?mode=9&name=%s&url=%s'%(title,urllib.parse.quote(urls))
wrapping
Code:
urls
with
Code:
urllib.parse.quote(urls)
will allow the uepg to pass URL encoded urls to the plugin. the issue with the current plugin is that uepg will not encode the URL before passing it to the plugin and the URL passed to the plugin will become part of the plugin's URI arguments.

i've tried this fix and it works. can anyone else confirm?

Thank you for this fix. Makes the guide work again.
My issue was not the guide not working.  The guide worked fine except when you tried to open a program from it.  Is this the fix for opening a program or a fix to get the guide to appear and show on screen.

Sorry, I should have been more specific. This fixed an issue with the guide not opening a stream when clicked in the guide. Guide displayed just fine before and still does only now it will open a stream and is actually useful.
Reply
(2020-09-06, 19:32)K5j%EhD55 Wrote: Sorry, I should have been more specific. This fixed an issue with the guide not opening a stream when clicked in the guide. Guide displayed just fine before and still does only now it will open a stream and is actually useful.
Ok, thanks.  I'll give it a go.
Reply
Thanks for the reminder, it is working again.  I think I may have gotten lost in the guys who couldn't get the guide as opposed to being able to not open a show from the guide.  Strangely though, I have a wireless keyboard, the enter button works but the built in mousepad and mouse buttons don't work to open programs but it's a start.
Reply
(2020-09-07, 00:05)barney63 Wrote: Thanks for the reminder, it is working again.  I think I may have gotten lost in the guys who couldn't get the guide as opposed to being able to not open a show from the guide.  Strangely though, I have a wireless keyboard, the enter button works but the built in mousepad and mouse buttons don't work to open programs but it's a start.

Strangely enough, now the guide doesn't work at all anymore. Never opens up. I really am getting tired of chasing down bugs.
Reply
(2020-06-20, 15:03)scgibson13 Wrote:
(2020-06-19, 09:55)lwrcase Wrote:
(2020-05-26, 05:16)ininjapants Wrote: the program guide has been a problem for a while. We have been waiting patiently for developer to update. I have been grateful for everything he has developed on kodi and will continue to wait for that update.

the uepg can be fixed by modifying line 400 in resources/lib/plutotv.py:
from:
Code:
tmpdata['url'] = self.sysARG[0]+'?mode=9&name=%s&url=%s'%(title,urls)]
to:
Code:
tmpdata['url'] = self.sysARG[0]+'?mode=9&name=%s&url=%s'%(title,urllib.parse.quote(urls))
wrapping
Code:
urls
with
Code:
urllib.parse.quote(urls)
will allow the uepg to pass URL encoded urls to the plugin. the issue with the current plugin is that uepg will not encode the URL before passing it to the plugin and the URL passed to the plugin will become part of the plugin's URI arguments.

i've tried this fix and it works. can anyone else confirm?
I can confirm this fixes the issue in Leia 18.1 with Pluto.TV 1.1.8. Works quicker than a cable box, actually.  Rolleyes

Thanks for the fix works great. My new guide now with my hdhr channels added also.
Reply
I'm having a lot of problems with video programming on pluto tv and its commercials repeating after 3-5 seconds and repeat 4-5 times and then that same spot before jumping to the next commercial. Any suggestions? My Vizio tv had pluto tv in it and it does not do this.
Reply
(2020-06-19, 09:55)lwrcase Wrote:
(2020-05-26, 05:16)ininjapants Wrote:
(2020-05-12, 21:43)Wanderer189 Wrote: I just installed today and I get this as well  
the program guide has been a problem for a while. We have been waiting patiently for developer to update. I have been grateful for everything he has developed on kodi and will continue to wait for that update.

the uepg can be fixed by modifying line 400 in resources/lib/plutotv.py:
from:
Code:
tmpdata['url'] = self.sysARG[0]+'?mode=9&name=%s&url=%s'%(title,urls)]
to:
Code:
tmpdata['url'] = self.sysARG[0]+'?mode=9&name=%s&url=%s'%(title,urllib.parse.quote(urls))
wrapping
Code:
urls
with
Code:
urllib.parse.quote(urls)
will allow the uepg to pass URL encoded urls to the plugin. the issue with the current plugin is that uepg will not encode the URL before passing it to the plugin and the URL passed to the plugin will become part of the plugin's URI arguments.

i've tried this fix and it works. can anyone else confirm?

Running 18.8 64bit, this fixed the epg not working for me as well, ty to whom posted it
PSMC v21/Kodi v21 with goodies from the PSMC Collection / Using on PC's, Nvidea Shields, and other Android TV Boxes
Reply
FYI Pluto.TV is in the process of receiving a Matrix update, I'll be dropping support for my uEPG script and moving to an xmltv/m3u generator.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2020-10-03, 19:54)Lunatixz Wrote: FYI Pluto.TV is in the process of receiving a Matrix update, I'll be dropping support for my uEPG script and moving to an xmltv/m3u generator.

Does that mean your dropping support for Leia altogether or no longer doing bug fixes?  Is that why your latest repo update doesn't install on Leia? 

Thanks Lunatixz!
Reply
(2020-10-03, 20:04)SimonC Wrote:
(2020-10-03, 19:54)Lunatixz Wrote: FYI Pluto.TV is in the process of receiving a Matrix update, I'll be dropping support for my uEPG script and moving to an xmltv/m3u generator.

Does that mean your dropping support for Leia altogether or no longer doing bug fixes?  Is that why your latest repo update doesn't install on Leia? 

Thanks Lunatixz!

To install Leia updates you'll need to install my "Leia" beta repository, I won't be making any "official" Leia updates to Kodis repository. All my work is in the process of porting over to Matrix which will receive updates via both the official Kodi repository and my "Master" repo.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2020-10-03, 20:21)Lunatixz Wrote:
(2020-10-03, 20:04)SimonC Wrote:
(2020-10-03, 19:54)Lunatixz Wrote: FYI Pluto.TV is in the process of receiving a Matrix update, I'll be dropping support for my uEPG script and moving to an xmltv/m3u generator.

Does that mean your dropping support for Leia altogether or no longer doing bug fixes?  Is that why your latest repo update doesn't install on Leia? 

Thanks Lunatixz!

To install Leia updates you'll need to install my "Leia" beta repository, I won't be making any "official" Leia updates to Kodis repository. All my work is in the process of porting over to Matrix which will receive updates via both the official Kodi repository and my "Master" repo.
What version is your Leia beta repo?  Is it 1.0.6, because an update to it (1.0.8) is available but won't install because "xbmc.python version 3.0.0 could not be satisfied"?
Reply
(2020-10-03, 20:30)SimonC Wrote:
(2020-10-03, 20:21)Lunatixz Wrote:
(2020-10-03, 20:04)SimonC Wrote: Does that mean your dropping support for Leia altogether or no longer doing bug fixes?  Is that why your latest repo update doesn't install on Leia? 

Thanks Lunatixz!

To install Leia updates you'll need to install my "Leia" beta repository, I won't be making any "official" Leia updates to Kodis repository. All my work is in the process of porting over to Matrix which will receive updates via both the official Kodi repository and my "Master" repo.
What version is your Leia beta repo?  Is it 1.0.6, because an update to it (1.0.8) is available but won't install because "xbmc.python version 3.0.0 could not be satisfied"?
https://github.com/Lunatixz/KODI_Addons/.../addon.xml
https://github.com/Lunatixz/KODI_Addons/...-1.0.7.zip
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2020-10-03, 20:35)Lunatixz Wrote:
(2020-10-03, 20:30)SimonC Wrote:
(2020-10-03, 20:21)Lunatixz Wrote: To install Leia updates you'll need to install my "Leia" beta repository, I won't be making any "official" Leia updates to Kodis repository. All my work is in the process of porting over to Matrix which will receive updates via both the official Kodi repository and my "Master" repo.
What version is your Leia beta repo?  Is it 1.0.6, because an update to it (1.0.8) is available but won't install because "xbmc.python version 3.0.0 could not be satisfied"?
https://github.com/Lunatixz/KODI_Addons/.../addon.xml
https://github.com/Lunatixz/KODI_Addons/...-1.0.7.zip

Thanks Lunatixz, that cleared up everything!
Reply
Updated for Matrix...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
  • 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 43

Logout Mark Read Team Forum Stats Members Help
Pluto.TV2