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 … 8 9 10 11 12 … 20 Next »
ImageGrabLite: problems with Letterman and Goldbergs

 
  • 0 Vote(s) - 0 Average
ImageGrabLite: problems with Letterman and Goldbergs
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#1
2014-10-02, 08:58 PM
ImageGrabLite is failing to identify episodes of The Goldbergs. According to thetvdb, it looks like I need to search for 'The Goldbergs (2013)'. Could you please explain how to do custom name mapping for this? Also, Letterman seems to be using 'daily renaming rules'? Would there be any way to match by date instead?
Code:
[...startup] 2014-10-01 21:20:34.381 [DEBUG][1] imageGrabLite, Version=2.2.5124.26115, Culture=neutral, PublicKeyToken=null 2014-10-01 21:20:34.381 [DEBUG][1] Command Line --oid 2177 --rename 2014-10-01 21:20:34.413 [DEBUG][1] Rename file True 2014-10-01 21:20:34.491 [DEBUG][1] Searching select scheduled_recording.name, event_details, start_time, filename, service_type from scheduled_recording, channel, channel_mapping where scheduled_recording.oid = 2177 and scheduled_recording.channel_oid = channel.oid and scheduled_recording.channel_oid = channel_mapping.channel_oid and scheduled_recording.capture_source_oid = channel_mapping.capture_source_oid 2014-10-01 21:20:34.522 [DEBUG][1] Zap2it reference http://tvlistings.zap2it.com/tv/the-goldbergs/EP017396170025 2014-10-01 21:20:34.522 [DEBUG][1] Zap2it image http://images.zap2it.com/images/tv-EP01739617/the-goldbergs-0.jpg 2014-10-01 21:20:34.522 [DEBUG][1] Subtitle: Length=10 Mama Drama 2014-10-01 21:20:34.522 [DEBUG][1] OID is 1712954 2014-10-01 21:20:34.522 [DEBUG][1] Season is 2 2014-10-01 21:20:34.522 [DEBUG][1] Episode is 2 2014-10-01 21:20:34.522 [DEBUG][1] OriginalAirDate is 2014-10-01 2014-10-01 21:20:34.522 [DEBUG][1] First run 2014-10-01 21:20:34.522 [DEBUG][1] Recorded 2014-10-01 2014-10-01 21:20:34.522 [DEBUG][1] Record Ended 2014-10-01 2014-10-01 21:20:34.522 [DEBUG][1] Meta files exists C:\Share\NPVR\Media/Shows/The Goldbergs.xml 2014-10-01 21:20:34.538 [DEBUG][1] Episodic: True C:\Share\NPVR\Plugins/SearchLite/Series/The Goldbergs.xml 2014-10-01 21:20:34.538 [DEBUG][1] C:\Share\NPVR\Media/Shows/The Goldbergs.xml 2014-10-01 21:20:34.538 [DEBUG][1] /Data/Episode/EpisodeName[normalize-space(.) ='Mama Drama'] 2014-10-01 21:20:34.538 [DEBUG][1] Not found, trying mama drama 2014-10-01 21:20:34.538 [DEBUG][1] Series Ended 2014-10-01 21:20:34.538 [DEBUG][1] 2014-10-01 2014-10-01 21:20:34.538 [DEBUG][1] No Date Match 2014-10-01 21:20:34.538 [DEBUG][1] Cannot rename file, no episode information 2014-10-01 21:20:34.538 [DEBUG][1] T:\Recordings\The Goldbergs\The Goldbergs_20141001_20302100.ts 2014-10-01 21:20:34.538 [DEBUG][1] The Goldbergs 2014-10-01 21:20:34.538 [DEBUG][1] True 2014-10-01 21:20:34.538 [DEBUG][1] T:\Recordings\The Goldbergs\The Goldbergs_20141001_20302100.ts 2014-10-01 21:20:34.538 [DEBUG][1] False 2014-10-01 21:20:34.538 [DEBUG][1] False
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#2
2014-10-02, 09:27 PM
Are you using sub's meta downloader? If so it can download the wrong "The Goldbergs.*" into Media\Shows which is the base of iGL Delete them and Share\NPVR\Plugins/SearchLite/Series/The Goldbergs.xml and try --oid 2177 --rename and if that fails let me know.

The logic for customs name id in North America is take the unique id EP017396170025 remove the first 2 character and last four ie. 01739617

<CustomNames>
<Name uid="01739617">The Goldbergs (2013)/Name>

For Letterman it probably should be marked by thetvdb as Daily. What is the problem with using those rules? XBMC and Plex should recognize it.

Martin
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#3
2014-10-02, 09:49 PM
mvallevand Wrote:For Letterman it probably should be marked by thetvdb as Daily. What is the problem with using those rules? XBMC and Plex should recognize it.

I'm using Media Browser and it doesn't seem to recognize the daily renaming format. If I manually rename it to the season/episode format it works. Are the season/episode numbers not available where you are matching (they seem to be available on thetvdb)?
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#4
2014-10-02, 10:52 PM
Select daily shows are maintained by the user community but not all. It seems rather pointless for me to go to thetvdb to get the s/e when a perfectly valid format is available. The good news is with the coming Schedules Direct support in NextPVR it will have the valid s/e so iGL's support for direct renaming from the db fields will work.

Martin
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#5
2014-10-03, 12:26 AM
Ok, thanks.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#6
2014-10-03, 12:39 AM
Did you resolve the The Goldbergs issue?

Martin
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#7
2014-10-03, 02:16 AM
Sorry, yes. I remapped the metadata for The Goldbergs recording directory in NPVR and deleted 'SearchLite/Series/The Goldbergs.xml' after which it matched the episode successfully.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#8
2014-10-03, 02:45 AM
Ok thanks I am monitoring this to see if I have to unlink iGL from Media/Shows. You didn't need to remap iGL creates valid files in Media/Shows when it can.

Martin
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#9
2014-10-22, 12:50 AM
Why would a '+' be added to a renamed show? For example, it renamed a recently recorded episode of This Old House to: This Old House.S36E03+.Charlestown Project 2014 & A Bridge to Charlestown.ts
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#10
2014-10-22, 01:00 AM
This Old House reruns can contain bits of more than one original episode. Some cartoons do this too.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  imageGrabLite update mvallevand 20 16,450 2020-04-04, 02:42 AM
Last Post: jksmurf
  ImageGrabLite "Read Error Object reference not set to an instance of an object." mjccox 6 6,629 2017-04-11, 07:07 AM
Last Post: rinomasaya
  imageGrabLite episode rename (Super Why) sosuke3 4 4,482 2016-11-24, 10:38 PM
Last Post: sosuke3
  ImageGrabLite and the ampersand ttfitz 8 6,569 2016-05-26, 11:56 PM
Last Post: JavaWiz
  Imagegrablite and NCIS Los Angleles/New Orleans robokd 5 5,344 2016-03-02, 02:40 PM
Last Post: mvallevand
  ImageGrabLite Issues bigjess007 11 9,162 2016-01-08, 01:13 PM
Last Post: jksmurf
  ImageGrabLite Setup hootie318 8 7,506 2015-11-28, 11:32 PM
Last Post: pBS
  Imagegrablite renaming of continuation episode jghanisco 5 4,874 2015-11-26, 10:25 PM
Last Post: mvallevand
  ImageGrabLite problem with new Daily Show ttfitz 5 4,406 2015-11-17, 11:48 PM
Last Post: ttfitz
  ImageGrabLite - name change while watching recording liteswap 2 3,826 2015-11-06, 11:29 AM
Last Post: liteswap

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

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

Linear Mode
Threaded Mode