<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>First post and forgot the substitution for one var 
in the wrapper script:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>replace the line:</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; find /mnt/cdrom -type f &gt;&gt; 
${PLIST}<BR></FONT><FONT face=Arial size=2>by that:&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; find ${MNTPT} -type f &gt;&gt; 
${PLIST}<BR>&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2>Oops.. and&nbsp;forgot to mention you have to add 
this script as play-command to mythfrontend :)</FONT></DIV>
<DIV><FONT face=Arial size=2>I use it to play dvds :)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>md</FONT></DIV></BODY></HTML>