2020-01-22, 12:30 AM
Would any STB users be interested in having on demand recording in NextPVR? I roughed in the code today and it works but it is a bit tedious because of two factors
- typical cable lag on keystrokes (this STB is older and is always slow even manually but for $15 I can't complain)
- annoying Kodi buffer time, it's fine at startup but you see the buffer OSD come on which means you need to wait for keystrokes. I need about 8 seconds between keystrokes so end up doing a lot of counting
https://www.youtube.com/watch?v=B98P_XJ4...e=youtu.be
If no one wants this, this code works well enough for my purposes and I don't need to formalize it.
The advantages for me with this approach are
- the on demand channel sometimes only has a couple of weeks older shows so I need to record shows while I catch up.
- navigation is disabled in on demand and there are still some commercials
- I can only pause on the STB for 24 hours, afterward I lose the resume point. Combined with the no navigation that is quite annoying
- recording PPV
For the technical side this Kodi addon is shown running on my Windows PC, it starts the On Demand Channel in NextPVR on linux (my tuning script is set to ignore the blasting command for this channel) and everything is done by controlling the STB remotely by LIRC in my closet with my backend . The recording is just a manual recording. The lircd file needs to control more than just numbers.
Martin
- typical cable lag on keystrokes (this STB is older and is always slow even manually but for $15 I can't complain)
- annoying Kodi buffer time, it's fine at startup but you see the buffer OSD come on which means you need to wait for keystrokes. I need about 8 seconds between keystrokes so end up doing a lot of counting
https://www.youtube.com/watch?v=B98P_XJ4...e=youtu.be
If no one wants this, this code works well enough for my purposes and I don't need to formalize it.
The advantages for me with this approach are
- the on demand channel sometimes only has a couple of weeks older shows so I need to record shows while I catch up.
- navigation is disabled in on demand and there are still some commercials
- I can only pause on the STB for 24 hours, afterward I lose the resume point. Combined with the no navigation that is quite annoying
- recording PPV
For the technical side this Kodi addon is shown running on my Windows PC, it starts the On Demand Channel in NextPVR on linux (my tuning script is set to ignore the blasting command for this channel) and everything is done by controlling the STB remotely by LIRC in my closet with my backend . The recording is just a manual recording. The lircd file needs to control more than just numbers.
Martin