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
1 2 3 4 5 … 16 Next »
WizImageGrabber for NPVR - Can we (or you) change the directory Icons are put into?

 
  • 0 Vote(s) - 0 Average
WizImageGrabber for NPVR - Can we (or you) change the directory Icons are put into?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1
2010-08-15, 07:44 AM
sub changed GBPVR/Media/art to NPVR/Media/Shows .. for now I just copied the icons across

but could I request you change (or allow the user to change) the recipient directory so my postprocessing.bat, which downloads these after a show is recorded, then auto-downloads to the new dir ...

Thanks!

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 |
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#2
2010-08-15, 08:12 AM
Sounds like a good idea. It is not my intention to hijack your thread, but I can get you to post your postprocessing.bat. I would really like to see how you download with WizImageGrabber...

Thanks
Michael Larsen

[SIZE="1"]HTPC:
Asus AMD 785G- M4A785TD-M/EVO, ATI 4200 HDMI,
AMD Phenom II X2 550 - 3.0 GHz,
2 GB Ram, 500 GB Seagate Barracuda
Terratec Cinergy C PCI HD, NVidia PureVideo, Cyberlink
Windows 7 ULT, NPvr v1.5.33[/SIZE]
Website
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#3
2010-08-15, 11:13 AM
Code:
comskip %1
rectracker %1 > rectracker.log
rem recycler.exe

REM  ====================================================
REM  PostProcessing.bat addition for Program Image Tool
REM  This will download an image to the media/art directory.

ProgramImageTool.exe /File %1

REM  ====================================================
REM  PostProcessing.bat addition for Show Image Grabber Tool
REM  This will download an image to the media/art directory.

WizImageGrabber.exe /File:"%~f1" /CreatePlaceholders:false /ForcePlaceholderRefresh:-1 >NUL
REM WizImageGrabber.bat

REM  ====================================================
REM
REM  PostProcessing.bat addition for Movie Wiz Manager Tool

REM "C:\Progra~1\Devnz\GBPVR\Plugins\MovieWiz\MovieWizManager.bat"
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
#4
2010-09-04, 02:03 AM
Try this version.
Run once. Open up WizImageGrabber.xml (the config file), edit the ImageDir entry and adjust to desired location. Make sure entry ends with a slash.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#5
2010-09-05, 03:44 PM (This post was last modified: 2010-09-05, 03:55 PM by BrettB.)
This version seemed to work well for changing the output directory. How about also making a change to allow specification of the source database file so that it can be changed from the old gbpvr.db3 to the new npvr.db3 file?

And also, (this was a problem for me with GBPVR as well as NPVR), when WizImageGrabber "cleans" file names for shows, it seems to replace the ":" with a space. But when GBPVR/NPVR (or the skin) looks for image files, it replaces the ":" with a null. Hence the files aren't found. Could you change WizImageGrabber to just drop the ":"?
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#6
2010-09-06, 04:09 AM
BrettB Wrote:This version seemed to work well for changing the output directory. How about also making a change to allow specification of the source database file so that it can be changed from the old gbpvr.db3 to the new npvr.db3 file?

And also, (this was a problem for me with GBPVR as well as NPVR), when WizImageGrabber "cleans" file names for shows, it seems to replace the ":" with a space. But when GBPVR/NPVR (or the skin) looks for image files, it replaces the ":" with a null. Hence the files aren't found. Could you change WizImageGrabber to just drop the ":"?

That'll take a bit more work. As I find some time, I'll adjust for new NPVR db schema.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#7
2010-09-26, 02:04 AM (This post was last modified: 2010-09-26, 02:41 AM by jksmurf.)
Hi JW, any chance of a new update to WizImageGrabber, I'm looking at NPVR as my main system very soon.

Also: Previously I ran WizImageGrabber from a command line out of PostProcessing.bat:
Code:
WizImageGrabber.exe /File:"%~f1" /CreatePlaceholders:false /ForcePlaceholderRefresh:-1 >NUL

