NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 44 45 46 47 48 … 101 Next »
Search guide for Series

 
  • 0 Vote(s) - 0 Average
Search guide for Series
Bobbybear
Offline

Member

UK
Posts: 162
Threads: 43
Joined: Nov 2011
#1
2022-04-04, 11:44 AM
Using NextPVR v5.2.6.220206
I want to use the search function to create recordings for the episodes of a series I have missed.
Example:
I missed the start of Series 5 of Bangers and Cash on the "Yesterday" channel.
I can search for 'Bangers and Cash' but it comes up with 88 episodes only 5 of which are for Series 5
The series description starts with the usual S05E03 etc but if I put S05 in the 'description text' the search finds nothing!
I'm using Schedules Direct as a source, but I don't think that should not make any difference.
How can I create a manual recording "advanced 'title like '%bangers and Cash%' ' but for Series 5 episode only?
Windows 11 Professional (x64), AMD Ryzen 9 9000X, ASUS TUF Gaming 850-Plus WIFI, 64GB DDR5 RAM, Samsung SSD 990 EVO Plus 1TB (OS), TBS 6281 Dual DVB-T2/T BDA Tuner, TBS 6981 DVB-S/S2 DUAL BDA Tuner.

Retired Engineer "When was there any time for work?"

mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,945
Threads: 956
Joined: May 2006
#2
2022-04-04, 11:55 AM
From Schedules Direct, the S/E won't actually be in the description, they are unique fields. I gave an example for an advanced recording here https://forums.nextpvr.com/showthread.ph...#pid549046 When the create search manual recording popup opens just add the field qualifiers you need.

Martin.
Bobbybear
Offline

Member

UK
Posts: 162
Threads: 43
Joined: Nov 2011
#3
2022-04-04, 01:27 PM
Interesting. That works but only if I use this string: title like '%Bangers and Cash%' and season = 5 and episode = 1
Then put a recurring event for each missing episode.
I cannot seem to just use: title like '%Bangers and Cash%' and season = 5
to get it to find all episodes from the season or is that a quirk of SQL
Windows 11 Professional (x64), AMD Ryzen 9 9000X, ASUS TUF Gaming 850-Plus WIFI, 64GB DDR5 RAM, Samsung SSD 990 EVO Plus 1TB (OS), TBS 6281 Dual DVB-T2/T BDA Tuner, TBS 6981 DVB-S/S2 DUAL BDA Tuner.

Retired Engineer "When was there any time for work?"

mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,945
Threads: 956
Joined: May 2006
#4
2022-04-04, 01:41 PM
Odd. Turn on on verbose logging, (ctrl on setttings screen) and submit the search and send the zipped logs. We can see the sql that is generated that way.

Martin
Bobbybear
Offline

Member

UK
Posts: 162
Threads: 43
Joined: Nov 2011
#5
2022-04-04, 03:38 PM (This post was last modified: 2022-04-04, 03:39 PM by Bobbybear.)
Hi Martin
Enabled Verbose logging and created query series only,
zip log file sent

Bob


Attached Files
.zip   logs-20220404-1635.zip (Size: 694.28 KB / Downloads: 2)
Windows 11 Professional (x64), AMD Ryzen 9 9000X, ASUS TUF Gaming 850-Plus WIFI, 64GB DDR5 RAM, Samsung SSD 990 EVO Plus 1TB (OS), TBS 6281 Dual DVB-T2/T BDA Tuner, TBS 6981 DVB-S/S2 DUAL BDA Tuner.

Retired Engineer "When was there any time for work?"

sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,713
Threads: 767
Joined: Nov 2003
#6
2022-04-04, 05:31 PM
It looks like it worked. There was a pile of episodes that match, but they weren't scheduled because either you've already got them scheduled to record, or you've recently deleted them:

