Hello,<br><br>In fact, for this project, you don&#39;t want to query the sql database.<br><br>It is better to use the hidden webpage links with a telnet connection.<br>&nbsp;<br>With it, you will be able to get the xml results.<br>
<br>That &#39;s why you need an &quot;exhaustive&quot; list of all the urls.<br><br><br><br><div class="gmail_quote">2008/11/18 David Watkins <span dir="ltr">&lt;<a href="mailto:watkinshome@gmail.com">watkinshome@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">On 18/11/2008, Samuel Gallard &lt;<a href="mailto:samuel.gallard@gmail.com">samuel.gallard@gmail.com</a>&gt; wrote:<br>

&gt; Hello,<br>
&gt;<br>
&gt; I am working on a project about mythtv and i need to have some information<br>
&gt; about all the recordings, the music and the program tv.<br>
&gt;<br>
&gt; You could have from a hidden webpage starting with a link such as :<br>
&gt; <a href="http://server-backend-adress:6544" target="_blank">http://server-backend-adress:6544</a><br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - If you put /xml, you have some general information<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - If you put /Myth, you could have what i have been recording in<br>
&gt; the database, but this is not enough precise.<br>
&gt;<br>
&gt; I know that the results will be in a xml file.<br>
&gt;<br>
&gt; Does anyone know a complete listing address to access all those information?<br>
&gt;<br>
&gt; I tried to look over Internet web page but it is really difficult to have<br>
&gt; it.<br>
&gt;<br>
&gt; I would like also to know is anyone can tell me if it is possible to<br>
&gt; retrieve the specific information about a music track from a frontend such<br>
&gt; as the artist, the album, the length, etc..<br>
<br>
</div></div>Well if you want really precise information then you could query the<br>
database directly.<br>
<br>
There&#39;s a few graphical SQL frontends you could try to browse the<br>
database directly (phpadmin is one). &nbsp;The mysql mythtv database is<br>
called mythconverg, and all the music table names start with &quot;music..&quot;<br>
<br>
Spend an hour learning SQL (the basics are pretty simple) and you<br>
should be away.<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" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>