NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 13 14 15 16 17 … 43 Next »
Some series/episode data formats not recognised within description

 
  • 0 Vote(s) - 0 Average
Some series/episode data formats not recognised within description
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#21
2022-04-13, 07:57 PM
As I posted the trouble is likely the regex so sub has to decide if he wants to make those changes I suggested.

Martin.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#22
2022-04-14, 11:34 PM
(2022-04-13, 07:43 PM)sjabaker Wrote: Just checking - was that enough to replicate the issue
I've actually just taken a look this morning. I can see a pile of shows where it's not detecting the season/episode number. I may have mistake looking at ForcesTV first Big Grin nearly every show has some different format.

Ultimately I'm probably not going to be able to get them all, but I'll add a few more regular expressions that can be used, which will hopefully cover a lot more of the shows.
sjabaker
Offline

Junior Member

United Kingdom
Posts: 23
Threads: 2
Joined: Apr 2022
#23
2022-04-15, 12:10 AM
Many thanks - that'll be brilliant :-)

I agree I doubt you'd ever manage to get them all - as you saw, some of the channels seem determined to be as inconsistent as possible! (*couch* Forces TV *cough*, from whom I see that one of the series that was using the "S1, ep 1/6" format a few days ago has now changed and in today's data is using "S1, E07")
... but the vast majority seem to follow a fairly consistent set of formats just varying with comma/no-comma, space/no-space, varying case, etc. so should be relatively straightforward - and if there's a few stragglers in weird formats left over then so be it.

