[mythtv] little bug in mythweb ?

Jacques Facquet jacques.facquet at free.fr
Sun Apr 17 10:59:23 UTC 2005


Hi,
I think we have a bug in mythweb/video.php
Please replace :
// Get the video store directory
   $result = mysql_query('SELECT data from settings where 
value="VideoStartupDir" ")
by :
// Get the video store directory
$hostname=exec ("/bin/hostname");
$result = mysql_query("SELECT data from settings where 
value='VideoStartupDir' and hostname='$hostname' ")

So we have "videodir" local to the server.

Don't know how it works on a non unix like.

Have a good day.

-- 
Jacques Facquet.


More information about the mythtv-dev mailing list