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 … 110 111 112 113 114 … 433 Next »
Can you exclude certain seasons from being recorded?

Can you exclude certain seasons from being recorded?
elsmandino
Offline

Junior Member

Posts: 47
Threads: 10
Joined: Mar 2011
#1
2016-10-27, 09:45 AM
Hello,

I have just set up a record for Red Dwarf (any time, any channel), with the intent of recording the new season (season 11).

As Dave randomly shows episodes from all previous seasons, it keeps picking up loads of other old episodes, which I have been manually cancelling. Is there any way to tell it to automatically ignore any season prior to season 11?

Thanks.
PVR Server - Windows 7, running Stablebit (Drivepool and Scanner). G1840, 12GB RAM, 2 x 2TB HDD, 1 x 6TB HDD, Hauppauge HVR-2200, Hauppauge Nova HD-S2.

Clients - 3 x Raspberry Pis, running Libreelec.
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#2
2016-10-27, 09:54 AM
Just change your recording to Red Dwarf XI (any time, any channel)?

Alex
elsmandino
Offline

Junior Member

Posts: 47
Threads: 10
Joined: Mar 2011
#3
2016-10-27, 10:04 AM
Unfortunately, I am not sure that will work with my particular set up - I am using Schedules Direct, which lists the new season as "Red Dwarf".

I was previously using WebGrabPlus+ to take data from the Sky EPG and that did, as you state, call the new season "Red Dwarf XI".
PVR Server - Windows 7, running Stablebit (Drivepool and Scanner). G1840, 12GB RAM, 2 x 2TB HDD, 1 x 6TB HDD, Hauppauge HVR-2200, Hauppauge Nova HD-S2.

Clients - 3 x Raspberry Pis, running Libreelec.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,457
Threads: 963
Joined: May 2006
#4
2016-10-27, 12:46 PM
Here in North America with SD we would tell NextPVR to only record new shows. Does your SD data properly include the new flag? One way to tell would be to turn on the new indicator in the EPG and only the new shows should have it.

Martin
elsmandino
Offline

Junior Member

Posts: 47
Threads: 10
Joined: Mar 2011
#5
2016-10-27, 06:20 PM
That's fantastic - thank you.

It picked up only the new episode, which airs tonight.

Just a couple of further questions, if I may, to help me understand how best to set up my recordings:

1. I record Red Dwarf on a channel, called Dave. There is also a Dave+1. Is there anyway I can set it up so it will only record new episodes on any channel?

2. I also record a show called Wheeler Dealers, which appears on channels Quest and Quest+1 - I have seen up to Season 8 and they seem to show random shows from anything from season 1 to season 10. Is there any way to set up a recurring recording that records any episode of Wheeler Dealers, on any channel, other than seasons 1 to 8?
PVR Server - Windows 7, running Stablebit (Drivepool and Scanner). G1840, 12GB RAM, 2 x 2TB HDD, 1 x 6TB HDD, Hauppauge HVR-2200, Hauppauge Nova HD-S2.

Clients - 3 x Raspberry Pis, running Libreelec.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,457
Threads: 963
Joined: May 2006
#6
2016-10-27, 06:40 PM
elsmandino Wrote:That's fantastic - thank you.

1. I record Red Dwarf on a channel, called Dave. There is also a Dave+1. Is there anyway I can set it up so it will only record new episodes on any channel?

Two rules, NextPVR should only record the first one found because of the SD unique id logic. You could write an Advanced Rule but probably not worth the effort. Sub might be able to add an All Channel + New request but scheduling-wise that probably will only help on lower priority with lots of airings.

Quote:2. I also record a show called Wheeler Dealers, which appears on channels Quest and Quest+1 - I have seen up to Season 8 and they seem to show random shows from anything from season 1 to season 10. Is there any way to set up a recurring recording that records any episode of Wheeler Dealers, on any channel, other than seasons 1 to 8?

Either create an advanced rule or take a lesson in time travel from Red Dwarf.

Martin
elsmandino
Offline

Junior Member

Posts: 47
Threads: 10
Joined: Mar 2011
#7
2016-10-27, 06:59 PM
Thank you Martin - perfect explanation!

Advanced rule is exactly what I want for the second option, which led me to this:

http://forums.nextpvr.com/showthread.php...t=advanced

I am too much of a smeghead to work out how to code it, could you perhaps offer me hand please?

I am guessing it would be something like:

title like 'Wheeler Dealers' and not season==1 and not season==2 etc.

Would that work?
PVR Server - Windows 7, running Stablebit (Drivepool and Scanner). G1840, 12GB RAM, 2 x 2TB HDD, 1 x 6TB HDD, Hauppauge HVR-2200, Hauppauge Nova HD-S2.

Clients - 3 x Raspberry Pis, running Libreelec.
elsmandino
Offline

Junior Member

Posts: 47
Threads: 10
Joined: Mar 2011
#8
2016-10-27, 07:07 PM
Actually, what I have put above does seem to work.

Is there any quicker way than entering not season== for every season number?
PVR Server - Windows 7, running Stablebit (Drivepool and Scanner). G1840, 12GB RAM, 2 x 2TB HDD, 1 x 6TB HDD, Hauppauge HVR-2200, Hauppauge Nova HD-S2.

Clients - 3 x Raspberry Pis, running Libreelec.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,457
Threads: 963
Joined: May 2006
#9
2016-10-27, 07:24 PM
I checked the link and don't think sqlite needs the == condition I just use the single = For your example you could string it all out like that but this will make for easier typing

title like 'Wheeler Dealers' and season > 8

If you download a sqlite GUI utility you can test a rule before adding it. On the first line type

select * from epg_event where
rule you want to test

I wrote the trivial program attached for another purpose but it will probably work too if you install it to the NextPVR program directory.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Import recorded tv shows to NPVR mattman1968 9 6,554 2020-03-03, 12:57 PM
Last Post: Jimixter
  Will not play recorded video on 1st computer but will play same video on second compu Krepps 5 2,396 2020-02-28, 05:33 PM
Last Post: Krepps
  Artwork for Recorded Shows ChrisI 6 2,806 2020-01-12, 08:57 PM
Last Post: sub
  Playback artefacts in recorded digital tv march 12 4,390 2019-10-25, 03:51 PM
Last Post: hdpvr-doug8796
  Audio out of sync in recorded TS file SilverTiger 3 1,910 2019-09-01, 08:56 PM
Last Post: sub
  Recorded programs not visible in OSMC FrogFan 14 3,879 2019-04-26, 07:55 PM
Last Post: mvallevand
  Episodes Recorded - Sort By Season and Episode dsaunders 9 3,037 2019-04-05, 09:56 AM
Last Post: dsaunders
  NextPVR has stopped recorded ckronengold 11 3,515 2019-03-01, 01:30 PM
Last Post: ckronengold
  Any tips or tricks to improve (reduce pixelation) recorded show playback mattman1968 8 3,732 2019-02-20, 02:07 PM
Last Post: mattman1968
  I'm BAAACKK, looking for best way to get to Roku with recorded content soccerdad 7 3,178 2018-12-23, 09:52 PM
Last Post: soccerdad

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

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

Linear Mode
Threaded Mode