I am no longer developing/maintaining YARDWiz as I don't have a Beyonwiz DP series PVR anymore.
YARDWiz is a simple crossplatform GUI front end for prl's getWizPnP prgram. getWizPnP is a command line program that allows you (among other things) to list and download recordings from a Beyonwiz DP series PVR over the network using the WizPnP interface. YARDWiz draws a lot of inspiration from the Two Wizards WizZilla software.
Linux | Windows | OSX |
---|---|---|
Downloads are available from the releases page
Help is available on the Wiki
YARDWiz has been tested successfully on Windows XP - 10, Ubuntu 10.04-14.04, OpenSuse 11.4, Fedora 14 & 15 and Mac OSX 10.8 - 10.10 with python 2.6 & 2.7, wxPython 2.8. It should work on other Windows and Linux flavours.
A windows installer is available which is self contained and doesn't require the installation of python, wxpython or getWizPnP.
An OSX application is available which is self contained and doesn't require the installation of python, wxpython or getWizPnP.
An source archive is available which contains a compiled version of getWizPnP
Before running you will need to install the following software:
Run the windows installer, this is self contained and doesn't require the prior installation of python, wxpython or getWizPnP.
Mount the disk image (.dmg) and drag the YARDWiz app to your applications folder.
Currently no other OS specific installers have been created, just a simple python setup.py script. To install, unzip the source archive, then:
python setup.py install
in a command window (you may need to run it as Administrator).sudo python setup.py install
For easy access to the application, setup.py creates shortcuts in the Windows Start Menu/Linux Gnome Menu. Or on Linux and OSX, you can just type 'yardwiz' in a terminal.
Run the windows uninstaller.
Delete the YARDWiz app from your applications folder.
To uninstall (assuming you still have a copy of the source :):
python setup.py uninstall
in a command window (you may need to run it as Administrator).sudo python setup.py uninstall