![]() |
Step by step setup for xbmcbuntu and mythtv backend - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170) +---- Thread: Step by step setup for xbmcbuntu and mythtv backend (/showthread.php?tid=154564) Pages:
1
2
|
RE: Step by step setup for xbmcbuntu and mythtv backend - User 57826 - 2013-03-06 I've always had issues with it, selecting a movie in XBMC will make a show randomly start in myth and vice versa... Before Frodo I had use Lirc and a shell script that would close mythfrontend and start xbmc, worked great. RE: Step by step setup for xbmcbuntu and mythtv backend - nickr - 2013-03-06 (2013-03-06, 07:03)djroketboy Wrote: I've always had issues with it, selecting a movie in XBMC will make a show randomly start in myth and vice versa...Make sure the mythfrontend button that that starts xbmc uses EXEC as in Code: <action>EXEC /usr/bin/xbmc</action> mythtv then ignores button presses. RE: Step by step setup for xbmcbuntu and mythtv backend - User 57826 - 2013-03-06 (2013-03-06, 08:05)nickr Wrote: Make sure the mythfrontend button that that starts xbmc uses EXEC as in Ahh, that would have been it! Thanks. RE: Step by step setup for xbmcbuntu and mythtv backend - sparklyballs - 2013-03-13 probably a stupid question, but here goes. mythbuntu and mysql, does it come with it's own mysql instance built in or do you need to have one for it to use ? because i have a mysql instance running on an external mac os x machine if that's the case, at the moment it's handling my mysql based library for my xbmc boxes. RE: Step by step setup for xbmcbuntu and mythtv backend - nickr - 2013-03-14 mythbuntu installs mysql. While it is possible to have mythtv work with the master backend and mysql on different computers, this is pretty rare in practice. There is nothing wrong with having two mysql instances on your LAN. |