You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ A Wii remote (wiimote) interface to MythTV, written in Python.
5
5
This project uses [MythFrontend's telnet interface](http://www.mythtv.org/wiki/Telnet_socket) combined with the [CWiiD](http://abstrakraft.org/cwiid/) python interface to
6
6
allow you to control MythTV using your Wii Remote.
7
7
8
+
## Two versions?
9
+
10
+
`myth_py_wii.py` is the official version, created by Benjie.
11
+
12
+
`myth_py_wii.alister.py` is an enhanced version created by Alister Ware
13
+
which supports command line options and a configuration file. (Untested
14
+
by Benjie.)
15
+
16
+
## Want to contribute?
17
+
18
+
Get in touch. I can no longer maintain MythPyWii (due to no longer
19
+
having MythTV :-( ) so if you're looking to be a maintainer, just let me
20
+
know! If it's just a minor bugfix then send a pull request.
0 commit comments