Hello,<br><br>In fact, for this project, you don't want to query the sql database.<br><br>It is better to use the hidden webpage links with a telnet connection.<br> <br>With it, you will be able to get the xml results.<br>
<br>That 's why you need an "exhaustive" list of all the urls.<br><br><br><br><div class="gmail_quote">2008/11/18 David Watkins <span dir="ltr"><<a href="mailto:watkinshome@gmail.com">watkinshome@gmail.com</a>></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 <<a href="mailto:samuel.gallard@gmail.com">samuel.gallard@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> I am working on a project about mythtv and i need to have some information<br>
> about all the recordings, the music and the program tv.<br>
><br>
> You could have from a hidden webpage starting with a link such as :<br>
> <a href="http://server-backend-adress:6544" target="_blank">http://server-backend-adress:6544</a><br>
><br>
> - If you put /xml, you have some general information<br>
><br>
> - If you put /Myth, you could have what i have been recording in<br>
> the database, but this is not enough precise.<br>
><br>
> I know that the results will be in a xml file.<br>
><br>
> Does anyone know a complete listing address to access all those information?<br>
><br>
> I tried to look over Internet web page but it is really difficult to have<br>
> it.<br>
><br>
> I would like also to know is anyone can tell me if it is possible to<br>
> retrieve the specific information about a music track from a frontend such<br>
> 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's a few graphical SQL frontends you could try to browse the<br>
database directly (phpadmin is one). The mysql mythtv database is<br>
called mythconverg, and all the music table names start with "music.."<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>