Quote:2022-04-04 16:35:22.347 [INFO][22] UpdateRecurringRecording(276, 'All Channels'):
<Rules>
<ChannelOID>0</ChannelOID>
<ChannelName>All Channels</ChannelName>
<StartTime>2022-04-04T16:35:22.3242849+01:00</StartTime>
<EndTime>2022-04-04T16:35:22.3242858+01:00</EndTime>
<PrePadding>15</PrePadding>
<PostPadding>15</PostPadding>
<Quality>0</Quality>
<Keep>0</Keep>
<RecordingDirectoryID>[Default]</RecordingDirectoryID>
<AdvancedRules>title like &apos;%Bangers and Cash%&apos; and season = 5</AdvancedRules>
</Rules>

2022-04-04 16:35:22.347 [VERBOSE][22] removeMissingRecordings=True
2022-04-04 16:35:22.348 [VERBOSE][22] checkForRenamedRecordings=True
2022-04-04 16:35:22.348 [VERBOSE][22] noRemoveWhenTreeMissing=True
2022-04-04 16:35:22.351 [VERBOSE][22] removeMissingRecordings=True
2022-04-04 16:35:22.351 [VERBOSE][22] checkForRenamedRecordings=True
2022-04-04 16:35:22.351 [VERBOSE][22] noRemoveWhenTreeMissing=True
2022-04-04 16:35:22.363 [DEBUG][22] LoadListingByAdvancedRules(channel='all channels',advancedRules=title like '%Bangers and Cash%' and season = 5)
2022-04-04 16:35:22.483 [DEBUG][22] - Potential episode at: 05/04/2022 22:00:00
2022-04-04 16:35:22.486 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.486 [DEBUG][22] ...already got this episode: EP031978930050 (recently deleted)
2022-04-04 16:35:22.486 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.486 [DEBUG][22] - Potential episode at: 05/04/2022 23:00:00
2022-04-04 16:35:22.487 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.487 [DEBUG][22] ...already got this episode: EP031978930050 (recently deleted)
2022-04-04 16:35:22.487 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.487 [DEBUG][22] - Potential episode at: 06/04/2022 22:00:00
2022-04-04 16:35:22.487 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.487 [DEBUG][22] ...already got this episode: EP031978930042 (already pending)
2022-04-04 16:35:22.487 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.487 [DEBUG][22] - Potential episode at: 06/04/2022 23:00:00
2022-04-04 16:35:22.487 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.487 [DEBUG][22] ...already got this episode: EP031978930042 (already pending)
2022-04-04 16:35:22.487 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.487 [DEBUG][22] - Potential episode at: 07/04/2022 20:00:00
2022-04-04 16:35:22.487 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode: EP031978930051 (already pending)
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.488 [DEBUG][22] - Potential episode at: 07/04/2022 21:00:00
2022-04-04 16:35:22.488 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode: EP031978930051 (already pending)
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.488 [DEBUG][22] - Potential episode at: 08/04/2022 21:00:00
2022-04-04 16:35:22.488 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode: EP031978930051 (already pending)
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.488 [DEBUG][22] - Potential episode at: 08/04/2022 22:00:00
2022-04-04 16:35:22.488 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode: EP031978930044 (already pending)
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.488 [DEBUG][22] - Potential episode at: 08/04/2022 22:00:00
2022-04-04 16:35:22.488 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode: EP031978930051 (already pending)
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.488 [DEBUG][22] - Potential episode at: 08/04/2022 23:00:00
2022-04-04 16:35:22.488 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode: EP031978930044 (already pending)
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.488 [DEBUG][22] - Potential episode at: 10/04/2022 23:00:00
2022-04-04 16:35:22.488 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode: EP031978930051 (already pending)
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.488 [DEBUG][22] - Potential episode at: 11/04/2022 00:00:00
2022-04-04 16:35:22.488 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode: EP031978930051 (already pending)
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.488 [DEBUG][22] - Potential episode at: 12/04/2022 22:00:00
2022-04-04 16:35:22.488 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode: EP031978930051 (already pending)
2022-04-04 16:35:22.488 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.488 [DEBUG][22] - Potential episode at: 12/04/2022 23:00:00
2022-04-04 16:35:22.488 [DEBUG][22] ...check IsValid()
2022-04-04 16:35:22.489 [DEBUG][22] ...already got this episode: EP031978930051 (already pending)
2022-04-04 16:35:22.489 [DEBUG][22] ...already got this episode scheduled
2022-04-04 16:35:22.489 [DEBUG][22] {"stat":"ok"}
Bobbybear
Offline

