Java MythTV API
    
            
                
                    An API allowing java applications to connect to MythTV as a client.
                
            
             
            
             
            
        
            jMythAPI is a java library to query and control a MythTV backend and MythTV database. 
JMythAPI uses the Myth protocol to communicate with the MythTV backend and the MySQL JDBC driver to query the MythTV database. It provides a high level API enabling java developers to easily access MythTV, without the need to know all the details about the underlying protocol and differences between various protocol versions.