NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 28 29 30 31 32 … 44 Next »
Forcing recording of duplicates

 
  • 0 Vote(s) - 0 Average
Forcing recording of duplicates
dsreyn
Offline

Member

USA
Posts: 66
Threads: 13
Joined: Jan 2020
#1
2020-10-29, 10:21 AM
I ran into a situation this week which seems like it could be problematic.  One of my recurring recording rules recorded 3 episodes of a series called "Baseball's Seasons".  However, it turned out that what actually aired in that time slot was a rerun of the last game of this year's World Series.  So, the problem (presumably now is that NextPVR "thinks" that it recorded the 3 episodes of Baseball's Seasons that were listed in the guide data.

On the main settings page (this is using the web interface to the Docker version), the box that says "Avoid duplicate recordings where possible" is checked.  This is normally what I want, but for this particular recurring recording, I might want to override that setting.  So I'm wondering if either of the following is possible:

- Is there something that can be added to an advanced recording rule that will tell NextPVR to record every airing of the program, overriding the "avoid duplicates" rule?  Actually, I suppose there could sometimes be other reasons for wanting to do this (mainly when guide data is wrong).

- Is it possible to modify my recording history for Baseball's Seasons so that NextPVR will pick up the "already recorded" episodes if they air again?

Thanks,
Doug
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#2
2020-10-29, 11:21 AM
(2020-10-29, 10:21 AM)dsreyn Wrote: On the main settings page (this is using the web interface to the Docker version), the box that says "Avoid duplicate recordings where possible" is checked.  This is normally what I want, but for this particular recurring recording, I might want to override that setting. 

NextPVR keeps records in the database for shows that have been recorded and deleted ... You can run nscripthelper with  ... -removehistory ... and NextPVR will delete all history records from the database.

NextPVR ignores ... avoid duplicates ... if a recording is made as a Quick Recording ... https://github.com/sub3/NextPVR/wiki/nscripthelper
dsreyn
Offline

Member

USA
Posts: 66
Threads: 13
Joined: Jan 2020
#3
2020-10-29, 11:38 AM
(2020-10-29, 11:21 AM)Graham Wrote:
(2020-10-29, 10:21 AM)dsreyn Wrote: On the main settings page (this is using the web interface to the Docker version), the box that says "Avoid duplicate recordings where possible" is checked.  This is normally what I want, but for this particular recurring recording, I might want to override that setting. 

NextPVR keeps records in the database for shows that have been recorded and deleted ... You can run nscripthelper with  ... -removehistory ... and NextPVR will delete all history records from the database.

NextPVR ignores ... avoid duplicates ... if a recording is made as a Quick Recording ... https://github.com/sub3/NextPVR/wiki/nscripthelper

Thanks, I'll have to play around with this tonight after work.  But in the meantime, a couple of questions:

1) Since I'm running the Docker version of NextPVR, I don't have the nscripthelper.dll.  To get it, I assume I need to install NextPVR on a Windows PC, and I should be able to use the DLL as described?  Or is there some way to use it directly in Docker?

2) I'm guessing that -removehistory wipes out the *entire* recording history - not just for a single show.  Is there a way to limit the history wiping to a single show?  Otherwise, this is probably going to solve the immediate problem, but cause me to start getting repeats for my other recurring recording rules.

Doug
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#4
2020-10-29, 12:01 PM
(2020-10-29, 11:38 AM)dsreyn Wrote: 1) Since I'm running the Docker version of NextPVR, I don't have the nscripthelper.dll.  To get it, I assume I need to install NextPVR on a Windows PC, and I should be able to use the DLL as described?  Or is there some way to use it directly in Docker?

2) I'm guessing that -removehistory wipes out the *entire* recording history - not just for a single show.  Is there a way to limit the history wiping to a single show?  Otherwise, this is probably going to solve the immediate problem, but cause me to start getting repeats for my other recurring recording rules.

Doug

I know nothing of Docker ... there is this ... https://hub.docker.com/_/microsoft-dotnet-core

The NextPVR database is a sqlite database and can be edited using any sqlite editor ... Finding and removing the relevant rows from the database is possible.  There is no stock wy to remove selected rows.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#5
2020-10-29, 12:10 PM
(2020-10-29, 11:38 AM)dsreyn Wrote: 2) I'm guessing that -removehistory wipes out the *entire* recording history - not just for a single show.  Is there a way to limit the history wiping to a single show?  Otherwise, this is probably going to solve the immediate problem, but cause me to start getting repeats for my other recurring recording rules.

If you haven't already deleted the "wrong" recordings then there is a fairly simple solution to your situation. You will need to use a client like knewc or nlite. Then go to one of the "wrong" recordings. Then access the hidden menu at the top by pressing the Home button. That menu includes an option called "Forget". Selecting that will cause NextPVR to not store the record indicating that the Guide item has been recorded so the next time it airs, the recurring recording rules should catch it.

Otherwise, you could manually delete the entries from the SQL database, but that is quite a bit more complicated.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#6
2020-10-29, 01:09 PM
In the Kodi Matrix client I also implemented the forget feature on the context menu for any recording.

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#7
2020-10-29, 01:47 PM
(2020-10-29, 01:09 PM)mvallevand Wrote: In the Kodi Matrix client I also implemented the forget feature on the context menu for any recording.

Nice!

Although it isn't needed/used that often, I sort of wish that it was on the regular context menu for recordings. Novice users often don't even know about the hidden menu, let alone what "Forget" means. And the typical response of using the "removehistory" option is really overkill and not a very nice experience for the user (since it removes ALL history for ALL shows).
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording from the point you switch channels rather than when you press record Swindiff 3 459 2025-06-23, 04:31 AM
Last Post: Knordn1951
  Controlling the nextpvr server from Jellyfin (via the nextpvr plugin) (no recording) kfmf 2 558 2025-05-04, 02:21 PM
Last Post: mvallevand
  Keeping users recording separate Swindiff 2 416 2025-05-02, 07:47 PM
Last Post: Swindiff
  Recurring recording creates multiple recordings of same event txinga 2 483 2025-03-29, 12:33 AM
Last Post: txinga
  Recording Auto Transcode VCR58 8 1,943 2025-02-18, 12:45 AM
Last Post: mvallevand
  Automated placement based on recording type? ehfortin 6 704 2024-12-28, 11:50 PM
Last Post: spin35
  HDHR Tuner not released after recording since update to 7.0.0 spin35 1 423 2024-12-24, 01:46 PM
Last Post: mvallevand
  Cannot seek live recording, v7.0.0.241105 pulley 6 847 2024-11-17, 09:58 PM
Last Post: mvallevand
  [Failed: Recording service not running at recording time] Poocher 17 1,567 2024-10-14, 11:14 PM
Last Post: Poocher
  Why are my recordings not recording completely? Luisy44 6 1,080 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