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 … 8 9 10 11 12 … 16 Next »
MovieWiz v1.0.17.0 released

 
  • 0 Vote(s) - 0 Average
MovieWiz v1.0.17.0 released
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#1
2008-07-09, 03:54 AM
Minor update with a few enhancements that have been suggested.


07/08/2008 : 1.0.17.0 (WizUiHelper 1.0.17.10, WizWebHelper 1.0.7.0)
  • Plugin - Enable play (remote or keyboard (ctrl-p)) of target entry on any field regardless of which screen in plugin.
  • Plugin - Allow user to select either Categories or Entries list for initial focus when MovieWiz activates. (MWConfig 'Plugin Settings')
  • Plugin - When in Client Mode, allow user to set a program to run when MovieWiz activates. This will be useful to run WOL to startup the server. (MWConfig 'Settings(2)')
  • Plugin - Minor skin updates to skin.xml
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#2
2008-07-09, 10:55 AM
Hi JW,

The upgrade to V1.0.17.0 has an unexpected result on starting up MovieWiz Manager. I get the following .NET Framework error. The details are included, too.

This problem occurs every attempt to start MW Manager. Any thoughts?

Cheers,
Dan
Dedicated XP SP2 + GB-PVR 1.2.13
Gigabyte GA EP45-DS3L, Q6600 processor, 2GB RAM, SPDIF optical audio
Sapphire ATI HD4850 GDDR3 512MB PCI-E
DVico Digital Tuner
4TB local storage, Pioneer 107 DVD+/-RW via USB
Logitech 785 remote control, Logitech wireless keyboard and mouse
Antec Sonata II case & PSU
Sony 40in X2000 Bravia LCD, Panasonic 5.1 surround sound
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#3
2008-07-09, 02:13 PM
Dan Soussi Wrote:Hi JW,

The upgrade to V1.0.17.0 has an unexpected result on starting up MovieWiz Manager. I get the following .NET Framework error. The details are included, too.

This problem occurs every attempt to start MW Manager. Any thoughts?

Cheers,
Dan
Try downloading and re-installing again. Forgot to bump the version number on WizWebHelper.DLL, should be v1.0.7.1 now.
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#4
2008-07-10, 01:30 AM
Hi JW,

Well done! That fixed the MovieWiz Manager start problem. I'll put it though it's paces.

I've noticed a problem with MW Manager. It's not new, but it does create a display problem. The attached error pops up, but MW Manager keeps going:

"Error translating column image. Exception of type 'SystemOfMemoryException' was thrown."

This happened last selecting the "Manage Categories" tab.

Any thoughts?

Cheers,
Dan
Dedicated XP SP2 + GB-PVR 1.2.13
Gigabyte GA EP45-DS3L, Q6600 processor, 2GB RAM, SPDIF optical audio
Sapphire ATI HD4850 GDDR3 512MB PCI-E
DVico Digital Tuner
4TB local storage, Pioneer 107 DVD+/-RW via USB
Logitech 785 remote control, Logitech wireless keyboard and mouse
Antec Sonata II case & PSU
Sony 40in X2000 Bravia LCD, Panasonic 5.1 surround sound
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#5
2008-07-10, 02:16 AM
Dan Soussi Wrote:Hi JW,
I've noticed a problem with MW Manager. It's not new, but it does create a display problem. The attached error pops up, but MW Manager keeps going:

"Error translating column image. Exception of type 'SystemOfMemoryException' was thrown."

This happened last selecting the "Manage Categories" tab.

Any thoughts?

Cheers,
Dan
Looks like it is a problem with the thumbnail image in one of the rows in the db. Next time it happens, zip up the logs directory and post, I'll see if I can track it down.
iwan
Offline

Member

Posts: 138
Threads: 13
Joined: Jan 2006
#6
2008-07-10, 06:29 PM
JavaWiz Wrote:Minor update with a few enhancements that have been suggested.


07/08/2008 : 1.0.17.0 (WizUiHelper 1.0.17.10, WizWebHelper 1.0.7.0)
  • Plugin - Enable play (remote or keyboard (ctrl-p)) of target entry on any field regardless of which screen in plugin.
  • Plugin - Allow user to select either Categories or Entries list for initial focus when MovieWiz activates. (MWConfig 'Plugin Settings')
  • Plugin - When in Client Mode, allow user to set a program to run when MovieWiz activates. This will be useful to run WOL to startup the server. (MWConfig 'Settings(2)')
  • Plugin - Minor skin updates to skin.xml

