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 … 106 107 108 109 110 … 433 Next »
advanced rules + OnlyNewEpisodes

advanced rules + OnlyNewEpisodes
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#1
2016-09-07, 06:46 PM (This post was last modified: 2016-09-07, 07:09 PM by pBS.)
I'm trying to make an advanced rule with OnlyNewEpisodes and it crashes...is there any way?
it works if i alter the exported recurring xml to include it...
"title like '%football%' and subtitle like '%texan%' and OnlyNewEpisodes"
or "... OnlyNewEpisodes = 'true' "
second one puts error in logs, first one nothing...neither one schedules anything..

if it isn't currently possible, can ability to select OnlyNewEpisodes for advanced rules be added?
Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2016-09-07, 08:51 PM
in the database the column name is "first_run", possible values are "Y" or "N".
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#3
2016-09-07, 08:59 PM
by the way, with the fall season starting, does a rule like this seem interesting?
Code:
season==1 and episode==1 and first_run=="Y"
I think I'll set this tonight to catch all the series premieres, and then I can schedule any shows that look interesting.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#4
2016-09-07, 10:44 PM
johnsonx42 Wrote:by the way, with the fall season starting, does a rule like this seem interesting?
Code:
season==1 and episode==1 and first_run=="Y"
I think I'll set this tonight to catch all the series premieres, and then I can schedule any shows that look interesting.

Yes, I've been using a rule like this for quite a while now. (Definitely before the beginning of the last Fall Season.) The only "catch" is that I have to notice the series premier recordings and decide if I want to continue them (and consequently schedule that series) before the 2nd episode. Smile
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#5
2016-09-08, 02:46 AM (This post was last modified: 2016-09-08, 03:06 AM by pBS.)
in what table is there a "first_run? i see that nowhere in rules...
i see only oid, name, match_rules, priority and enabled in recurring...
oh i see, in epg_event....Smile
shouldn't we be using single quotes in advanced rules? or does it matter?
doesn't seem to matter...

aha, what about selecting a different target drive?
i can do it from a exported xml...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#6
2016-09-23, 05:56 PM
pBS Wrote:I'm trying to make an advanced rule with OnlyNewEpisodes and it crashes...is there any way?
it works if i alter the exported recurring xml to include it...
"title like '%football%' and subtitle like '%texan%' and OnlyNewEpisodes"
or "... OnlyNewEpisodes = 'true' "
second one puts error in logs, first one nothing...neither one schedules anything..

if it isn't currently possible, can ability to select OnlyNewEpisodes for advanced rules be added?
Big Grin

Did you figure this out? I'm trying to do the same thing to avoid the NFL Network reruns. (except for with %patriots%). Wink

Perhaps I should have asked before last night. :eek:
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#7
2016-09-23, 06:01 PM
as I posted in the first reply, the field in question is first_run, with a possible value of 'Y' or 'N'.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,876
Threads: 954
Joined: May 2006
#8
2016-09-23, 06:10 PM
Technically NextPVR is missing the proper SD field for this which is the Live flag.

Martin
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#9
2016-09-25, 03:26 AM (This post was last modified: 2016-09-25, 04:56 PM by johnsonx42.)
yes, indeed, I had wondered whether the EPG data included info about whether a program is Live or not. That'd be something the user might like to see in the TV Guide too... do I smell a new "LIVE" tag to go with "NEW", "PREM" and "FIN", and a new color too? Yellow?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
TeleFragger
Offline

Member

Posts: 109
Threads: 13
Joined: Mar 2016
#10
2016-11-23, 05:00 PM (This post was last modified: 2016-11-23, 05:04 PM by TeleFragger.)
(channel_oid = 830 or channel_oid = 894) and first_run="Y"

thanks for this thread. I hope to try this tonight and hope this works...

should be..
(channel Hallmark or channel Hallmark Movies & Mysteries) and new movies...

hope this works as this will be massive brownie points with the wife!
« 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
  Colossus2 Advanced Settings meccano 1 1,138 2021-10-06, 02:50 PM
Last Post: mvallevand
  Timer rules Ericktreetops 1 1,278 2019-01-22, 04:52 PM
Last Post: mvallevand
  Advanced Rule with strftime XJW 2 1,429 2015-07-06, 12:12 PM
Last Post: XJW
  Advanced Rules Question cbgifford 11 4,286 2015-01-09, 10:40 PM
Last Post: cbgifford
  Error when trying to enter an advanced rule cbgifford 2 1,477 2015-01-08, 10:02 PM
Last Post: cbgifford
  Problems with daily recording with advanced rules dumbest 7 2,584 2015-01-08, 03:58 AM
Last Post: dumbest
  win8, hdhomerun, and firewall rules cracksloth2 3 1,719 2012-11-25, 07:51 PM
Last Post: mvallevand
  No advanced record Zeke_D 7 2,214 2012-02-05, 01:02 AM
Last Post: Zeke_D
  Length of Advanced rule? Reddwarf 2 1,461 2011-10-28, 01:05 AM
Last Post: Reddwarf
  Manual Recording Advance Rules jcjefferies 2 1,478 2011-10-23, 01:41 PM
Last Post: jcjefferies

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

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

Linear Mode
Threaded Mode