NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 … 16 17 18 19 20 Next »
ImageGrabLite and names that match multiple series

 
  • 0 Vote(s) - 0 Average
ImageGrabLite and names that match multiple series
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#1
2012-02-20, 09:56 PM
Thought I'd start a different thread for this one.

I seem to have watch number of shows that the rename does not work on, apparently because there are multiple series with the same name. Castle, Being Human, and Once Upon a Time all seem to get errors, or pick up the wrong data (Being Human seems to fit this latter category, it gets the BBC show by the same name for some episodes).

Is there any way to specify, if you have shows you know this is the case for, which series is the correct one?

Thanks.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#2
2012-02-21, 12:05 AM
Castle and Once Upon a Time fail because the original series is not marked with the year, so imageGrabLite treats it a good match. I have some ideas to improve my regex matching to see there is something I can do about this, so these will be good to test with.

Being Human vs Being Human (UK) and Being Human (US) is more of a challenge. I haven't decided how to handle this. There is the same problem with The Office, and one of my current favourite shows, Shameless. It is especially tough when their series runs overlap.

nobody posted this work around to both problem http://forums.nextpvr.com/showthread.php...post424829 although it is a bit labour intensive. Also both these with be fixed with the UI version since you will be able to select the master program name. There are still some very difficult logic issues if a user want to record both the US and UK version of a show.

Martin
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#3
2012-02-21, 08:43 AM
mvallevand Wrote:Castle and Once Upon a Time fail because the original series is not marked with the year, so imageGrabLite treats it a good match. I have some ideas to improve my regex matching to see there is something I can do about this, so these will be good to test with.

Being Human vs Being Human (UK) and Being Human (US) is more of a challenge. I haven't decided how to handle this. There is the same problem with The Office, and one of my current favourite shows, Shameless. It is especially tough when their series runs overlap.

nobody posted this work around to both problem http://forums.nextpvr.com/showthread.php...post424829 although it is a bit labour intensive. Also both these with be fixed with the UI version since you will be able to select the master program name. There are still some very difficult logic issues if a user want to record both the US and UK version of a show.

Martin

I might give that a try, thanks.

I had three recordings tonight that had problems, Castle, Smash, and Alcatraz. Castle we've already talked about, Smash appears to be the same thing (my assumption, anyway), and I don't know what happened with Alcatraz. I'm attaching your logs for all three, just in case.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#4
2012-02-21, 12:36 PM
ttfitz Wrote:I might give that a try, thanks.

I had three recordings tonight that had problems, Castle, Smash, and Alcatraz. Castle we've already talked about, Smash appears to be the same thing (my assumption, anyway), and I don't know what happened with Alcatraz. I'm attaching your logs for all three, just in case.

Castle and Smash failed for years reasons that I have fixed, but Castle would still fail for subtitle matching which I explained in the announcement thread, so I'd like your comments there.

For Alcatraz, I'd need to see your npvr.db3 and C:\Users\Public\NPVR\Plugins/SearchLite/Series/Alcatraz.xml

Martin
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#5
2012-02-21, 07:46 PM
mvallevand Wrote:For Alcatraz, I'd need to see your npvr.db3 and C:\Users\Public\NPVR\Plugins/SearchLite/Series/Alcatraz.xml

Martin

There is no Alcatraz.xml file in that directory, the db3 file zipped was too big for attaching (7 mb), so I uploaded it to a filesharing site:

http://www.mediafire.com/?did15i269903ndg
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#6
2012-02-21, 09:47 PM
ttfitz Wrote:There is no Alcatraz.xml file in that directory, the db3 file zipped was too big for attaching (7 mb), so I uploaded it to a filesharing site

Thanks again for the file. The fact that there is no Alcatraz file means something went wrong with the download, I will add some logging

How are you scheduling your recordings? There could be a bug somewhere since the UniqueID is not coming across properly to the event_details field.

Code:
<Event>
  <OID>18371725</OID>
  <Title>Lost Girl</Title>
  <SubTitle>Food for Thought</SubTitle>
  <Description>Lauren tends to a sick Aswang; Dyson&apos;s relationship with Kenzi becomes stronger.</Description>
  <ChannelOID>7663</ChannelOID>
  <StartTime>2012-02-23T07:00:00.0000000Z</StartTime>
  <EndTime>2012-02-23T08:01:00.0000000Z</EndTime>
  <FirstRun>true</FirstRun>
  <Season>1</Season>
  <Episode>6</Episode>
  <Rating>TV-MA</Rating>
