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 2 3 4 5 6 … 16 Next »
Wizmetadatagrabber command line

 
  • 0 Vote(s) - 0 Average
Wizmetadatagrabber command line
Clanky
Offline

Senior Member

Posts: 276
Threads: 57
Joined: Dec 2004
#1
2009-07-29, 03:44 PM
I've tried
wizmetadatagrabber.exe /f: %1
in my postprocessing.bat but it doesn't work. Tried other combinations in a command line to no avail Smile

I'm using gbpvr 1.3.11 & wizmetadatagrabber 1.0.10.4.

Log attached
[SIZE=2]GA-Z77-DS3H, [/SIZE][SIZE=2]i7 3770K, Windows 7 64 bit, 16GB ram[/SIZE], Nova-T DVB, Nova-S2, TB6280, TB6981, 3TB WD HD, 1TB WD HD, LC17 Case
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2009-07-30, 06:29 AM
Sorry, I am out of town at the moment and do not have access to machine with GBPVR. I will be back around Aug 8th or so and will get back to you.

Bump this thread if I don't respond around the 8th.
Clanky
Offline

Senior Member

Posts: 276
Threads: 57
Joined: Dec 2004
#3
2009-07-30, 01:50 PM
OK, will get back to you later
thanks
[SIZE=2]GA-Z77-DS3H, [/SIZE][SIZE=2]i7 3770K, Windows 7 64 bit, 16GB ram[/SIZE], Nova-T DVB, Nova-S2, TB6280, TB6981, 3TB WD HD, 1TB WD HD, LC17 Case
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#4
2009-07-31, 02:09 AM
Your log file indicates the program aborts when running:
Quote:2009-07-29 16:44:22.306 VERBOSE [WizMetadataGrabber] [ConsoleMain] ERROR: Index was outside the bounds of the array.
2009-07-29 16:44:22.306 VERBOSE [WizMetadataGrabber] [ConsoleMain] stacktrace:
at WizMetadataGrabber.ConsoleCore.ProcessCmdLine(String[] args)
at WizMetadataGrabber.Program.ConsoleMain(String[] args)
Make sure you have the most current version of the program and the WizDLLs. If that does not resolve the problem, I'll try to recreate the issue when I get back home.
NeoH4x0r
Offline

Junior Member

Posts: 6
Threads: 2
Joined: Aug 2009
#5
2009-08-12, 05:48 AM (This post was last modified: 2009-08-12, 04:20 PM by NeoH4x0r.)
I think the actual root cause may be that the Core.ValidSources string array is not being properly initialized when executed from the commandline.

EDIT: I did not realize there were a second list of "Metadata Source Priority" options for batch mode...I will configure this and see if that corrects the problem.

SECOND EDIT: Set the priorites for batch mode - no longer an issue as of V1.0.10.4 and the last verson of the dlls-- so you can disregard my previous post (I am going to delete my original post)
I was right is was: Core.ValidSources string array not being initialized [because I had not configured it - in the gui.]

This was the commandline that I used [that is working]:
Code:
WizMetadataGrabber.exe /f: "file with spaces.mpg" /sb
** note the space between /f: and the filename

Also: Under Options ==> Media Source Priority (In the GUI):
  1. Configure Priorites for Interactive Mode
  2. Configure Priorites for Batch Mode
    [INDENT]
    • Failure to: [COLOR="Blue"]Configure Batch Mode Priorities [/COLOR] ==> gives this error (I'm sure a similar error might be seen if Interactive Priorites were not set)
      Quote:2009-07-29 16:44:22.306 VERBOSE [WizMetadataGrabber] [ConsoleMain] ERROR: Index was outside the bounds of the array.
      2009-07-29 16:44:22.306 VERBOSE [WizMetadataGrabber] [ConsoleMain] stacktrace:
      at WizMetadataGrabber.ConsoleCore.ProcessCmdLine(String[] args)
      at WizMetadataGrabber.Program.ConsoleMain(String[] args)

      Reason for the error being thrown:
      Quote:[INDENT]Setting Batch Mode Priorites causes the Core.ValidSources array to be properly intialized, without these, priorites, being set: Core.ValidSources is null and as a result does not have a valid index [There are no elements to index] and, thus, we do not have any valid "metadata sources" to use for updating the metadata in batch mode.[/INDENT]

    [/INDENT]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#6
2009-08-12, 06:13 PM
Excellent troubleshooting! Next time I'm in that code, I will put in a check to avoid that error.

Thanks.
NeoH4x0r
Offline

Junior Member

Posts: 6
Threads: 2
Joined: Aug 2009
#7
2009-08-12, 06:22 PM
There could be a check against Core.ValidSources and an exception can be be thrown if it is null.

A message can be logged to the Console as well as log file stateing that the user must configure
batch priorities before it can be used from the commandline ( as in batch mode a message box would probably be a bad idea ).
Could also have the GUI warn about not having priorites set for Interactive/Batch - and that Batch must be set for commandline usage.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  WizMetadataGrabber: wishlist ACTCMS 24 18,862 2010-03-07, 08:29 PM
Last Post: Mike S
  Wizmetadatagrabber won't get any info 7ore 7 4,332 2010-01-13, 04:34 AM
Last Post: 7ore
  WizMetadataGrabber - Use episode as local title rather than series/episode jwb5463 6 3,047 2010-01-09, 03:41 AM
Last Post: JavaWiz
  WizImageGrabber command in PostProcessing.bat? arkennedy75 1 2,120 2009-12-30, 09:30 PM
Last Post: JavaWiz
  WizMetadataGrabber - can it be told to try to ignore '.' psycik 7 3,804 2009-12-20, 05:32 PM
Last Post: JavaWiz
  No Console Setting for WizMetadataGrabber JavaWiz 5 3,004 2009-11-24, 02:22 PM
Last Post: fla
  WizMetadataGrabber - hyphens jwb5463 6 3,434 2009-11-03, 12:45 PM
Last Post: 7ore
  WizMetadataGrabber standalone? hick 5 3,292 2009-10-26, 03:46 AM
Last Post: JavaWiz
  Wizmetadatagrabber can't find info in some cases 7ore 3 2,901 2009-10-24, 01:05 PM
Last Post: 7ore
  WizMetadataGrabber first use McBainUK 1 1,915 2009-10-20, 05:14 AM
Last Post: JavaWiz

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

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

Linear Mode
Threaded Mode