Hi,<br><br>I am installing MythTV 0.20 on Ubuntu 6.10 Edgy, Server Edition, compiling from source with DVR support disabled. I don&#39;t have TV Tuner card currently installed and intend to used MythTV for now as a front end to play DVDs, Movies, Music as well as try using the picture gallery.
<br><br>After some trial &amp; errors I finally managed to install MythTV as a combined frontend/backend from source. All installation was done as a root. I got mythtv files under /usr/share/mythtv directory and Frontend seems to be starting up and running (again, as root).
<br><br>My problem is that after installing MythTV plugins (again, compiling from the source as root), I can&#39;t access any of them from the MythTV interface. I did get the library files output to /usr/share/mythtv/plugins:
<br><br>----------------<br>vlad@eagle:~$ ls -lFa /usr/share/mythtv/plugins/<br>total 7188<br>drwxr-xr-x 2 root root&nbsp;&nbsp;&nbsp; 4096 2007-04-15 01:00 ./<br>drwxr-xr-x 9 root root&nbsp;&nbsp;&nbsp; 4096 2007-04-15 21:21 ../<br>-rwxr-xr-x 1 root root&nbsp; 198756 2007-04-15 00:54 
libmythcontrols.so*<br>-rwxr-xr-x 1 root root&nbsp; 327840 2007-04-15 00:55 libmythdvd.so*<br>-rwxr-xr-x 1 root root 1780786 2007-04-15 00:55 libmythflix.so*<br>-rwxr-xr-x 1 root root&nbsp; 578844 2007-04-15 00:56 libmythgallery.so*
<br>-rwxr-xr-x 1 root root&nbsp; 613512 2007-04-15 00:57 libmythgame.so*<br>-rwxr-xr-x 1 root root 1305877 2007-04-15 00:57 libmythnews.so*<br>-rwxr-xr-x 1 root root 1120260 2007-04-15 00:58 libmythphone.so*<br>-rwxr-xr-x 1 root root 1181704 2007-04-15 01:00 
libmythvideo.so*<br>-rwxr-xr-x 1 root root&nbsp; 189732 2007-04-15 01:00 libmythweather.so*<br>---------------<br><br>and library.xml and mainmenu.xml files from /usr/share/mythtv directory seemed to be fetched and read by MythTV correctly (tried to modify text for &#39;Watch TV&#39; button and saw the changed in the interface). The problem is none of the &#39;plugin&#39; items from 
library.xml file is displayed in the interface, so I can&#39;t access &#39;TV_WATCH_RECORDINGS&#39;, but not &#39;VIDEO_BROWSER&#39; or &#39;MUSIC_PLAY&#39; for example. The only way when I see the icon displayed (eg, VIDEO_BROWSER) is when I comment out exiting &#39;action&#39; and &#39;depends&#39; tags (with values &#39;JUMP MythVideo&#39; and &#39;mythvideo&#39; accordingly) and substitute that with action tag taken from &#39;TV_WATCH_RECORDINGS&#39; button. I do see different image, which makes me think that interface configuration part is working OK. When I click on it I&#39;m being taken to &#39;watch tv&#39; menu (naturally).
<br><br>I wonder what I&#39;m doing wrong? Should plugins be specifically enabled somehow in the DB or separate config file?... I had a brief look at &#39;settings&#39; table, but couldn&#39;t find any related info. I also tried to put &#39;plugins&#39; directory on the path (thinking MythTV just can&#39;t find the libraries), but that didn&#39;t help either.
<br><br>I hope someone can resolve this mystery.... THANKS IN ADVANCE!<br><br>Vlad