NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 66 67 68 69 70 … 433 Next »
Is there an easier way to rearrange the priorities of 600+ recurring recordings?

Is there an easier way to rearrange the priorities of 600+ recurring recordings?
ChaosMageX
Offline

Junior Member

Posts: 48
Threads: 25
Joined: Oct 2015
#1
2018-01-24, 02:04 PM (This post was last modified: 2018-01-24, 02:32 PM by ChaosMageX.)
Currently I have 610 recurring recordings and I want to rearrange them so that they're grouped by channel so that finally NextPVR will record back-to-back shows on the same tuner.

However, given the shear number, it just isn't practical to use the Ctrl + Left-Arrow / Ctrl + Right-Arrow method in the UI.

Is there an alternate way in the UI or a way I can do it in a text file in order to group them by channel?

I want to stop NextPVR from losing the post-padding so often, which more often than not loses part of the end of the show, or at least part of the end credits.

I'm hoping I could simply do it with the daily exported recurring recording XML file and simply re-import the recordings in the correct order, because then I can just write external software to read, rearrange, and rewrite the file. However, I need to know in advance if that will work.

If writing external software will work, then where can I find the schema for the exported recurring recording XML file? I want to make sure that the software doesn't miss any data fields.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#2
2018-01-24, 05:02 PM
600+ recurring recordings? Is this for commercial use?
ChaosMageX
Offline

Junior Member

Posts: 48
Threads: 25
Joined: Oct 2015
#3
2018-01-24, 06:00 PM (This post was last modified: 2018-01-24, 06:18 PM by ChaosMageX.)
sub Wrote:600+ recurring recordings? Is this for commercial use?

This is really part of a currently private television archival project of my own making. It's really more of a hobby right now. For now I'm still experimenting. Many of those recordings are actually regularly scheduled news broadcasts and talk shows that I've added gradually since I started this project back in September of 2015. At the very least I will eventually contribute my now 150+ terabytes of recordings to the TV News Internet Archive at https://archive.org/details/tv.

At least a dozen of them are also duplicates of shows that have apostrophes and ampersands in their names. Those symbols occasionally vanish from the listings in the guide, most likely due to escaping issues in parsing the XMLTV file, but I haven't checked to be sure.

In reviewing my recurring recordings, I have managed to deleted 27 programs that have been cancelled, so now I'm down to 583, but that's still a significant number.

Now you can see the reason why I wish there was just a priority number for each recurring recording I could edit rather than rearranging the recordings in the GUI.

Still, the more I think about it, the more I would like to make some software for processing the exported recurring recordings XML file, so knowing the structure and all the possible data fields would definitely be useful.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#4
2018-01-24, 07:13 PM
ChaosMageX Wrote:For now I'm still experimenting. Many of those recordings are actually regularly scheduled news broadcasts and talk shows that I've added gradually since I started this project back in September of 2015. At the very least I will eventually contribute my now 150+ terabytes of recordings to the TV News Internet Archive at https://archive.org/details/tv.
That would be outside the home personal use allowed by NextPVR. You would need a commercial license to do this.
ChaosMageX
Offline

Junior Member

Posts: 48
Threads: 25
Joined: Oct 2015
#5
2018-01-24, 08:15 PM (This post was last modified: 2018-01-24, 08:20 PM by ChaosMageX.)
sub Wrote:That would be outside the home personal use allowed by NextPVR. You would need a commercial license to do this.

Actually, after further analysis of my recurring recordings (basically tallying them), it seems that the vast majority of them are indeed TV shows, which are for my personal use only. I only thought the news was greater because it tends to take up more space than my TV shows.

Even after eliminating all the news broadcasts and talk shows, I'm left with over 500 TV shows.

Why do I record that many TV shows? Because streaming is complete BS, and having all the shows available on a personal cloud is better, and I prefer to keep all my TV shows archived, even after I've watched them.

