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 … 4 5 6 7 8 … 16 Next »
MoviWiz 1.0.24.0

 
  • 0 Vote(s) - 0 Average
MoviWiz 1.0.24.0
Dan Soussi
Offline

Member

Posts: 86
Threads: 10
Joined: May 2006
#1
2009-03-02, 10:59 AM
Hi,

Does anyone else get MovieWiz V1.0.23.3 when they try to download the latest V1.0.24.0 of MovieWiz?
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
gehing
Offline

Member

Posts: 62
Threads: 10
Joined: Jan 2005
#2
2009-03-03, 06:14 PM
I'm also getting the old version.
Regards,
Gert
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#3
2009-03-04, 05:00 AM
Right you are... Some how I missed getting the right file uploaded. Try again, it should work now.
iwan
Offline

Member

Posts: 138
Threads: 13
Joined: Jan 2006
#4
2009-03-04, 10:02 AM
JavaWiz Wrote:Right you are... Some how I missed getting the right file uploaded. Try again, it should work now.

Works well here ... though I found that the 'Block MovieWiz' feature doesn't seem to be working anymore (Settings (2)). I'm using it to make sure my movie server is fully operational after a wake-on-lan.
It did work a couple of versions ago, would be nice to see this feature back again.
[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
#5
2009-03-04, 04:21 PM
iwan Wrote:Works well here ... though I found that the 'Block MovieWiz' feature doesn't seem to be working anymore (Settings (2)). I'm using it to make sure my movie server is fully operational after a wake-on-lan.
It did work a couple of versions ago, would be nice to see this feature back again.
Ok, I'll take a look tonight.
stevenjwilson
Offline

Member

Posts: 51
Threads: 15
Joined: May 2005
#6
2009-03-04, 05:21 PM
Can you use this "block moviewiz" feature to wake a PC on standby? Can someone say briefly how? Thanks
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#7
2009-03-05, 02:21 AM
stevenjwilson Wrote:Can you use this "block moviewiz" feature to wake a PC on standby? Can someone say briefly how? Thanks
Yes, that was it's intent.

You'll need to find a program that will send a Wake-On-Lan (WOL) command to the server PC (Google WOL), I found one here, not sure how good it is..



The idea is you:
  • specify the Activate PGM
  • suppy any cmd line args (ie MAC Address)
  • check 'Block MovieWiz'
  • set the Window State (of the activate program). I recommend Norm or Max while setting up and debugging the process, then Hide once you've got it working.
If you check Block MovieWiz, it won't fully start the plugin until your Activate Pgm terminates. If the activate program sends the magic packet and terminates (ie fire command and forget) you might want to set it up in a batch file that will ping the target computer to delay the process from returning immediately. This will give the target computer time to wake up and be available on the network

The batch file might be something like:

Code:
@Echo off
WOL xx-xx-xx-xx-xx-xx
ping -n 1 -w 3000 pvr-server
This is not fail-proof, as the batch file may return, and the pvr-server may still not be available.

I actually don't use this feature, so maybe some other users who have implemented this may have better ways...
iwan
Offline

Member

Posts: 138
Threads: 13
Joined: Jan 2006
#8
2009-03-05, 10:44 AM
JavaWiz Wrote:Yes, that was it's intent.
You'll need to find a program that will send a Wake-On-Lan (WOL) command to the server PC.

As my home-theater infrastructure is heavily relying on this feature (plus the good humor of wife and kids Big Grin ) here's what I'm doing:

I found that not every program that sends WOL-packets is able to wake up every computer. This is probably due to to port being used by the WOL-program or being expected by the computer (some say 9, some say 40000 - you get the idea...). You'd have to try-and-error to find a prog that works for you.

Here's what my batch-file looks like:

Code:
@echo off
:wach

ping -n 1 IP_OF_SERVER>NUL

if ERRORLEVEL 1 goto weiter
if ERRORLEVEL 0 goto ende

:weiter

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

:aufwachen

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

:shared

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

:ende
exit
This is not fail-proof as well, but does check a couple of things:

  1. First, it checks whether the server is up. If so, the batch file exits.
  2. Then it sends a WOL-packet, because the server is apparently not up
  3. The server needs about 20 seconds to start its network daemon and gets pinged every ~2 seconds
  4. As I need to access a samba share on the server, I double-check whether this is available.

Of course MovieWiz needs to be blocked while the batch-file runs, otherwise it would try to access a share that's not (yet) available.
[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
2009-03-06, 03:51 AM
iwan Wrote:Works well here ... though I found that the 'Block MovieWiz' feature doesn't seem to be working anymore (Settings (2)). I'm using it to make sure my movie server is fully operational after a wake-on-lan.
It did work a couple of versions ago, would be nice to see this feature back again.
It seems to work on my system. Could you post your log file during a run that you suspect it did not work?
iwan
Offline

Member

Posts: 138
Threads: 13
Joined: Jan 2006
#10
2009-03-06, 11:10 AM
JavaWiz Wrote:It seems to work on my system. Could you post your log file during a run that you suspect it did not work?

Sure, just reproduced the aforementioned behavior. Logs attached.
[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]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


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

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

Linear Mode
Threaded Mode