NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 3 4 5 6 7 … 56 Next »
imageGrabLite 1.1

 
  • 0 Vote(s) - 0 Average
imageGrabLite 1.1
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,802
Threads: 954
Joined: May 2006
#101
2012-04-02, 03:42 AM
The issue started last week when E18 was broadcast earlier than shown in the thetvdb xml file. IGL should probably have allowed the rename and then erased the xml file so the following episode will trigger the download. I have to think about the best way to do this though.

Martin
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#102
2012-04-05, 06:03 AM
Tonight's Daily Show picked out an old episode. I'm pretty sure this was because thetvdb has the guest as "Jack L. Goldsmith" this time, while the subtitle was "Jack Goldsmith", and there were previous appearances by the man where it is listed as "Jack Goldsmith", so it matched exactly.

I'd imagine this isn't something you can control for very well, but I thought I'd let you know about it anyway.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,802
Threads: 954
Joined: May 2006
#103
2012-04-05, 10:29 PM
ttfitz Wrote:I'd imagine this isn't something you can control for very well, but I thought I'd let you know about it anyway.

That one is a challenge. I could match on the first run date only, but it hurts the ability to rename shows that have been time-shifted or rebroadcast overnight or the next day.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,802
Threads: 954
Joined: May 2006
#104
2012-04-10, 03:15 AM
Attached is an update to imageGrabLite with the following changes

1) If the file is marked is first run in NextPVR but there is no show that week in the cached tvdb xml file, the xml file will be retrieved again.


2) If the file is marked <Airs_DayOfWeek>Daily</Airs_DayOfWeek> in the tvdb xml file the episode list from the tvdb will not be fetched, instead the renamed file will be create the file "Show Name.Date.SubTitle" ie

"The Daily Show With Jon Stewart.2012-04-09.Tim Weiner.ts"

The date will be the Original Air Date if it is in the database or the Recorded Date, if the Original Air Date is unknown. This is a valid format for XBMC and Plex for Date based shows.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,802
Threads: 954
Joined: May 2006
#105
2012-04-11, 11:48 PM
Here is a bug fix to --updateepg mode that was causing problems for --rename mode if multiple new shows were selected for future recording.

Note: tonight's Revenge won't rename.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,802
Threads: 954
Joined: May 2006
#106
2012-04-20, 12:05 AM
As a followup to my comment, Revenge last week actually did properly rename to S00E02. "Specials" are supposed to be numbered as Season zero. It is something you might want to watch for if you use filename order.

Martin
ttfitz
Offline

Senior Member

Posts: 285
Threads: 46
Joined: Sep 2008
#107
2012-04-20, 07:29 AM
mvallevand Wrote:As a followup to my comment, Revenge last week actually did properly rename to S00E02. "Specials" are supposed to be numbered as Season zero. It is something you might want to watch for if you use filename order.

Martin

It didn't on my system. I didn't worry about it, but I just checked the logs, and it wasn't found.

I've attached the log for reference.

I've also had some problems recently with The Daily Show and Colbert picking up previous seasons, but I haven't tried out your new version yet, so I'll see how that goes.

Thanks.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,802
Threads: 954
Joined: May 2006
#108
2012-04-21, 03:55 AM
I checked my Revenge.xml and it is an epoch time the next day GMT: Thu, 12 Apr 2012 14:56:36 GMT calculated using this online tool http://www.epochconverter.com/ for the <lastupdated> value. I batch things up a little differently.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,802
Threads: 954
Joined: May 2006
#109
2012-08-06, 07:46 PM
Here is an minor update that most people probably won't use but I thought I'd upload it just in case. It gives the option to update the NextPVR database for Recorded date to be the First Aired date from TVDB.com

The new command line option for this is --first

The existing logic for --reset will restore the NextPVR dates.

It works well for the recording order but it does mean they don't show as "New"

Martin
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#110
2012-08-27, 07:57 AM
Martin,

I just installed that last version of imageGrabLite that you posted above, and when I ran it to rename a recording it changed the recorded date to the original air date even though I did not specify "--first" (I'm not interested in that feature, I just installed this version so as to be sure I had the latest). My command line was
Code:
"c:\program files\npvr\imageGrabLite.exe" --oid %3 --rename --zap2it
and the resulting log was:
Code:
[...startup]
2012-08-27 00:00:14.740    [DEBUG][1]    imageGrabLite, Version=1.1.4.1513, Culture=neutral, PublicKeyToken=null
2012-08-27 00:00:14.740    [DEBUG][1]    Command Line --oid 180992 --rename --zap2it
2012-08-27 00:00:14.856    [DEBUG][1]    Searching select scheduled_recording.name, event_details, start_time, filename from scheduled_recording, channel where scheduled_recording.oid = 180992 and scheduled_recording.channel_oid = channel.oid
2012-08-27 00:00:14.862    [DEBUG][1]    Zap2it reference http://tvlistings.zap2it.com/tv/star-trek-the-next-generation/EP000039860166
2012-08-27 00:00:14.862    [DEBUG][1]    Zap2it image http://images.zap2it.com/images/tv-EP00003986/star-trek-the-next-generation-0.jpg
2012-08-27 00:00:14.864    [DEBUG][1]    Subtitle: Length=8 Attached
2012-08-27 00:00:14.864    [DEBUG][1]    OID is 10509679
2012-08-27 00:00:14.864    [DEBUG][1]    OriginalAirDate is 1993-11-08
2012-08-27 00:00:14.864    [DEBUG][1]    Recorded 2012-08-26
2012-08-27 00:00:14.864    [DEBUG][1]    Record Ended 2012-08-27
2012-08-27 00:00:15.705    [DEBUG][1]    Exact match for EP00003986
2012-08-27 00:00:15.791    [DEBUG][1]    Star Trek: The Next Generation
2012-08-27 00:00:17.609    [INFO][1]    Poster found on http://www.thetvdb.com
2012-08-27 00:00:17.823    [INFO][1]    Thumb found on http://www.thetvdb.com
2012-08-27 00:00:17.847    [DEBUG][1]    Episodic: True C:\Users\Public\NPVR\Plugins/SearchLite/Series/Star Trek The Next Generation.xml
2012-08-27 00:00:18.094    [DEBUG][1]    /Data/Episode/EpisodeName[normalize-space(.) ='Attached']
2012-08-27 00:00:18.216    [DEBUG][1]    Rename using Attached S07 E08
2012-08-27 00:00:18.216    [DEBUG][1]    First Aired 1993-11-08 06:00:00
2012-08-27 00:00:18.216    [DEBUG][1]    Star Trek: The Next Generation True
2012-08-27 00:00:18.216    [DEBUG][1]    Star Trek The Next Generation.S07E08.Attached

sure enough, that episode of ST:TNG now shows as if it was recorded on 11/7/1993.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 … 8 9 10 11 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Considering dropping support for imageGrabLite mvallevand 8 3,969 2016-01-08, 08:23 AM
Last Post: liteswap
  imageGrabLite 1.2 mvallevand 90 35,924 2013-10-04, 10:00 PM
Last Post: johnsonx42
  imageGrabLite Beta mvallevand 84 61,347 2013-10-04, 06:40 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode