Skip to content
Bill Meek edited this page Feb 10, 2013 · 2 revisions

###HOWTO for editing this Wiki? No exotic rules here, just an attempt to make all pages/text look the same.

  • Speak in the third person (you haven't seen any reference to I or you 'til now.)
  • Proper names are enclosed in asterisks, so writing *Name* displays as Name
  • Commands/Buttons etc. are always enclosed in grave accents, so writing `Preferences` becomes Preferences
  • Enclose blocks of sample text in <pre> ... </pre>, as in:
\
    Sample Line 1
    Sample Line 2
    etc.
\
  • Which will display as:
    Sample Line 1
    Sample Line 2
    etc.

That's it, for now!

End of Life Notice:

Thanks for everyone that tested the MythTV Android Frontend project!

There will be no more development on it and a new MythTV Player For Android is now in development.

And for those that may think the new project will support Live TV, as of MythTV 0.28-pre, there is still no Services API interface for Live TV, so it still isn't possible.

MythTV Player for Android is going to focus solely on playing the media you have on your backend, forgoing all the rest of the frontend features that you would find on a traditional frontend.

Here is a short list of the goals for the project:

Recording Playback with no dependencies on external players
Video Playback with no dependencies on external players
Chromecast Support
Leanback interface for Android TV

You can follow the progress of the code here: https://github.com/MythTV-Clients/MythtvPlayerForAndroid

We are currently working out some minor layout issues and finalizing playback scenarios in the app and are hoping to release this for beta very soon.

Clone this wiki locally