</Event>

That "OID" definitely has a unique_id EP01304253.0006

Until this is fixed, you can't use the --zap2it command line option which might mean you won't benefit from some things I have designed for North American EPG data. For now the biggest issue is if you record a movie with the same name as a TV show, you will get the TV show art and media data.

Martin
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#7
2012-02-21, 10:06 PM
mvallevand Wrote:Thanks again for the file. The fact that there is no Alcatraz file means something went wrong with the download, I will add some logging

How are you scheduling your recordings? There could be a bug somewhere since the UniqueID is not coming across properly to the event_details field.

I keep things pretty simple, almost everything is scheduled on a one time basis each day, either through the built-in TV Guide, or the TV Listings plugin. I have a couple reoccurring recordings, but this isn't one of them.

mvallevand Wrote:
Code:
<Event>
  <OID>18371725</OID>
  <Title>Lost Girl</Title>
  <SubTitle>Food for Thought</SubTitle>
  <Description>Lauren tends to a sick Aswang; Dyson&apos;s relationship with Kenzi becomes stronger.</Description>
  <ChannelOID>7663</ChannelOID>
  <StartTime>2012-02-23T07:00:00.0000000Z</StartTime>
  <EndTime>2012-02-23T08:01:00.0000000Z</EndTime>
  <FirstRun>true</FirstRun>
  <Season>1</Season>
  <Episode>6</Episode>
  <Rating>TV-MA</Rating>
</Event>

That "OID" definitely has a unique_id EP01304253.0006

Until this is fixed, you can't use the --zap2it command line option which might mean you won't benefit from some things I have designed for North American EPG data. For now the biggest issue is if you record a movie with the same name as a TV show, you will get the TV show art and media data.

Martin

I'm not sure what you are saying here, but I will point out that the code you posted there is for a recording that hasn't yet happened. I had a tuner lock up during the recording of the original recording run, and so have setup to record the upcoming repeat.

I'm not particularly concerned about recorded movies getting messed up data, as I rarely record movies at the moment.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,823
Threads: 954
Joined: May 2006
#8
2012-02-22, 02:01 AM
I wasn't 100% sure what I was talking about either but after a bit of a discussion sub got me back on track. http://forums.nextpvr.com/showthread.php...post431890 I expect everything you schedule with TVListing will only be renamed when the subtitle matches exactly since TVListings strips the extra information I could use to make it works.

Martin
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#9
2012-02-22, 03:01 AM
mvallevand Wrote:I wasn't 100% sure what I was talking about either but after a bit of a discussion sub got me back on track. http://forums.nextpvr.com/showthread.php...post431890 I expect everything you schedule with TVListing will only be renamed when the subtitle matches exactly since TVListings strips the extra information I could use to make it works.

Martin

Gotcha. I've only recently started using TV Listings, so I think for now I'll go back to the regular guide. Thanks.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple instances of an Extra device mvallevand 20 5,766 2021-06-19, 05:59 AM
Last Post: sub
  Multiple Instances of Desktop Gadget BrettB 6 1,899 2021-05-16, 04:23 PM
Last Post: mvallevand
  EPG updates from multiple sources at different times 2leftfeet 3 1,435 2020-12-27, 03:23 PM
Last Post: mvallevand
  imageGrabLite update mvallevand 20 13,656 2020-04-04, 02:42 AM
Last Post: jksmurf
  ImageGrabLite "Read Error Object reference not set to an instance of an object." mjccox 6 5,100 2017-04-11, 07:07 AM
Last Post: rinomasaya
  imageGrabLite episode rename (Super Why) sosuke3 4 3,356 2016-11-24, 10:38 PM
Last Post: sosuke3
  Keeping the library organized across multiple hard drives p37307 0 2,207 2016-08-02, 07:16 AM
Last Post: p37307
  ImageGrabLite and the ampersand ttfitz 8 4,846 2016-05-26, 11:56 PM
Last Post: JavaWiz
  Imagegrablite and NCIS Los Angleles/New Orleans robokd 5 4,012 2016-03-02, 02:40 PM
Last Post: mvallevand
  ImageGrabLite Issues bigjess007 11 7,271 2016-01-08, 01:13 PM
Last Post: jksmurf

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

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

Linear Mode
Threaded Mode