Hi, Michael.<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><blockquote>?&nbsp;&nbsp;You mean DVB support?&nbsp;&nbsp;Or is this some kind of Ubuntu thing?
<br></blockquote></blockquote><br>Yes, I believe you are right, it&#39;s DVB, not DVR. I followed the instructions from <a href="http://www.mythtv.org/wiki/index.php/Ubuntu_Edgy_Installation" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.mythtv.org/wiki/index.php/Ubuntu_Edgy_Installation
</a> page.<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><blockquote>Using &quot;make install&quot;, right?<br></blockquote></blockquote>

Yes, correct.<span class="q"><br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><blockquote>n the process you used to compile/install.&nbsp;&nbsp;Did you remember to run
<br>&quot;./configure --prefix=/usr&quot; (plus all other appropriate arguments)?<br></blockquote></blockquote></span>I&#39;m pretty sure I did - the libraries were output to correct location.<br><br>I didn&#39;t use SVN snapshot though, but grabbed the tar file from the &#39;download&#39; page... I&#39;ll try to recompile. 
<br><br><span style="font-weight: bold;">Is the location of the &#39;plugins&#39; directory smth that can be changed / looked up in the config file?</span><br><br><br>Thanks,<br><span class="sg"><br>Vlad</span><br><br><div>
<span class="gmail_quote">On 4/16/07, <b class="gmail_sendername">Michael T. Dean</b> &lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 04/16/2007 06:02 PM, Vlad Olenin wrote:<br>&gt; I am installing MythTV 0.20<br><br>Make sure you use 0.20-fixes SVN ( <a href="http://svn.mythtv.org/">http://svn.mythtv.org/</a> ).<br><br>&gt; on Ubuntu 6.10 Edgy, Server Edition, compiling from source with DVR
<br>&gt; support disabled.<br><br>?&nbsp;&nbsp;You mean DVB support?&nbsp;&nbsp;Or is this some kind of Ubuntu thing?<br><br>&gt; I don&#39;t have TV Tuner card currently installed and intend to used<br>&gt; MythTV for now as a front end to play DVDs, Movies, Music as well as
<br>&gt; try using the picture gallery.<br>&gt;<br>&gt; After some trial &amp; errors I finally managed to install MythTV as a<br>&gt; combined frontend/backend from source. All installation was done as a<br>&gt; root. I got mythtv files under /usr/share/mythtv directory and
<br>&gt; Frontend seems to be starting up and running (again, as root).<br>&gt;<br>&gt; My problem is that after installing MythTV plugins (again, compiling<br>&gt; from the source as root),<br><br>Using &quot;make install&quot;, right?
<br><br>&gt; I can&#39;t access any of them from the MythTV interface. I did get the<br>&gt; library files output to /usr/share/mythtv/plugins:<br>&gt;<br>&gt; ----------------<br>&gt; vlad@eagle:~$ ls -lFa /usr/share/mythtv/plugins/
<br>&gt; total 7188<br>&gt; drwxr-xr-x 2 root root&nbsp;&nbsp;&nbsp;&nbsp;4096 2007-04-15 01:00 ./<br>&gt; drwxr-xr-x 9 root root&nbsp;&nbsp;&nbsp;&nbsp;4096 2007-04-15 21:21 ../<br>&gt; -rwxr-xr-x 1 root root&nbsp;&nbsp;198756 2007-04-15 00:54 libmythcontrols.so*<br>&gt; -rwxr-xr-x 1 root root&nbsp;&nbsp;327840 2007-04-15 00:55 
libmythdvd.so*<br>&gt; -rwxr-xr-x 1 root root 1780786 2007-04-15 00:55 libmythflix.so*<br>&gt; -rwxr-xr-x 1 root root&nbsp;&nbsp;578844 2007-04-15 00:56 libmythgallery.so*<br>&gt; -rwxr-xr-x 1 root root&nbsp;&nbsp;613512 2007-04-15 00:57 libmythgame.so*
<br>&gt; -rwxr-xr-x 1 root root 1305877 2007-04-15 00:57 libmythnews.so*<br>&gt; -rwxr-xr-x 1 root root 1120260 2007-04-15 00:58 libmythphone.so*<br>&gt; -rwxr-xr-x 1 root root 1181704 2007-04-15 01:00 libmythvideo.so*<br>
&gt; -rwxr-xr-x 1 root root&nbsp;&nbsp;189732 2007-04-15 01:00 libmythweather.so*<br>&gt; ---------------<br>&gt;<br>&gt; and library.xml and mainmenu.xml files from /usr/share/mythtv<br>&gt; directory seemed to be fetched and read by MythTV correctly (tried to
<br>&gt; modify text for &#39;Watch TV&#39; button and saw the changed in the<br>&gt; interface). The problem is none of the &#39;plugin&#39; items from library.xml<br>&gt; file is displayed in the interface, so I can&#39;t access
<br>&gt; &#39;TV_WATCH_RECORDINGS&#39;, but not &#39;VIDEO_BROWSER&#39; or &#39;MUSIC_PLAY&#39; for<br>&gt; example. The only way when I see the icon displayed (eg,<br>&gt; VIDEO_BROWSER) is when I comment out exiting &#39;action&#39; and &#39;depends&#39;
<br>&gt; tags (with values &#39;JUMP MythVideo&#39; and &#39;mythvideo&#39; accordingly) and<br>&gt; substitute that with action tag taken from &#39;TV_WATCH_RECORDINGS&#39;<br>&gt; button. I do see different image, which makes me think that interface
<br>&gt; configuration part is working OK. When I click on it I&#39;m being taken<br>&gt; to &#39;watch tv&#39; menu (naturally).<br>&gt;<br>&gt; I wonder what I&#39;m doing wrong? Should plugins be specifically enabled<br>
&gt; somehow in the DB or separate config file?... I had a brief look at<br>&gt; &#39;settings&#39; table, but couldn&#39;t find any related info. I also tried to<br>&gt; put &#39;plugins&#39; directory on the path (thinking MythTV just can&#39;t find
<br>&gt; the libraries), but that didn&#39;t help either.<br>&gt;<br>&gt; I hope someone can resolve this mystery.... THANKS IN ADVANCE!<br><br>The existence of the plugin binary causes it to appear in the menu.<br>Therefore, your plugins aren&#39;t being found, meaning there was an error
<br>in the process you used to compile/install.&nbsp;&nbsp;Did you remember to run<br>&quot;./configure --prefix=/usr&quot; (plus all other appropriate arguments)?<br><br>Mike<br>_______________________________________________<br>mythtv-users mailing list
<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<br>