MythTV – Java Frontend (JMTV)

As a side project I am thinking of creating java Mythtv frontend. The Mythtv frontend is more that adequate, however I use Nordvpn and Meshnet to access the backend when I am not at home. The Mythtv frontend uses a lot of calls to mysql server which means the frontend pauses/ stalls and is generally unusable. The webfrontend, although useful for configuring the server is not very good for media playback, finding programs etc. So using the Mythtv api allows me to access the backend without the mysql interference. In addition to this the project would have the following goals:

  • Browse, play and delete recordings
  • Schedule recordings
  • Integrate streaming services e.g netflix using a suitable web browser e.g Firefox that handles the DRM issues.
  • Launches games
  • Plays music from either Mythtv or other services e.g youtube music.

As I have not programmed for some time I am going to have to relearn some of the lessons from the previous years.

I do know I will use the WhitestarMediaLibrary project:

This will act as the backend to handle the various libraries be it the Mythtv backend.

Leave a Reply

Your email address will not be published. Required fields are marked *