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.
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev