Difference between revisions of "MythTouchMote"
(I think this makes it clearer) |
|||
Line 5: | Line 5: | ||
At present MythTouchMote is just the concept for a user interface. A bounty is being offered for it's creation by a developer. | At present MythTouchMote is just the concept for a user interface. A bounty is being offered for it's creation by a developer. | ||
− | The specification is available from http://nafof.org.uk/ | + | The specification is available from http://nafof.org.uk/MythTouchMote/MythTouchMote-20090701.pdf; questions, comments and additional contributions to the bounty, to user [http://www.mythtv.org/wiki/User_talk:Richard.e.morton[richard.e.morton]]. |
Revision as of 13:09, 5 July 2009
MythTouchMote is a design for a frontend where the playback and the user-interface are seperated onto different devices (front-end device plays back the media and a tablet provides the control).
This concept is very different from using the on-screen keyboard from Mythweb on a laptop or tabet to control the existing frontend, because buttons are named for tasks, it's a goal orientated interface opposed to a command-key oriented interface.
At present MythTouchMote is just the concept for a user interface. A bounty is being offered for it's creation by a developer.
The specification is available from http://nafof.org.uk/MythTouchMote/MythTouchMote-20090701.pdf; questions, comments and additional contributions to the bounty, to user [richard.e.morton].
The idea is to develop the application in two parts:
- a playback/ripping control system which runs as a daemon ideally and presents a simple API to connect to from higher layers. This would use existing playback engines such as VLC etc for playback.
- a webserver application which presents a templatable interface on the tablet via AJAX
Splitting it in this way permits further interfaces to be developed for specific devices in C++, Flash, etc - if necessary.