NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 8 9 10 11 12 … 193 Next »
Additional formats for Episode/year scraper

 
  • 0 Vote(s) - 0 Average
Additional formats for Episode/year scraper
sammy3
Offline

Junior Member

United Kingdom
Posts: 41
Threads: 9
Joined: Mar 2020
#1
2020-04-13, 12:47 PM
Hi
Currently nextpvr scrapes my ota epg data (uk freeview) and pulls the season and episode number for certain shows. Unfortunately different broadcasters use slightly different formats like this which aren't picked up:
(S6 Ep 1)
S2, ep11/23
and more ..
Also the year is usually always listed for movies in the summary which could be useful for more accurate matching of artwork (for example a tmdb search of Godzilla currently produces 74 results of various different years  Undecided )

Ps. I can provide more examples. There are also some regex examples here:
https://github.com/tvheadend/tvheadend/b.../scrape/uk
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#2
2020-04-13, 04:08 PM
The pvr.vuplus addon has some alternative regex

https://github.com/kodi-pvr/pvr.vuplus/b...ctor.h#L34

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#3
2020-04-14, 09:57 PM
I've added support for a few more types of season/episode layouts in the next build.
sammy3
Offline

Junior Member

United Kingdom
Posts: 41
Threads: 9
Joined: Mar 2020
#4
2020-04-14, 10:08 PM
(2020-04-14, 09:57 PM)sub Wrote: I've added support for a few more types of season/episode layouts in the next build.
Awesome - thanks for all your hard work
sammy3
Offline

Junior Member

United Kingdom
Posts: 41
Threads: 9
Joined: Mar 2020
#5
2020-05-07, 06:47 PM
Hi
Thanks for adding movie year scraping in the last release Smile
I have attached some recording xml examples of movie year formats that are not currently detected (all the ones without a year in the file title).

Would it be possible for dvb entries that have had the year scraped, to first search themoviedb then fallback to thetvdb (it currently appears to search the tvdb first producing the odd wrong match). At least in the UK movies pretty much always have the year in the summary and tv show episodes do not. 

Also in a separate matter most new episodes generally have the "New:" prefix in the title. Currently nextpvr removes these to better match show names which is great etc. But would it be possible for shows that have this prefix to also be marked as "new" in the ui/backend instead of just discarding this information (currently everything shows up as new).
(Is this a gui feature or is the recording logic heavily dependent on repeat/new flags).

Best Regards


Attached Files
.zip   Nextpvr movie scraping.zip (Size: 3.28 KB / Downloads: 4)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#6
2020-05-07, 10:26 PM
This post reminds me that sub really needs be able to disable the ugly new filename format in the next build.

There is no scraping by NextPVR to get the correct filename only the correct art. The rest comes from the EPG

For the new in the text I think it would be wrong to assume all descriptions that don't have new are reruns. If this feature is important and also the movie year, I am not sure why you don't consider paying the reasonable price to get rich meta from Schedules Direct

Martin
sammy3
Offline

Junior Member

United Kingdom
Posts: 41
Threads: 9
Joined: Mar 2020
#7
2020-05-07, 10:54 PM
(2020-05-07, 10:26 PM)mvallevand Wrote: For the new in the text  I think it would be wrong to assume all descriptions that don't have new are reruns.  If this feature is important and also the movie year, I am not sure why you don't consider paying the reasonable price to get rich meta from Schedules Direct

