NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Extras v
1 2 3 4 Next »
Getting Pluto extra to work

 
  • 0 Vote(s) - 0 Average
Getting Pluto extra to work
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#141
2024-08-07, 12:35 AM
I am not concerned about comments specific to Pluto TV but if logs are needed in the future remember I need Kodi DEBUG logs.

From what I saw in NextPVR there is a delete

2024-08-06 18:50:49.613 [DEBUG][25] PlaybackPositionHelper.DeletePlaybackPosition(D:\Media\Video\Recordings\Stargate SG-1.S01E06.The First Commandment.ts)

and the Kodi asked for the refreshed recording pretty quickly

2024-08-06 18:50:57.228 [DEBUG][18] method=recording.list

and then Kodi goes through some logic updating all its internal files.

If you want it to be faster delete in Kodi since the communication with the server is via polling or use a UI client which are stateful.

Here is the Omega PR https://github.com/xbmc/xbmc/pull/25550 so it should be in the Omega nightlies now.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#142
2024-08-07, 02:21 AM
(2024-08-07, 12:24 AM)bouilliabai Wrote: I am most certainly interested, but not sure how much use that might be aside from running real world scenarios and commenting. That is where my experience lies, as opposed to programming or version control. I didn't even know what a PR was until looking for Ksooo's patch for the Kodi group manager. Which I still haven't found, btw.

The VOD interface in NextPVR is pretty difficult to navigate, starting with the categories approved in the Pluto lst files not appearing in alphabetical order as expected. I was comparing the list in the action movies category with that on the Pluto page, and it seems the NextPVR VOD list is limited to 17 rows. The Pluto website is so bloated when allowing JavaScript that it caused a browser crash, and it didn't go down cleanly, forcing a reboot. Guess using an old Win7 laptop for NextPVR probably isn't a great idea. Using the Pluto app on an Android box affirms that their on demand section indeed offers more than 17 rows worth in a sufficiently large movies category.

I was about to send logs showing that Kodi Recordings wasn't synching to NextPVR Recordings when 2 recordings were simultaneously selected for download, but a funny thing happened on the way to the forum. A recording deleted in NextPVR still appears in Kodi for several minutes before finally being removed, indicative of a sync timer being in play. So all good there.
NextPVR's VOD support is very basic. It's never really had much effort put into it, and virtually no comments at all from the community. Most people are here for live tv and the ability to recording tv.

There is no limit on 17 rows. I just checked one VOD I list I have, and I don't know exactly how many rows its showing me, but it's got to be about 100 rows of 6 columns.

From memory with VOD download as a recording, each job is queued, and it does them one after another. It also does them as quickly as possible - for fast internet connections and IPTV services, it might only be a few minutes per download.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#143
2024-08-07, 02:29 AM
The items are sorted in alphabetical for the next release.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#144
2024-08-07, 02:39 AM
Next release it'll also record into a subdirectory off the recording directory, rather than in the root of the recording directory.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#145
2024-08-07, 02:59 AM
There should be a vod XML file in the data folder where you can check to see if only 17 rows are coming from the addon.

Martin
bouilliabai
Offline

Member

USA
Posts: 63
Threads: 1
Joined: May 2024
#146
2024-08-07, 04:25 PM (This post was last modified: 2024-08-07, 05:17 PM by bouilliabai.)
(2024-08-07, 12:35 AM)mvallevand Wrote: If you want it to be faster delete in Kodi since the communication with the server is via polling or use a UI client which are stateful.

Deleting files from within Kodi worked beautifully. Was just checking my options for managing recordings, given that the lack of VOD capability in Kodi necessitates the use of a browser or alternate GUI for NextPVR already.

Was there any merit to the suggestion to use a pseudo recording structure to fool Kodi or other front end into treating available VOD files as actual files?

(2024-08-07, 12:35 AM)mvallevand Wrote: Here is the Omega PR  https://github.com/xbmc/xbmc/pull/25550 so it should be in the Omega nightlies now.

Thanks. I'm starting to get a handle on how that all works now.
bouilliabai
Offline

