Hi all!<br><br>This is a little hack to make mythtv use the new tv_grab_no_gfeed instead of the old and broken tv_grab_no.<br><br><br>1) Rename /usr/bin/tv_grab_no to something else like tv_grab_no.deprecated ( mv /usr/bin/tv_grab_no /usr/bin/tv_grab_no.deprecated )
<br><br>2) Make a symlink from tv_grab_no_gfeed to tv_grab_no ( ln -s /usr/bin/tv_grab_no /usr/bin/tv_grab_no_gfeed )<br><br>3) Run tv_grab_no_gfeed --configure and select the channels you have.<br clear="all"><br>4) Copy the config file to your mythtv preferences folder and replace your .xmltv file there. In my case
videosource.xmltv. ( cp ~/.xmltv/tv_grab_no_gfeed.conf ~/.mythtv/videosource.xmltv )<br><br>5) Some of the channel id's have changed so you need to update your config. Run tv_grab_no_gfeed and get the new channel id's. ( tv_grab_no_gfeed | grep channel )
<br><br>6) Update your channel id's using your favourite method of choice ( I like to use mythweb ).<br><br><br><br>A nice thing is that if mythtv is updated to use tv_grab_no_gfeed this hack does not brake anything.<br>
Hope this helps! But there are some cons. Not all channels are working with tv_grab_no_gfeed, but I suppose this will be fixed eventually.<br><br><br>-- <br>Martin Isak Jansen<br><a href="http://www.blomstereng.org">www.blomstereng.org
</a>