With that aside, that means that my server is mostly for personal use and once again I am tired of it ruining my TV shows by not recording back-to-back shows on the same tuner, so I want to find an easier way to rearrange those 500+ shows so that they are grouped by channel and prioritized as such.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,871
Threads: 954
Joined: May 2006
#6
2018-01-24, 08:33 PM
The easiest way to do this is to use a sqlite GUI utility to edit the priority field of the recurring_recording table in npvr.db3 and manually. To make make some room between shows you first might want to execute a sqlite command globally like this

update recurring_recording
set priority = priority * 100

Backup npvr.db3 before changing the database.

Martin
ChaosMageX
Offline

Junior Member

Posts: 48
Threads: 25
Joined: Oct 2015
#7
2018-01-24, 08:49 PM (This post was last modified: 2018-01-24, 08:56 PM by ChaosMageX.)
Ah, okay, cool. What SQLite GUI tool would you suggest I use? Now that you mention it, directly editing NextPVR's database probably is the best course of action.
Handy.Man
Offline

Senior Member

Montréal, Québec, Canada
Posts: 423
Threads: 41
Joined: Oct 2012
#8
2018-01-24, 10:56 PM
sub Wrote:That would be outside the home personal use allowed by NextPVR. You would need a commercial license to do this.
I looked around on the wiki, the web site and here in the forum, I didn't find any definition about the license of NextPVR. Is-it somewhere else ?
Server : NextPVR 4.2.3 Intel Core2 Quad Q6600 @2.4GHz 8GB Win7Pro, Hauppauge HVR-2250 Dual Tuner, DIAMOND ATI Theater HD 750 USB TV Tuner, Homemade fractal antenna, SchedulesDirect EPG.
Client : NextPVR 4.2.3 Intel I7-2600K @4.5GHz 8GB, Radeon HD6800, Win7Pro
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#9
2018-01-24, 10:59 PM
Handy.Man Wrote:I looked around on the wiki, the web site and here in the forum, I didn't find any definition about the license of NextPVR. Is-it somewhere else ?

I expect that you, and all the rest of us, read it when it was displayed during the Nextpvr installation.
Handy.Man
Offline

Senior Member

Montréal, Québec, Canada
Posts: 423
Threads: 41
Joined: Oct 2012
#10
2018-01-24, 11:08 PM
Well, I probably didn't read it last time I installed NextPVR Rolleyes, but I will read it next time I upgrade to 4.0.5.
Server : NextPVR 4.2.3 Intel Core2 Quad Q6600 @2.4GHz 8GB Win7Pro, Hauppauge HVR-2250 Dual Tuner, DIAMOND ATI Theater HD 750 USB TV Tuner, Homemade fractal antenna, SchedulesDirect EPG.
Client : NextPVR 4.2.3 Intel I7-2600K @4.5GHz 8GB, Radeon HD6800, Win7Pro
« 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
  Failed recordings won't delete Spid4567 3 2,396 2023-07-14, 10:13 PM
Last Post: ZeDoZ
  All my recordings start 90 sec early ncsercs 2 1,319 2022-03-19, 03:28 AM
Last Post: sub
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 14,267 2021-03-21, 11:21 PM
Last Post: careads
  Most recordings are zero bytes virtualpaul 4 1,991 2021-01-29, 12:55 PM
Last Post: virtualpaul
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,034 2021-01-07, 08:47 AM
Last Post: sub
  Recordings not playing in browser FamilyGuyFan 1 1,406 2020-10-22, 10:18 PM
Last Post: mvallevand
  Recordings 1 minute off BobbyDing 7 2,728 2020-10-11, 08:07 PM
Last Post: mvallevand
  easy tools to remove adverts in recordings? V_J 6 3,914 2020-10-06, 02:37 AM
Last Post: Ehrlichia
  Black screen, no audio, & zero bit recordings mattman1968 1 1,535 2020-09-15, 12:19 AM
Last Post: mattman1968
  Recurring recording problem Dave48167 18 4,161 2020-09-10, 08:26 PM
Last Post: Dave48167

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

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

Linear Mode
Threaded Mode