I'm trying to email the author of the script at http:// www.myth2ipod.com/ but the email bounced (550). Just a little bug fix :)

I've tried a message on the knoppmyth board, and a whois lookup but no dice, so ... Mr Myth2ipod, if you are out there, you might want to fix the email address in the script (and maybe reply to me directly).

Cheers,
James

ps. sorry if this is too broadcast but thought it might be a handy pointer to the script anyway, it works great, although the page lacks the recipe for making the feed.php file accessible through apache eg:

chmod +x feed.php then to make the file accessible to the web server add something like this to /etc/apache/httpd.conf

Alias /ipodfeed/ /myth/ipod/

    <Directory /myth/ipod>
         AllowOverride None
         Order allow,deny
         Allow from all
    </Directory>
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to