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) Old Stuff (Legacy) SearchWiz & MovieWiz v
« Previous 1 … 12 13 14 15 16 Next »
New Show Image Grabber Utility

 
  • 0 Vote(s) - 0 Average
New Show Image Grabber Utility
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#1
2007-04-26, 04:16 AM (This post was last modified: 2007-08-04, 05:38 AM by JavaWiz.)
I've coded yet another show image grabber utility - ShowImageGrabber.

It comes with both a windows and console version. The console version is useful in batch file process (ie PostUpdateEPG.bat), the windows version is more interactive, you can select specific shows, and choose from which site to save the image. Both version use the same 'core' code, so should provide the same results.

There are a couple other utilities out on the Wiki that do much the same thing, so I'm not sure how much time I spend on it. If folks find it useful, I may 'officially' release it.

You can find it here: http://gbpvr.com/pmwiki/uploads/Plugin/S...rabber.zip

08/03/2007 - Updated to work better with i-xmltv updated EPG's.
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#2
2007-10-15, 12:46 PM
I get this when trying to start showimagegrabber.exe

************** Exception Text **************
System.MissingMethodException: Method not found: 'System.String WizUtilities.WizThumbnail.getImageSourceDescription(ImageSource)'.
at WindowsApplication1.frmShowImageGrabber.frmShowImageGrabber_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#3
2007-10-15, 01:09 PM
Might need an updated dll from here?

http://forums.nextpvr.com/showthread.php?t=28469&
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#4
2007-10-15, 01:25 PM
i tried that (using wizuihelper 1.0.13) still no joy.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#5
2007-10-16, 03:25 PM
gEd Wrote:I get this when trying to start showimagegrabber.exe

************** Exception Text **************
System.MissingMethodException: Method not found: 'System.String WizUtilities.WizThumbnail.getImageSourceDescription(ImageSource)'.
at WindowsApplication1.frmShowImageGrabber.frmShowImageGrabber_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Hmm... I'll take a look at the install, maybe I missed something.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#6
2007-10-18, 06:31 AM (This post was last modified: 2007-10-18, 06:55 AM by jksmurf.)
Looks interesting! ... It's got an installer, so I can't tell, but can this be programmed to run automatically like ProgrammeImageTool in the PostEPGUpdate.bat or PostProcessing.bat files?

Ta

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#7
2007-10-18, 06:53 AM (This post was last modified: 2008-04-27, 02:26 PM by jksmurf.)
Hmm....I get an error running the Windows GUI?

How can I help you troubleshoot it?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#8
2007-10-18, 02:11 PM
jksmurf Wrote:Hmm....I get an error running the Windows GUI?

How can I help you troubleshoot it?

k.
Not sure why that is happening, let me install on one of my other machines, perhaps there is something wrong with the installer. I'll get back to you...
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#9
2007-10-18, 08:31 PM
jksmurf Wrote:Hmm....I get an error running the Windows GUI?

How can I help you troubleshoot it?

k.
I think this occurred because it looks like the executable is not in the gbpvr directory. Can you try installing (or copying) it to the directory that gbpvr is in and run again?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#10
2007-10-20, 03:57 AM (This post was last modified: 2008-04-27, 02:26 PM by jksmurf.)
JavaWiz Wrote:I think this occurred because it looks like the executable is not in the gbpvr directory. Can you try installing (or copying) it to the directory that gbpvr is in and run again?

Bad news I'm afraid...it installs in the GBPVR dir and I didn't remove it from there....

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Wiz Metadata Grabber - externalise from GBPVR psycik 24 21,555 2011-04-16, 05:24 PM
Last Post: imilne
  Wiz Metadata Grabber JP23 95 46,735 2010-06-21, 03:38 AM
Last Post: Azimuth
  Wiz Fanart grabber 7ore 1 5,378 2010-04-06, 04:57 AM
Last Post: JavaWiz
  SearchWiz - how to filter independently on Show and Episode peabody 2 5,336 2010-03-29, 04:41 AM
Last Post: peabody
  Wizmetadata Grabber Annoyance smajor 6 2,999 2010-02-11, 05:01 AM
Last Post: JavaWiz
  Moviewiz Image Lookup Priority. JP23 25 8,806 2009-09-30, 08:51 AM
Last Post: jksmurf
  WizMetadataGrabber: Request Ability to Change Show And/Or Episode delimeters NeoH4x0r 1 1,894 2009-08-14, 12:12 AM
Last Post: JavaWiz
  WizTools: Updating @image within Hashtable scb147 2 1,870 2009-07-29, 01:31 PM
Last Post: scb147
  Manually add image to Moviewiz? JP23 2 1,921 2009-07-23, 12:54 AM
Last Post: JP23
  metawiz grabber from wiki no cover art tvshowman 3 2,134 2009-07-09, 08:41 AM
Last Post: tvshowman

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

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

Linear Mode
Threaded Mode