NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 7 8 9 10 11 … 43 Next »
Recurring recordings

 
  • 0 Vote(s) - 0 Average
Recurring recordings
tomx
Offline

Junior Member

SLOVENIA
Posts: 6
Threads: 2
Joined: May 2023
#1
2023-05-30, 12:33 PM
Hello, I've been new to NextPVR and would like to setup recurring recording for one team:

I can run this querry inside DB and gives me results...
select * from epg_event where title like '%Liverpool%' and channel_oid in (select * from channel where name like '%SG%')


How can i add this sql to recurring scheduler...
i add this: 
title like '%Liverpool%' and channel_oid in (select * from channel where name like '%SG%')
It gives me 0 results.


Thx for support.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,932
Threads: 956
Joined: May 2006
#2
2023-05-30, 12:57 PM
You shouldn't be returning all the channel fields, try

Code:
title like '%Liverpool%' and channel_oid in (select channel_oid from channel where name like '%SG%')

Martin
tomx
Offline

Junior Member

SLOVENIA
Posts: 6
Threads: 2
Joined: May 2023
#3
2023-05-30, 01:13 PM (This post was last modified: 2023-05-30, 01:14 PM by tomx.)
title like '%Liverpool%' and channel_oid in (select oid from channel where name like '%SG%')

This got me working.

One question when will this recurring rule run again to check if there is any new match in EPG?

[Image: aI6qBm9EMJfI.jpg?o=1]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,932
Threads: 956
Joined: May 2006
#4
2023-05-30, 01:27 PM (This post was last modified: 2023-05-30, 01:31 PM by mvallevand.)
Sorry right oid. It runs every time there is an EPG update scheduled or manual.

Martin
tomx
Offline

Junior Member

SLOVENIA
Posts: 6
Threads: 2
Joined: May 2023
#5
2023-05-31, 02:00 PM
[Image: sg2.jpg]

What is the best way, that only one show will be scheduled and will skip next if same name is found? Is there a way?

What is the best way to add only weekdays in expresion:
title like '%Liverpool%' and channel_oid in (select oid from channel where name like '%SG%')
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#6
2023-05-31, 04:08 PM
Unfortunately I don't think there is any way you can do that with the information you have available, other than maybe adding a time clause into your query, so that you only record shows that for example start between 7am and 9am.

NextPVR will automatically avoid re-recording the same episode as long as they're uniquely identfied in the standard ways, which include season/episode numbers, or crid identfiers, or schedules direct style identifiers. Unfortunately, it looks like your EPG doesn't have these. NextPVR doesn't avoid rerecording shows because the have the same title or description because it's very common for TV guide data just just use the same generic title and description on every episode of a show.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,932
Threads: 956
Joined: May 2006
#7
2023-05-31, 04:33 PM
Sub, I don't think advanced recordings have a filter on the unique id or if it is already recorded. It would make them much better.

Martin
tomx
Offline

Junior Member

SLOVENIA
Posts: 6
Threads: 2
Joined: May 2023
#8
2023-06-05, 09:22 AM
How can i remove spaces in naming of folder and recordings:

"file": "/recordings/Manual Recordings/Sport 1_20230605_11151117.ts",

I got checked:
Replace spaces with period character

Using docker on rhel7.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,932
Threads: 956
Joined: May 2006
#9
2023-06-05, 12:07 PM (This post was last modified: 2023-06-05, 12:08 PM by mvallevand.)
I think the space replacement is only for episodic series and movies. It's not clear how you created that recording since manual recordings should allow you to type Sport.1 as the name if you must.

Not sure if you also want Manual.Recordings and other parent folders to have spaces replaced that would be a wishlist item for sub.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Recurring recording creates multiple recordings of same event txinga 2 376 2025-03-29, 12:33 AM
Last Post: txinga
  "Listed in priority order" in Scheduler Recurring - meaning of Priority Andre_Mikulec 1 314 2025-03-27, 07:54 PM
Last Post: mvallevand
  Recurring Recordings Not Working After Merging Channels BrettB 2 269 2025-02-06, 04:00 AM
Last Post: mvallevand
  Moving recordings to a fileserver SickBoy 1 266 2025-02-01, 02:39 PM
Last Post: mvallevand
  recordings prematurely 'stop' moonmeat 3 474 2025-01-24, 02:08 PM
Last Post: mvallevand
  What would happen if I change file locations and names of the recordings? Luisy44 4 596 2024-10-15, 01:15 AM
Last Post: Luisy44
  Why are my recordings not recording completely? Luisy44 6 914 2024-10-12, 07:01 PM
Last Post: Luisy44
  Recordings import issue Jaggy 4 585 2024-08-25, 12:03 AM
Last Post: Jaggy
  Recurring recordings not getting scheduled ginge6000 1 407 2024-07-12, 10:58 AM
Last Post: mvallevand
  Audio Format of Recordings (AAC LC SBR) jayg30 5 1,810 2023-12-08, 04:10 AM
Last Post: jayg30

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

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

Linear Mode
Threaded Mode