2021-02-14, 11:20 AM
Hi, I am new to NextPVR (just installed it yesterday), so please excuse me if I am asking something that should be relatively clear. I really searched for an answer, though...
First of all, is there any documentation for the advanced recording rules, except this (rather basic) one? https://www.nextpvr.com/nwiki/pmwiki.php...ancedRules - like available functions and fields?
I am trying to record a show on a channel that is airing every sunday at 7 pm (and is having multiple re-runs on other week days and on other times on sunday). Is there a function to check the week day (e.g. sunday) for a given start_time?
For the time, I adapted the example of the documentation as follows:
title LIKE '%name%' AND time(start_time,'localtime') > time('18:50:00') AND time(start_time,'localtime') < time('19:10:10')
Bonus question: Is there any way to change an existing recording rule?
Many thanks in advance!
First of all, is there any documentation for the advanced recording rules, except this (rather basic) one? https://www.nextpvr.com/nwiki/pmwiki.php...ancedRules - like available functions and fields?
I am trying to record a show on a channel that is airing every sunday at 7 pm (and is having multiple re-runs on other week days and on other times on sunday). Is there a function to check the week day (e.g. sunday) for a given start_time?
For the time, I adapted the example of the documentation as follows:
title LIKE '%name%' AND time(start_time,'localtime') > time('18:50:00') AND time(start_time,'localtime') < time('19:10:10')
Bonus question: Is there any way to change an existing recording rule?
Many thanks in advance!