Difference between revisions of "Tv grab nl py"

From LinuxMCE
Jump to: navigation, search
(stub about dutch xmltv grabber)
 
m (Changed category to Video)
 
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
[[Category:Dutch]]
+
[[Category: Video]]
  
 
tv_grab_nl_py is an XMLTV-compatible grabber for Dutch television that uses TVGids.nl as it's source.
 
tv_grab_nl_py is an XMLTV-compatible grabber for Dutch television that uses TVGids.nl as it's source.

Latest revision as of 14:32, 27 August 2009

This article is a stub and requires expansion

tv_grab_nl_py is an XMLTV-compatible grabber for Dutch television that uses TVGids.nl as it's source.

Install the latest version from here. Basically in a nutshell:

sudo su -
wget http://tvgrabnlpy.googlecode.com/files/tv_grab_nl_py-r92
[ -e /usr/bin/tv_grab_nl ] && mv -iv /usr/bin/tv_grab_nl /usr/bin/tv_grab_nl.backup
cp -v tv_grab_nl_py-r92 /usr/bin/tv_grab_nl
chmod -v a+x /usr/bin/tv_grab_nl

Unsure on how to configure it properly yet...

For/as root:

tv_grab_nl --configure
nano .mythtv/tv_grab_nl.xmltv
mythfilldatabase --manual

For/as linuxmce:

su - linuxmce
tv_grab_nl --configure
ln -v .xmltv/tv_grab_nl_py.conf .mythtv/tv_grab_nl.xmltv
nano .mythtv/tv_grab_nl.xmltv
mythfilldatabase --manual