With the advent of the WizImageGrabber.xml, are you saying that I only need to run the exe in PostProcessing and the switches are picked up from the xml?

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
#8
2010-09-26, 04:11 AM
Hi JW, I have two queuries about the search.

1. The first concerns the order in which things get done when two shows are checked simultaneously. (Repeatable behaviour).

I recorded two test shows which ended at the same time. The Searchhandler order in the WizImageGrabber.xml is IMDB|Yahoo|TV Guide|EP Guide|The TvDB|The MovieDB| (6 searches)

Oddly, from the log (attached) WizImageGrabber starts with show one and checks the first FOUR shows IMDB|Yahoo|TV Guide|EP Guide|

Then it goes to show two and does the same (1st 4# shows), after which it immediately goes back to show one and completes the remaining two searches i.e. using |The TvDB|The MovieDB|
It then completes the remaining two searches |The TvDB|The MovieDB| for show two.

So they all seem to work (assuming query 2 below is working), just seems all a bit out of order when reviewing the log?

2. The second query concerns whether the "Filtered movie name" is really used in all the searches?
e.g. for the first four searches it says

Wobbly Land 20100926_11151130.ts for IMDB (no underscore between Land and 20100926 so I assume it just searches "Wobbly Land"), but this is not repeated for Yahoo|TV Guide|EP Guide which just state

Wobbly Land_20100926_11151130.ts.

I ask because when it goes back to do The TvDB|The MovieDB| it does actually REPEAT "Filtered movie name" (but calls it "Filtered Title" instead), whereas I see neither "Filtered movie name" nor "Filtered Title" for the Yahoo|TV Guide|EP Guide| searches.

In short, is it using some sort of "Filtered Title" for the three Yahoo|TV Guide|EP Guide| searches?

As Brett notes above, database will need to be adjusted as log says gbpvr.db3

Code:
2010-09-26 11:32:05.217  VERBOSE   Database: Data Source="C:\Program Files\Devnz\GBPVR\gbpvr.db3";Version=3;New=True;

Cheers!

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
#9
2010-11-25, 08:54 PM
Here is a version that has a new config setting (ImageDir). This should allow you to use WizImageGrabber with NPVR. Note, IMDB does not work very well anymore, so I suggest using TheMovieDB instead.

To set image output location:
  • Install new version
  • Run once (to create config entry) and exit
  • Edit config, update "ImageDir" to your desired location
If this version works cleanly, I will post on the Wiki.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#10
2010-11-27, 11:34 AM
It tries to install to C:\Program Files\Devnz\GBPVR not NPVR? Is this correct?

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 (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  use movie wiz with only npvr chewy747 6 8,016 2011-03-13, 07:45 PM
Last Post: dljones8053
  WizImageGrabber uninstaller fla 3 2,311 2010-02-24, 03:28 AM
Last Post: JavaWiz
  WizImageGrabber: wishlist scb147 9 4,421 2010-01-06, 05:54 AM
Last Post: JavaWiz
  WizImageGrabber command in PostProcessing.bat? arkennedy75 1 2,054 2009-12-30, 09:30 PM
Last Post: JavaWiz
  MovieWiz - argh, cant change font... mrspaces 2 2,189 2009-11-18, 04:00 PM
Last Post: mrspaces
  WizImageGrabber - Interactive Services Dialog Detection - Press Enter to Continue jksmurf 4 2,940 2009-09-05, 01:51 PM
Last Post: jksmurf
  WizMetadataGrabber: Request Ability to Change Show And/Or Episode delimeters NeoH4x0r 1 1,892 2009-08-14, 12:12 AM
Last Post: JavaWiz
  MovieWiz Import not using directory specified in Config? JohnInSJ 9 3,914 2009-06-22, 06:02 PM
Last Post: JohnInSJ
  WizImageGrabber Not Creating Placeholders BrettB 5 2,972 2009-05-26, 03:02 AM
Last Post: JavaWiz
  Odd WizImageGrabber / Windows Mesage? jksmurf 3 2,336 2009-02-14, 06:46 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