Member

UK
Posts: 162
Threads: 43
Joined: Nov 2011
#7
2022-04-04, 06:00 PM
Hi Sub
Thanks for that, I did not realise that delete recordings were logged.
I have set series query up again and will watch to see if new episodes appear in the EPG and if it marks them to record.
Thanks for the help
Bob
Windows 11 Professional (x64), AMD Ryzen 9 9000X, ASUS TUF Gaming 850-Plus WIFI, 64GB DDR5 RAM, Samsung SSD 990 EVO Plus 1TB (OS), TBS 6281 Dual DVB-T2/T BDA Tuner, TBS 6981 DVB-S/S2 DUAL BDA Tuner.

Retired Engineer "When was there any time for work?"

jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#8
2022-04-05, 11:01 AM
Some months ago I could not understand why I wasnt recording the latest series of "Bangers & Cash". Eventually I created a new Recurring Recording from the EPG which worked so looked at the Recurring Recording list where there was an obvious difference between the two entries! The original series I recorded had been called "Bangers and Cash" and since then all have been called "Bangers & Cash". This would not have been a problem for Freesat or Freeview recorders as they use the "Series ID" not the title to identify the items to record!!
NextPVR Server - HP N54L Microserver, Windows 10 - Storage 2 X 3TB - Tuners DVBSky S952 Twin DVB-S/S2 PCIe, Hauppauge Twin DVB-T2 USB, Telestar Digibit R1 Sat>IP Server.
Clients:- 2 X RPi3, 1 X RPi4 and Acer RL80 Celeron Nettop all running NextPVR New Client on LibreElec.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,945
Threads: 956
Joined: May 2006
#9
2022-04-05, 01:15 PM
For that case maybe try

title like 'Bangers % Cash'

Martin
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#10
2022-04-05, 01:24 PM
I already use the "%" for some recordings where I expect extra words to be added at the beginning, middle or end of the title.

I notice using the "Search" option that "Escape to the country" and "Escape To The Country" have separate entries but in this case seems to be an identical list of programmes. In other cases the lower and upper case variation give a slightly different list of recordings. I also found several cases where "!" had been sometimes added to the end of the title and "-" added to the middle of the title which does not help!!
NextPVR Server - HP N54L Microserver, Windows 10 - Storage 2 X 3TB - Tuners DVBSky S952 Twin DVB-S/S2 PCIe, Hauppauge Twin DVB-T2 USB, Telestar Digibit R1 Sat>IP Server.
Clients:- 2 X RPi3, 1 X RPi4 and Acer RL80 Celeron Nettop all running NextPVR New Client on LibreElec.
« 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
  Series Recordings - Bug? MalcolmInman 32 854 2025-05-31, 01:52 AM
Last Post: mvallevand
  Series recording doesn't have cancel series markn62 9 2,342 2025-02-22, 09:24 PM
Last Post: jcole998
  Guide information not displaying on some channels three6zerocool 50 3,138 2025-01-19, 10:33 PM
Last Post: mvallevand
  Recording ability lost for certain series SamM 6 463 2024-12-05, 05:13 AM
Last Post: SamM
  Tv Guide reports "no listing" markn62 18 2,245 2024-11-25, 09:09 AM
Last Post: mvallevand
  tv guide info same all channels tm003 14 752 2024-11-21, 08:31 PM
Last Post: mvallevand
  TV Guide Showing Duplicate Channels After IPTV Update Channels taylormia 27 1,989 2024-11-10, 12:24 AM
Last Post: sub
  Issues with TV Guide in NPVR client Bobins 9 862 2024-11-08, 11:02 AM
Last Post: Bobins
  Missing time/date navigation in desktop client on guide page (Win11) JHP025 2 457 2024-08-04, 07:08 PM
Last Post: JHP025
  tv guide has no listings talkin 5 930 2024-05-21, 09:23 PM
Last Post: talkin

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

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

Linear Mode
Threaded Mode