|
Project Information
Featured
Downloads
Links
|
MythPyWiiA Wii remote (wiimote) interface to MythTV, written in Python. This project uses MythFrontend's telnet interface combined with the CWiiD python interface to allow you to control MythTV using your Wii Remote. Trouble shootingTypeError: wmcb() takes exactly 2 arguments (3 given)You're using a more recent version of CWiiD - simple fix:The fix is simple – change line 141: def wmcb(self, messages): to: def wmcb(self, messages, timeIgnore): Thanks to Mike H for pointing out this issue. No bluetooth interface foundEnsure you have the dependencies installed, and then try unplugging and re-plugging the bluetooth device (if it is USB) or restarting. (Further debugging info: “hcitool scan” after pressing 1+2 on your wiimote should return an entry with “Nintendo RVL-CNT-01″, if it does not then there is something wrong with your bluetooth setup and/or your Wiimote.) Bluetooth issueserror: uncaptured python exception, closing channel <__main__.MythSocket connected at 0×7fd7840133b0> (<class ’socket.error’>:(111, ‘Connection refused’) [/usr/lib/python2.5/asyncore.py|read|68] [/usr/lib/python2.5/asyncore.py|handle_read_event|388] [./main.py|handle_read|52] [/usr/lib/python2.5/asyncore.py|recv|342]) You're probably using an old version of MythPyWii. Download the latest version, and try again. If the problem persists, please submit an ticket. Installation(U/Ku/Edu/Myth)buntu GNU/Linux, Hardy
$ sudo apt-get install python bluetooth python-bluez python-cwiid alternatively, install each package in synaptic.
ControlsThese are liable to change, but for now, here is how they are mapped:
A comment on twisting:Point the wii remote at the screen, and twist from the elbow so that it continues to point at the screen. The maximum fastforward/rewind speed is 180x. The speeds are dictated by mythfrontend itself. When you rotate the wiimote, you will feel a slight vibration (0.05 seconds) to let you know you have gone up or down a speed segment. To stop fastforwarding/rewinding, simply let go of B. Power savingTurn the wiimote off (power button) when not in use, and turn it back on by holding down 1 and 2 to make it sync. (It will turn off automatically after around 35 minutes.) |