Martin
I agree that it's wrong to assume that all shows without the new prefix in the title are reruns and certainly shouldn't be taken into account in the recording logic.
I was hoping that the shows with the new prefix would show as new in guide/ui etc instead of having everything showing as new (I wasn't sure whether this was feasible in the code or whether it was heavily tied into the recording logic).

As for schedulesdirect from the comments I've seen the UK ota epg seems to be pretty decent compared to other countries. I'm also still testing  with the tuner (its not currently in full use atm)
Regards
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#8
2020-05-08, 02:03 AM
(2020-05-07, 10:26 PM)mvallevand Wrote: This post reminds me that sub really needs be able to disable the ugly new filename format in the next build.
There is a checkbox for it in the next build.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#9
2020-05-08, 02:08 AM
(2020-05-07, 10:54 PM)sammy3 Wrote:
(2020-05-07, 10:26 PM)mvallevand Wrote: For the new in the text  I think it would be wrong to assume all descriptions that don't have new are reruns.  If this feature is important and also the movie year, I am not sure why you don't consider paying the reasonable price to get rich meta from Schedules Direct

Martin
I agree that it's wrong to assume that all shows without the new prefix in the title are reruns and certainly shouldn't be taken into account in the recording logic.
I was hoping that the shows with the new prefix would show as new in guide/ui etc instead of having everything showing as new (I wasn't sure whether this was feasible in the code or whether it was heavily tied into the recording logic).
This subject has received a lot of thought over the past dozen years. I'm sure NextPVR is already doing the best thing by assuming a show is new unless it knows otherwise.

If you don't have a guide that reliably provides new/repeat info for every show, I'd suggest not enabling 'Highlight new shows'. It's off by default, but there for users that have better guide info and would like to show it.

No plans to change anything in this area.
sammy3
Offline

Junior Member

United Kingdom
Posts: 41
Threads: 9
Joined: Mar 2020
#10
2020-05-08, 10:47 AM
(2020-05-08, 02:08 AM)sub Wrote:
(2020-05-07, 10:54 PM)sammy3 Wrote:
(2020-05-07, 10:26 PM)mvallevand Wrote: For the new in the text  I think it would be wrong to assume all descriptions that don't have new are reruns.  If this feature is important and also the movie year, I am not sure why you don't consider paying the reasonable price to get rich meta from Schedules Direct

Martin
I agree that it's wrong to assume that all shows without the new prefix in the title are reruns and certainly shouldn't be taken into account in the recording logic.
I was hoping that the shows with the new prefix would show as new in guide/ui etc instead of having everything showing as new (I wasn't sure whether this was feasible in the code or whether it was heavily tied into the recording logic).
This subject has received a lot of thought over the past dozen years. I'm sure NextPVR is already doing the best thing by assuming a show is new unless it knows otherwise.

If you don't have a guide that reliably provides new/repeat info for every show, I'd suggest not enabling 'Highlight new shows'. It's off by default, but there for users that have better guide info and would like to show it.

No plans to change anything in this area.

No worries - I can see you guys have put a huge amount of work into v5  Smile 
I would say its now the easiest and most user friendly recording backend to setup 

Best regards
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Search on series/episode number nextmel 4 402 2025-02-14, 11:10 AM
Last Post: nextmel
  Episode listing structure tesla1886 2 751 2023-09-01, 10:40 PM
Last Post: tesla1886
  Sort by Season Episode stuberwg 0 766 2021-06-15, 02:21 PM
Last Post: stuberwg
  Additional Info on Channel Map Screen brainfryd 0 902 2020-10-03, 09:35 AM
Last Post: brainfryd
  V5 additional channel information for recordings and guide pop-up ctrlbrk 0 1,081 2020-06-06, 11:37 PM
Last Post: ctrlbrk
  Videos - Display Video Subtitle aka Episode Title meccano 0 1,371 2018-02-11, 11:09 PM
Last Post: meccano
  Schedules Direct Movie Year Petrovski 11 5,223 2017-08-02, 01:14 PM
Last Post: Petrovski
  Alternative (additional) playback keyboard controls W3bbo 1 2,536 2016-06-28, 08:54 PM
Last Post: W3bbo
  Episode with Cast & Crew Information KarterJK 0 1,478 2015-10-13, 05:59 AM
Last Post: KarterJK
  Additional transcode options in config.xml trummel 0 1,558 2015-09-28, 02:18 PM
Last Post: trummel

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

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

Linear Mode
Threaded Mode