NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 7 8 9 10 11 … 43 Next »
Recording Priorities

 
  • 0 Vote(s) - 0 Average
Recording Priorities
paul.mcguire@live.co.uk
Offline

Junior Member

United Kingdom
Posts: 12
Threads: 2
Joined: Apr 2023
#1
2023-05-18, 03:18 PM
Hi, I am looking for a way to set the recording priorities, I have read lots of posts and the instructions but I am struggling to understand it. Can I set the priority within Kodi (like you can with TVheadend)? If not what is the best way to set the priorities? I have tried the recurring recording list in both web interfaces and using ctrl-left/right arrow to sort the list but the keys do no seem to do anything. I'm probably doing something stupid.

Many Thanks

P.S. running Libreelec, NextPVR Client and Backend on the same box.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,932
Threads: 956
Joined: May 2006
#2
2023-05-18, 03:55 PM (This post was last modified: 2023-05-18, 03:56 PM by mvallevand.)
This is a UI client function only, (at least I think it is) knewc on Kodi will work or the browser UI client.

- go to the Scheduler Recurring recording view
- use the home key to sort by priority or priority descending
- select the show you want to move
- use ctrl left right to move them, on a remote that would be prev and next
- have some patience but it was designed for a 10' interface and a remote

How does pvr.hts do it? I didn't know there was a UI.

Martin


-
paul.mcguire@live.co.uk
Offline

Junior Member

United Kingdom
Posts: 12
Threads: 2
Joined: Apr 2023
#3
2023-05-18, 04:22 PM (This post was last modified: 2023-05-18, 04:31 PM by paul.mcguire@live.co.uk.)
Thanks for the quick reply Martin.

sorry I do not know what "knewc on Kodi" means

From the UIClient (browser at 192.168.x.xxx:8866/uiclient.html) I selected scheduler, recurring, then sort by priority. But the CTRL+Left/Right Arrow does not seem to doing anything. I must be doing something silly.

For info when using TVH when you create a new timer recording in Kodi, on the pop up to set all the options, at the bottom there is an option for priority, this does not appear when using NextPVR, you can choose from a number of pre-sets from unimportant to highest. It does work well.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,932
Threads: 956
Joined: May 2006
#4
2023-05-18, 04:51 PM
knewc is a UI client for Kodi https://forums.nextpvr.com/showthread.php?tid=50833

UI client from the browser works for me, but I just remembered you are using LE and I never packaged 6.1.2 because I was waiting for a maintenance release which I don't think is far off. Sub did change the key handling for the web UI client in 6.1.2

Anyway from the server settings there is an option to install the current version.

NextPVR doesn't have presets it really is a bubble sort, but some presets to speed up the move sound like they would be useful. I see looking at the pvr.ht source and these make sense. These could speed it up before the bubble sort. I will chat with sub about this for a future build.

Code:
#. Recording priority representation
msgid "Important (Highest)"
msgid "High"
msgid "Normal"
msgid "Low"
msgid "Unimportant (Lowest)"

Martin
paul.mcguire@live.co.uk
Offline

Junior Member

United Kingdom
Posts: 12
Threads: 2
Joined: Apr 2023
#5
2023-05-19, 06:52 AM
Thanks I'll give knewc a go. But this might be a showstopper for me, I tend to record lots of stuff I don't care about missing but the odd thing that is important. I got used to just being able to easily set priority to high in TVH and forgetting about. I guess if you never had that before you don't miss it.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,932
Threads: 956
Joined: May 2006
#6
2023-05-20, 02:31 PM (This post was last modified: 2023-05-20, 02:32 PM by mvallevand.)
Sub will be updating the API to make priority change available via the API and I will be updating Kodi to use it. I haven't decided if I will backup port my change to Nexus or keep it for Omega, it will depend on how big a change it turns out to be. Do you run LE12?

Also could you share your NextPVR database I'd like to use your recurring list since you say you have a lot of them. If it is > 2MB zipped it would have to be via external links (OneDrive, Google drive etc)

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#7
2023-05-20, 05:24 PM
The next build has the API that'll allow Martin to add this functionality to Kodi.

It also has the ability to adjust the priority in the web app. Up until now you could only adjust the priority in the Windows desktop app (nextpvr.exe) or in a UI client.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,932
Threads: 956
Joined: May 2006
#8
2023-06-04, 02:55 PM
I have the code and the new API working as I expect it to, but without the requested test data I am not planning on releasing anything.

Martin
pkscout
Offline

Senior Member

USA
Posts: 464
Threads: 50
Joined: May 2014
#9
2023-06-04, 04:30 PM
(2023-06-04, 02:55 PM)mvallevand Wrote: I have the code and the new API working as I expect it to, but without the requested test data I am not planning on releasing anything.

Martin

I sent you a PM with a link to a copy of my DB.  There should be enough recurring recordings in there for a decent test.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#10
2023-06-04, 11:26 PM
(2023-06-04, 02:55 PM)mvallevand Wrote: I have the code and the new API working as I expect it to, but without the requested test data I am not planning on releasing anything.

Martin

I've got a bunch of recurring recordings in my production DB from 10+ years of usage. Big Grin I'm happy to share a copy of the database with you if you'd like to test with it.

-Brett
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording from the point you switch channels rather than when you press record Swindiff 2 246 2025-05-05, 12:30 PM
Last Post: Swindiff
  Controlling the nextpvr server from Jellyfin (via the nextpvr plugin) (no recording) kfmf 2 326 2025-05-04, 02:21 PM
Last Post: mvallevand
  Keeping users recording separate Swindiff 2 256 2025-05-02, 07:47 PM
Last Post: Swindiff
  Recurring recording creates multiple recordings of same event txinga 2 376 2025-03-29, 12:33 AM
Last Post: txinga
  Recording Auto Transcode VCR58 8 1,753 2025-02-18, 12:45 AM
Last Post: mvallevand
  Automated placement based on recording type? ehfortin 6 582 2024-12-28, 11:50 PM
Last Post: spin35
  HDHR Tuner not released after recording since update to 7.0.0 spin35 1 358 2024-12-24, 01:46 PM
Last Post: mvallevand
  Cannot seek live recording, v7.0.0.241105 pulley 6 690 2024-11-17, 09:58 PM
Last Post: mvallevand
  [Failed: Recording service not running at recording time] Poocher 17 1,407 2024-10-14, 11:14 PM
Last Post: Poocher
  Why are my recordings not recording completely? Luisy44 6 914 2024-10-12, 07:01 PM
Last Post: Luisy44

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

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

Linear Mode
Threaded Mode