Would it be possible to port the xbmc code to WiiMC which allows xbmc to connect to a Mythtv backend. The way xbmc do this is to allow setting up a network connection using the following format:
myth://username:[email protected]
This way a user connects to a Mythtv backend and can access live TV, recordings, the Mythtv library etc.
If we could add this functionality to WiiMC, that would be fantastic. The mythbackend already streams this content. All we need to do is connect with it and stream it. We can already stream using an smb connection and an internet. This should be fairly straightforward to achieve… The code already exists in open source – we just have to adapt it!
What do people think?