Site Index:
Intro
Here you will find info for all kind of plugins for watching and recording TV. By default the Mplayer TV plugin is loaded. To use other applications you will need to remove this plugin and add other plugins.
TvTime
This plugin allows you to use TvTime to watch tv instead of mplayer. It has a better OSD than mplayer and tends to have better audio sync, but at the moment it is working only with tv cards that are
v4l or
v4l2 compatible, so you cannot use it with budget DVB cards.
To use it put the following into your local_conf.py:
plugin.remove('tv.mplayer') plugin.activate('tv.tvtime')
PLEASE NOTE: the first time you run tvtime. it will attempt to flip through all of your channels be patient it is setting up some of its own internal data. After the flip through you can edit $HOME/.tvtime/stationlist.xml so that you can see your station names from freevo's TV_CHANNEL variable in your tvtime OSD. There is a script in freevo/src/helpers to build this file.
Xine
This plugin is an alternative for people who have a budget DVB card. Currently it is only working with DVB. It also has a better OSD then mplayer and tends to have a better audio sync. But for some reason xine needs the teletext pids in its channels.conf, whereas mplayer just needs video and audio pids. So make sure to provide this additional information.
To use xine for watching tv put the following into your local_conf.py:
plugin.remove('tv.mplayer') plugin.activate('tv.xine')