Works nicely here !
Is there any particular reason to allow only clients the execution of a program before entering MW ? Just curious, as I have a samba-server, not a gbpvr-server.
What I did like best when upgrading was MW asking if an existing Moviewizard.xml in .../gbpvr/KeyMappings should be overwritten. Is this a new (secret) feature? Didn't notice it before.
[SIZE="0"]
GBPVR 1.3.11 · Loewe Xemix 5106 DVD Player Case · Noritake 20045 Series 4x20 VFD · Win XP HomePro
AOpen i915GMm-HFS · Pentium Mobile 1.7 GHz · Pinnacle DVB-T · Matsushita SlimLime DVD · 160 GB 2.5" Fujitsu Hornet
Plugins: Movie Wizard · External Display · TV Listings
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#7
2008-07-10, 08:41 PM
iwan Wrote:Is there any particular reason to allow only clients the execution of a program before entering MW ? Just curious, as I have a samba-server, not a gbpvr-server.
I make the call to the target program in the Activate() method, which gets called each time you select the plugin from the menu. The idea is, if the server is sleeping, the wakeup call occurs right before access is required to the database (on the server). I think there could still be timing issues as the server may take several seconds to 'wake up'. I'll be interested in feedback from users as to how this is working.

Quote:What I did like best when upgrading was MW asking if an existing Moviewizard.xml in .../gbpvr/KeyMappings should be overwritten. Is this a new (secret) feature? Didn't notice it before.
This may have been fixed just recently in the installer. If I recall, if the file exists, it will ask to overwrite, where as before it only did it if the timestamp (on disk) was newer.
iwan
Offline

Member

Posts: 138
Threads: 13
Joined: Jan 2006
#8
2008-07-11, 07:34 PM
JavaWiz Wrote:I make the call to the target program in the Activate() method, which gets called each time you select the plugin from the menu. The idea is, if the server is sleeping, the wakeup call occurs right before access is required to the database (on the server). I think there could still be timing issues as the server may take several seconds to 'wake up'. I'll be interested in feedback from users as to how this is working.

What I was planning to do was using a small batch file to wake up the server and having MW start afterwards, like:

Code:
@echo off
:wach

REM check whether server is already awake

ping -n 1 192.168.1.10>NUL

if ERRORLEVEL 1 goto weiter
if ERRORLEVEL 0 goto ende

:weiter

REM send a magic packet to server

"c:\program files\util\wol.exe" #MAC-ADDRESS#

:aufwachen

REM ping server until it responds

echo .
ping -n 1 192.168.1.10>NUL
if ERRORLEVEL 1 goto aufwachen

:shared

REM make sure samba-share is accessible

echo .
net view \\SERVER>NUL
if not ERRORLEVEL 0 goto shared

:ende
exit

thus circumventing problems when MW would start without an accessible samba-share.
BTW, I think, GB-PVR would then just jump back to the main menu, wouldn't it ?
[SIZE="0"]
GBPVR 1.3.11 · Loewe Xemix 5106 DVD Player Case · Noritake 20045 Series 4x20 VFD · Win XP HomePro
AOpen i915GMm-HFS · Pentium Mobile 1.7 GHz · Pinnacle DVB-T · Matsushita SlimLime DVD · 160 GB 2.5" Fujitsu Hornet
Plugins: Movie Wizard · External Display · TV Listings
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#9
2008-07-12, 05:18 AM
That looks like it should work. If MovieWiz cannot connect to db, I think an exception would be thrown, and it would go back to the menu.
frankmcg
Offline

Senior Member

Posts: 312
Threads: 23
Joined: Sep 2006
#10
2008-07-12, 02:10 PM
Thanks for the update Java, working great here!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  MovieWiz movie folder structure? jfm 5 7,018 2011-03-13, 07:47 PM
Last Post: dljones8053
  MovieWiz: no movie data ga_mueller 6 7,772 2011-01-12, 01:22 AM
Last Post: ga_mueller
  A couple of problems with MovieWiz Lookups JP23 2 5,634 2010-05-19, 12:55 AM
Last Post: ga_mueller
  MovieWiz Descriptions now short Jaggy 3 5,627 2010-04-25, 04:01 PM
Last Post: JavaWiz
  MovieWiz: Wishlist 7ore 2 2,591 2010-02-25, 07:02 AM
Last Post: 7ore
  MovieWiz support for mymovies.xml file? daneo 42 18,993 2010-02-24, 04:31 AM
Last Post: 7ore
  MovieWiz - Plot field not being found/displayed JuicyFruits 4 2,719 2010-02-24, 04:20 AM
Last Post: JavaWiz
  Moviewiz not getting IMDB ratings. JP23 5 3,663 2010-02-23, 08:41 PM
Last Post: tbeaux
  MovieWiz exception 7ore 26 10,650 2010-02-22, 05:05 AM
Last Post: JavaWiz
  MovieWiz - Offline Import & Images meccano 8 3,965 2010-02-08, 01:48 PM
Last Post: meccano

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

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

Linear Mode
Threaded Mode