Member

USA
Posts: 63
Threads: 1
Joined: May 2024
#147
2024-08-07, 04:34 PM
(2024-08-07, 02:21 AM)sub Wrote: There is no limit on 17 rows. I just checked one VOD I list I have, and I don't know exactly how many rows its showing me, but it's got to be about 100 rows of 6 columns.

It appears to be an issue in Pluto vod.py limiting the number of items in each category to 100.

(2024-08-07, 02:21 AM)sub Wrote: From memory with VOD download as a recording, each job is queued, and it does them one after another. It also does them as quickly as possible - for fast internet connections and IPTV services, it might only be a few minutes per download.

I believe that somehow the recordings were done in parallel, because they both appeared in NextPVR/Recordings in the same state and on hard disk, but only one showed up in Kodi. Whatever happened, it wasn't repeatable.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#148
2024-08-07, 04:44 PM
(2024-08-07, 04:34 PM)bouilliabai Wrote:
(2024-08-07, 02:21 AM)sub Wrote: From memory with VOD download as a recording, each job is queued, and it does them one after another. It also does them as quickly as possible - for fast internet connections and IPTV services, it might only be a few minutes per download.

I believe that somehow the recordings were done in parallel, because they both appeared in NextPVR/Recordings in the same state and on hard disk, but only one showed up in Kodi. Whatever happened, it wasn't repeatable.
I checked it yesterday to confirm the details.

For real recordings, which come from a device or a live stream, these obviously happen in parallel.

For VOD downloads (which end up looking like a recording in NextPVR), it's as I mentioned above. The download jobs are placed in a queue and done one at a time.
bouilliabai
Offline

Member

USA
Posts: 63
Threads: 1
Joined: May 2024
#149
2024-08-07, 04:48 PM
(2024-08-07, 02:29 AM)sub Wrote: The items are sorted in alphabetical for the next release.

Good deal. While Pluto, and Roku for that matter, don't distinguish between movies and series in their web interface or app, the Pluto extra and Kodi do. Any chance of putting those items under subheadings in order to facilitate the selection of categories?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#150
2024-08-07, 04:48 PM
The nightly has another new PR to fix an issue with the groups.

I did mention that the plan for Kodi was to do it as recording. It won't matter for you though since if I do anything at all for VOD it will not support live streams just VOD with a direct video source URL.

There wasn't an issue with VOD in Pluto, it was never meant to be a downloader for PlutoTV, just a reasonable sampling of the content. If you need to browse more than 100 movies to find some "instant" satisfaction you probably should use their app or a content app like JustWatch. I specifically filter everything for Live and VOD because 1,000s of shows would be ridiculous.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (17): « Previous 1 … 13 14 15 16 17 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  TabloTV Extra mvallevand 17 5,435 2025-03-13, 10:55 PM
Last Post: mvallevand
  Reminder Pluto TV Extra removed mvallevand 0 521 2025-01-04, 06:32 PM
Last Post: mvallevand
  help requested with sending IR Blast command with extra _Dam0_ 3 675 2024-10-11, 12:53 PM
Last Post: mvallevand
  Is 'TabloTv Extra' Compatible with Gen 4 Devices? POWerSUrgeSW3 4 1,312 2024-06-23, 01:23 PM
Last Post: mvallevand
  Pluto TV. mvallevand 93 34,812 2024-05-16, 08:46 PM
Last Post: mvallevand
  Pluto/iptv epg expected actions Prsa01 3 1,419 2024-01-20, 03:37 PM
Last Post: mvallevand
  windows media player extra buntay20 4 1,161 2023-12-17, 06:48 PM
Last Post: Jaggy
  PlutoTV Extra Commerical Exit freezing bisonfan 13 2,947 2023-12-16, 07:42 PM
Last Post: mvallevand
  Extra donation access -plutotv bisonfan 3 1,080 2023-09-04, 07:26 PM
Last Post: mvallevand
  PlutoTV Extra Problem Metroid 3 1,083 2023-07-23, 06:41 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode