NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
1 2 3 4 5 … 93 Next »
Custom recording

 
  • 1 Vote(s) - 5 Average
Custom recording
tomx
Offline

Junior Member

SLOVENIA
Posts: 6
Threads: 2
Joined: May 2023
#1
2025-02-06, 09:29 AM (This post was last modified: 2025-02-06, 09:31 AM by tomx.)
Hello i have custom recording set with:

SELECT * FROM EPG_EVENT WHERE title LIKE '%ᴸᶦᵛᵉ%' AND title LIKE '%EFL%' AND title not LIKE '%HIGHLI%' and channel_oid IN (10259,10256,3963,3964)

How can i add rule that recording need to last at least 1hour. I dont want to record show with 15 minutes lenght.


[Image: YWBNG9l.png]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,076
Threads: 957
Joined: May 2006
#2
2025-02-06, 01:14 PM
If I was doing this I would go to the search window and open create recording and add the rest of the parameters. The rule you need to add is

and (julianday(end_time) - julianday(start_time)) * 24 >= 1

Instead of 24 for hours you can use minutes 1440 (24*60) or seconds 86400 (24*60*60)

You might be able to use first_run = 'Y' instead of filtering on the title based on your image to cover more guide source.

Martin
tomx
Offline

Junior Member

SLOVENIA
Posts: 6
Threads: 2
Joined: May 2023
#3
2025-02-07, 09:14 AM
Thank you. Working like charm.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  API call for Recording Complete linustorvalds 1 448 2025-01-19, 02:11 PM
Last Post: mvallevand
  Manual recording API mvallevand 2 1,114 2023-11-09, 02:14 PM
Last Post: mvallevand
  Recording direct to GPhotos API rgonzalez 0 1,507 2020-06-29, 04:45 AM
Last Post: rgonzalez
  Recurring Recording URL Parameters jcole998 2 3,054 2019-09-19, 01:08 PM
Last Post: jcole998
  Get recording length from stream skogl 46 14,431 2019-08-15, 09:34 PM
Last Post: sub
  Unexpected result when deleting a pending recording scJohn 5 3,866 2018-05-06, 10:09 PM
Last Post: sub
  custom creation of a recurring error p37307 2 2,370 2017-12-19, 03:45 AM
Last Post: mvallevand
  How to best verify success when adding a recurring recording drmargarit 1 2,870 2017-03-02, 03:13 PM
Last Post: mvallevand
  Change recording filename programmatically immediately before recording starts? craigrs84 5 6,192 2015-07-13, 09:28 PM
Last Post: patco444
  Recording a specific episode based on season and episode number cbgifford 26 10,714 2014-12-19, 10:28 PM
Last Post: cbgifford

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

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

Linear Mode
Threaded Mode