![]() |
v19 Pluto.TV - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: v19 Pluto.TV (/showthread.php?tid=315513) |
RE: Pluto.TV - 27hectormanuel - 2023-02-01 Good news!? I was able to have the complete catalog of on-demand available in any category (there is no search functionality so this is the only way to access it) I'm still trying to play 'Bubba-ho-tep' and it won't play 😑 and Barnyard has some visual glitch during playback. While we wait for "view all" or a search function here is what I removed from plutotv.py from lib: if opt == 'featured' and not featured: return None elif opt == 'favorites' and not favorite: return None elif opt == 'categories' and chcat != name: return None elif opt in ['lineup','vod'] and chid != name: return None Make backups of the add-on to modify RE: Pluto.TV - flhthemi - 2023-02-01 (2023-02-01, 15:15)27hectormanuel Wrote: Good news!? I was able to have the complete catalog of on-demand available in any category (there is no search functionality so this is the only way to access it) I'm still trying to play 'Bubba-ho-tep' and it won't play 😑 and Barnyard has some visual glitch during playback. While we wait for "view all" or a search function here is what I removed from plutotv.py from lib: Couldn't find that line in my plutotv.py. I'm using V1.63 of Pluto. Maybe give us the line number? RE: Pluto.TV - 27hectormanuel - 2023-02-01 (2023-02-01, 16:50)flhthemi Wrote:(2023-02-01, 15:15)27hectormanuel Wrote: Good news!? I was able to have the complete catalog of on-demand available in any category (there is no search functionality so this is the only way to access it) I'm still trying to play 'Bubba-ho-tep' and it won't play 😑 and Barnyard has some visual glitch during playback. While we wait for "view all" or a search function here is what I removed from plutotv.py from lib: ![]() RE: Pluto.TV - flhthemi - 2023-02-02 (2023-02-01, 17:05)27hectormanuel Wrote:(2023-02-01, 16:50)flhthemi Wrote:(2023-02-01, 15:15)27hectormanuel Wrote: Good news!? I was able to have the complete catalog of on-demand available in any category (there is no search functionality so this is the only way to access it) I'm still trying to play 'Bubba-ho-tep' and it won't play 😑 and Barnyard has some visual glitch during playback. While we wait for "view all" or a search function here is what I removed from plutotv.py from lib: Thanks! Tried this and it did let the on demand categories load up. BUT, for example, I went to TV Westerns and a lot of links loaded. However, I couldn't find one TV Western. Plenty of dog shows and anime. It also seemed very slow but I would suppose that's because it was loading a ton of unrelated links. Reverted back to the original plutotv.py. See if you get the same results in TV Westerns. Maybe I did something wrong or V1.63 might be somehow different as my line numbers didn't match. "favorite = isFavorite(chnum)" was at line #273 RE: Pluto.TV - 27hectormanuel - 2023-02-02 Make sure you search by name. The westerns are supposed to be there. RE: Pluto.TV - Lunatixz - 2023-02-03 These changes are not a fix or patch. You are simply removing the content filters and allowing all content to load at once (Not recommended!). The real issue is with PlutoTV API changes for TV/Series VOD content. I've started working on a fix but have other obligations at the moment. RE: Pluto.TV - 27hectormanuel - 2023-02-03 I'll be awaiting the update. Thank you for taking time to work on this addon. RE: Pluto.TV - flhthemi - 2023-02-13 IPTV Simple update no longer updates my Guide. Tried clearing PVR data and updating channels, no joy. Rolled back to pvr.iptvsimple-20.7.0 guide works. So...I'll post in the thread for it. RE: Pluto.TV - Dan C - 2023-03-02 Any new progress? Is it possible to fix the problems with the On Demand content? RE: Pluto.TV - Lunatixz - 2023-03-03 (2023-03-02, 20:32)Dan C Wrote: Any new progress? Is it possible to fix the problems with the On Demand content? Sorry I've been busy; I've made progress fixing the issue however the code wasn't finalized... I'll push an update soon, THX RE: Pluto.TV - Yubby - 2023-06-07 I also have downloaded the zip file for version 1.6.3, and manually installed it, which obviously didn't resolve the issue with the 'on demand' content... I will be in a state of sadness until the new version is released... IS there a possibility of posting it as a zip file on your github page ? (for testing....) RE: Pluto.TV - Lunatixz - 2023-06-09 (2022-08-24, 03:06)the_3 Wrote: Are there known issues about certain channels not showing up via the add-on? I am finding that is happening for me. For example, the Jeopardy and Wheel of Fortune channels don't show up at all. Yes, I'm in the process of finalizing an update. Thx RE: Pluto.TV - 2thick - 2023-06-12 Thanks for the ongoing efforts. RE: Pluto.TV - vindicator - 2023-06-23 Out of curiosity, I was searching for "pluto.tv" stuff and came across a copyright infringment C&D DMCA from the MPA to github, and was wondering if this project was worried about being hit as well. https://www.theverge.com/2023/2/28/23617624/pluto-tv-dmca-mpa-github-playlists It's funny how ptv is so open, but doesn't like it when their publically available address list is... made public? RE: Pluto.TV - Lunatixz - 2023-06-23 (2023-06-23, 12:56)vindicator Wrote: Out of curiosity, I was searching for "pluto.tv" stuff and came across a copyright infringment C&D DMCA from the MPA to github, and was wondering if this project was worried about being hit as well. To clarify; ptv being short for PlutoTV... (I also have a project called PseudoTV which also shares abbreviations PTV). I'm not worried; this project originally started with the blessing of Pluto.TV. Several years ago I spoke with the CTO regarding Kodi. He was positive about the shared experience, of course since then Pluto.TV's popularity has blown up and turned heavily to advertisements. |