General
The "Watch Tv" menu entry in the main menu contains everything which is associated to Tv (tv guide, recording and recorded shows). Unfortunately there is no entry at the moment to start watching TV directly, but you can start TV from within the guide. (This should even work, when your guide is not filled with useful information.) While watching TV, you can change channels by pressing CH+ and CH-. Depending on the application you use for TV, there may be other features you can use with freevo. For example, it might be that information on the running show is displayed when you press DISPLAY. This is at least working for DVB with mplayer or xine.
Pause live TV
If you are using an ivtv based card and the ivtv_xine_tv plugin or your using DVB with the dvb streamer plugin you can pause live tv.
TV Guide
You can fetch a tv guide for your channels with xmltv.
If you select the menu entry "tv guide" this guide is displayed. You can browse through the shows with the LEFT, RIGHT, DOWN and UP keys. If you select a show which is already running, your program for tv watching will be launched. If you press SELECT on a show, which start time is still in the future, freevo will ask you if you like to schedule this show for recording. The same will happen if you press REC. REC will always bring up the recording menu, even for shows that are already running. Moreover you can ask freevo to search for more of that show or add it to favorites.
If your recordserver is not yet configured, have a look at: Recordserver.
Recorded Shows
This menu entry will show you the containt of the directory, where all you recorded shows are saved (TV_RECORD_DIR in local_conf.py). You can choose one and just start watching. You will also see some information, such as length of the show, date when it was recorded and additional information from the tv guide if available. This extra information is saved in an fxd file, which the recordserver creates when it starts recording something. It is named the same way as the file which contains the show, but with '.fxd' as ending. Moreover freevo can create a preview image of the show, if configured to do so. The context menu, you reach by pressing ENTER on a highlighted file, gives you the possibility to create the preview image manually, toggle if the show should be played interlaced or not, delete the file itself, its additional information file (the fxd file) or the preview image.
Scheduled Recordings
This menu entry shows you a list of all scheduled recordings. You can remove shows from schedule here. You can also add shows to favorites or just let freevo search for more of a special show. The submenu you reach here is the same, as if you press REC on a show in the TV guide.
View Favorites
This menu shows you a list of all your favorites. Favorites are automatically scheduled for recording. If you find that your favorite programs are not being picked up automatically, you need to do one of either of the following two things - either ensure you are picking up the xmltv guide info via the command freevo tv_grab ( which looks for XMLTV_GRABBER in ~/.freevo/local_conf.py ) or you need to run the helper script freevo schedulefavorites after manually loading up the latest TV.xml to your freevo box. Check your config files for XMLTV_FILE to find the location.
Manual Record
If you do not want to use the tv guide for some reason, you also can schedule your recordings manually. But be warned this is not very comfortable. Maybe you are the right person to introduce some improvements here?