The common formats (possibly excluding others that were already being matched) seem to be:
S3 Ep19 . . . S10 Ep20/24 . . . S5 E1 . . . S18 Ep 15 . . . S4, E06 . . . S2, ep 12 . . . S1, ep 1/6
(most/all of which may or may not have surrounding brackets - and in one case I even saw a rogue space between the episode # and closing bracket!)
The much rarer ones I've seen are:
S1 3/3 . . . Series 3, Episode 11/21 . . . Series 2, Ep 7/23

I think something like the following expansion based on your regex should catch all of the above (along with lots of related variations) except "S1 3/3" - though this is absolutely untested! (and doesn't include the elements to 'save' the parts needed to be re-used/replaced later, to save my sanity in trying to read it :-) )
^.*\(?[Ss](eries|eason)? ?[0-9]+,? ?[Ee](P|p|pisode)? ?[0-9]+(\/[0-9]+)?( ?[Pp](t|art) ?[0-9]+)?( ?\))?.*$

In any case, thanks again for your support,
Steve
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#24
2022-04-15, 12:14 AM
Having looked at all three transport streams you supplied. I specifically focused on the channels you mentioned in your first post, but did look at a splattering of other listings on other channels in the same frequencies. For the most part it already did a good job at finding the season/episode info.

I did add an additional regular expression to pickup season/episode info on Forces TV, such as these examples.

1980s British sitcom. Series 5 Episode 6/6 It's a Wonderful Life, Basically. Just as everything looks like it is going wrong for Timothy, a wish he made comes true.
1970s US Sci-fi drama. Series 1, Ep 12/17 The Naked Montague. When a sea quake opens a fissure and Mark investigates, he finds himself in the world of "Romeo and Juliet".
1970s British comedy. S2, ep 2/7 The Game of the Name. None of the club's entertainment booked by Selwyn ever arrives - and he blames the signage ouside.

I couldn't find any shows on 5USA, Pick, SkyArts that were missing season/episode info that had them in the description. It seemed to already be picking all these up.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#25
2022-04-15, 12:16 AM
You're using directly using NextPVR's DVB EPG feature right? ie, not using something like EPGCollector to grab the DVB to XMLTV, then using that in NextPVR? I only mention this because I know NextPVR is less thorough at looking for season/episode info in xmltv file descriptions.
sjabaker
Offline

Junior Member

United Kingdom
Posts: 23
Threads: 2
Joined: Apr 2022
#26
2022-04-15, 12:04 PM
Yes, I'm using the NextPVR native DVB EPG feature.
(As it happens I'm *also* testing EPG Collector in parallel - but only as a feed into Plex at this point ... I'm in a bit of a "testing phase" at the moment to re-adjust/re-arrange my use of various DVRs / media servers! It's possible I might end up using EPGC feeding into NPVR, most likely because it also pulls out the episode subtitles, but I'd prefer to keep it native if I can - especially if I continue using NextPVR docker on my NAS instead of / as well as on Windows)

Examples of programmes on the other channels that are not being matched (on my machines, at least), and the S/Ep formats used, would be:
5USA: Law & Order, NCIS, Yellowstone, Private Eyes, Murder She Wrote, Ransom - all "(S# Ep #)"
Pick: Grimm, Snapped, Stargate Atlantis, Hawaii Five-0, Stargate SG-1, Caught Red Handed, Nothing to Declare, Highway Cops, Monkey Life, 999 Frontline - all "(S#, ep #)"
Sky Arts: Tales Of The Unexpected, The Art Of Architecture, The Great Songwriters - also all "(S#, ep #)"
(all failing as of latest guide refresh about 15-30 mins ago)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#27
2022-04-15, 06:01 PM
Can you zip up and post your npvr.db3?
sjabaker
Offline

Junior Member

United Kingdom
Posts: 23
Threads: 2
Joined: Apr 2022
#28
2022-04-17, 12:02 AM
Sure - here you go...
(This one's from my docker instance on Synology NAS; I see the same things on the Windows instance as well)
sjabaker
Offline

Junior Member

United Kingdom
Posts: 23
Threads: 2
Joined: Apr 2022
#29
2022-04-17, 12:05 AM
Hmm... it was definitely attached but I'm not seeing it show up in the submitted post - if it's also missing for you, you can alternatively get it at https://1drv.ms/u/s!AtsVBvATpsLhgYmTONiK...0?e=Cgz1Wn
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#30
2022-04-17, 12:50 AM (This post was last modified: 2022-04-17, 01:07 AM by mvallevand.)
Odd, there are many rows in there that should have passed sub's regex that didn't, maybe Part is expected?
Code:
select title, description where season = 0 and
(description like '%S1%' or description like '%S2%' or description like '%S3%' or description like '%S4%' or description like '%S5%' or description like '%S6%' or description like '%S7%' or description like '%S8%' or description like '%S9%');

There are a lot of subtitles that could be parsed too, I should say all the subtitles are S/E

I do see a suggestion for an improvement that I thought sub made where the title is spilled into the description
The Hobbit: The Battle of the...
...Five Armies: (2014) Martin Freeman returns in the final part of Peter Jackson's trilogy. Having freed Lonely Mountain from Smaug, can our heroes protect it? Scares/violence.

Classic Who Wants To Be A...
...Millionaire: Chris Tarrant gives more lucky contestants the chance to win one million pounds. ()

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  No program data for radio channels (Freesat) Swindiff 4 358 2025-04-29, 07:14 PM
Last Post: Swindiff
  Import guide data from HD Homerun tuner jonasx 5 708 2024-10-14, 08:48 PM
Last Post: mvallevand
  Show and Episode .nfo's saved nathan909 6 1,593 2024-03-09, 03:30 PM
Last Post: mvallevand
  Access to the path C:\Users\Public\NPVR-Data\media\shows is denied. rv0987 4 974 2022-12-28, 03:07 PM
Last Post: mvallevand
  Minor bug reading null/empty series or episode #s from XMLTV file EPG source? sjabaker 10 2,446 2022-05-31, 12:24 AM
Last Post: sjabaker
  Generic series name recordings hugo84 5 1,387 2022-01-19, 03:41 PM
Last Post: sub
Wink Should I see more than 7 days of EPG data? kamhouse 2 1,185 2021-12-05, 08:34 AM
Last Post: kamhouse
  Filename doesn't contain Season and Episode since the last update mrfosheezy 7 1,622 2021-12-04, 05:58 PM
Last Post: mrfosheezy
  Need help. [Failed: No errors, but no data delivered] pci-e and usb tuners briantho 3 1,174 2021-11-29, 05:35 PM
Last Post: briantho
Information Record Series Issue Red94 4 1,168 2021-11-16, 02:19 AM
Last Post: Red94

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

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

Linear Mode
Threaded Mode