Ross Karchner wrote:
Is anyone else getting a ton of errors running tv_grab_na_dd?
Like:
Use of uninitialized value in hash element at /usr/bin/tv_grab_na_dd line 409.
Use of uninitialized value in hash element at /usr/bin/tv_grab_na_dd line 573.
And other instances of "uninitialized value" errors
-Ross
Justin T Wetherell wrote:
According to the xmltv site, tv_grab_na is done. You need to register with zap2it and get a username/pass then use tv_grab_na_dd to get the listings, I made this script to download the listings into a /tmp/TV.xml file. You will need to run tv_grab_na_dd --configure and then put your password into a file located in /root/.xmltv/tv_grab_na_dd.pass
#!/bin/sh
rm -f /tmp/TV.xml
/usr/bin/tv_grab_na_dd --output /tmp/TV.xml --password-file /root/.xmltv/tv_grab_na_dd.pass --days 1
Justin T Wetherell wrote:
Anyone else grabbing listings with tv_grab_na but not gettings any data after april 5th? Anyone tried getting tv_grab_na_dd to work automatically? How do you pass the password prompt?
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
