pot8oe / mythmote

MythMote is an android based MythTV remote control. Control is obtained through the frontend's raw text-based TCP socket interface. More infomation regarding the MythTV network remote control protocol can be found here: http://www.mythtv.org/wiki/Frontend_control_socket
GNU General Public License v2.0
7 stars 3 forks source link

Feature Request: TVGuide on Android Display #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Pressing TVGuide Button on Navigation Tab opens TVGuide on MythTV Output 
Device (i.e., TV).
2.
3.

What is the expected output? What do you see instead?
Same.

What version of the product are you using? On what operating system?
Current version available in Market.

Please provide any additional information below.
If possible I'd like a setting option to display the TVGuide on the remote 
(android device)'s display rather than calling up the TVGuide on the MythTV 
display.  

In other words, I'd like to have the TV output remain the same while the 
android device displays the contents of the guide.

Just a thought.  :)

kev.

Original issue reported on code.google.com by yu210...@gmail.com on 8 Nov 2010 at 12:47

GoogleCodeExporter commented 9 years ago
Well, this isn't a 'defect' but a feature request.  :)  Thanks for a great app. 

Original comment by yu210...@gmail.com on 8 Nov 2010 at 12:50

GoogleCodeExporter commented 9 years ago
I've been thinking about this one. Hopefully have something soon. 

-Tom

Original comment by tom...@gmail.com on 9 Nov 2010 at 12:44

GoogleCodeExporter commented 9 years ago
Cool, thanks Tom. :)

kev.

Original comment by yu210...@gmail.com on 9 Nov 2010 at 12:53

GoogleCodeExporter commented 9 years ago
One way of achieving this is to connect to mythweb from the remote, it 
illustrates the possibilities.  With this in mind I have made some experimental 
hacks to my R190 using android.webkit and WebView. This is by no means ideal, 
it does have lots of limitations but is only a beginning.

Original comment by tobizt...@gmail.com on 13 May 2011 at 10:21

GoogleCodeExporter commented 9 years ago
The telnet interface does have listings available with the query command but a 
full tv guide implementation might be a bit cumbersome. Dan Frey mentioned 
using mythxml which looks to be a better solution. Check out the mythtv wiki. 

http://www.mythtv.org/wiki/Category:MythXML

-Tom

Original comment by tom...@gmail.com on 13 May 2011 at 1:30

GoogleCodeExporter commented 9 years ago
Which as per that wiki page is being completely rewritten in 0.25 to be less 
cumbersome, and allow JSON instead of XML.

Original comment by admwiggin on 30 Nov 2011 at 5:44

GoogleCodeExporter commented 9 years ago
Sorry for the double, see also http://www.mythtv.org/wiki/Services_API

In fact, everything could be rewritten to use that API eventually, since it's 
going to be able to do anything the current telnet can do and anything mythweb 
can do combined.

Original comment by admwiggin on 30 Nov 2011 at 5:45