I am having a hard time configuring 1.7.4. the previous version that I
gladely used for over 2 years was 1.5.0 on Debian Sarge
I had a HD failure, so I am going through the installation hardship once
again. This time on Ubuntu 7.10 Gusty Gibbon
I've got most running OK, except for watching TV (not recording) .  i have
mplayer configured as the TV player.

Please help me resolve this. I assume that I am not configuring the video
(Tv) correctly.

it seems that freevo does not understand that I am using an external tuner,
and am feeding the video analog composite into a PVR-150.

I added two debug print lines in mplayer.py to see what was going on:

Here are the additions
after line 98

if mode == 'tv':
   *print 'vg.group_type is %s' % vg.group_type*
           if vg.group_type == 'ivtv':

after line 171

args += (tvcmd,)

    *print args*

        mpl = '--prio=%s %s -vo %s %s -ao %s %s -slave %s %s' % args

This adds the higligted lines in the log below
it seems that vg.group is 'normal' and that the mplayer command assumes a TV
receiver as so:
*mpl = (-20, '/usr/bin/mplayer', 'xv,sdl,x11,', '', 'oss:/dev/dsp',
'-autosync 100 -nolirc -nojoystick -autoq 100 -screenw 800 -screenh 600
-fs', 'tv:// -tv driver=v4l:freq=
77.250:device=/dev/video0:input=0:norm=NTSC:width=768:height=576:outfmt=yuy2-vop
pp=ci')

*the log dump (after turning on debug)  is:


================================================================================
Freevo 1.7.4 r10133 started at Mon Nov 19 21:51:47 2007
--------------------------------------------------------------------------------
2007-11-19 21:51:47,410 INFO     config.py (477): logdir: /var/log
/var/log/freevo
2007-11-19 21:51:47,411 INFO     config.py (478): staticdir: /var/lib
/var/lib/freevo
2007-11-19 21:51:47,411 INFO     config.py (479): cachedir: /var/cache
/var/cache/freevo
2007-11-19 21:51:47,447 INFO     config.py (498): Loading freevo
configuration file "/home/ilan/.freevo/freevo.conf"
2007-11-19 21:51:47,638 INFO     config.py (585): Loading local
configuration file "/etc/freevo/local_conf.py"
Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/hdd', 'CD-1')"
2007-11-19 21:51:47,831 INFO     config.py (983): overlaydir:
/var/cache/freevo/vfs
2007-11-19 21:51:47,836 DEBUG    config.py (1017): Using 'UTF-8' encoding
2007-11-19 21:51:47,836 DEBUG    config.py (1020): 'cdparanoia':
'/usr/bin/cdparanoia'
2007-11-19 21:51:47,836 DEBUG    config.py (1020): 'height': 600
2007-11-19 21:51:47,837 DEBUG    config.py (1020): 'df_xine': ''
2007-11-19 21:51:47,837 DEBUG    config.py (1020): 'xmame': ''
2007-11-19 21:51:47,837 DEBUG    config.py (1020): 'xine': '/usr/bin/xine'
2007-11-19 21:51:47,837 DEBUG    config.py (1020): 'lame': '/usr/bin/lame'
2007-11-19 21:51:47,837 DEBUG    config.py (1020): 'tv': 'ntsc'
2007-11-19 21:51:47,838 DEBUG    config.py (1020): 'jpegtran':
'/usr/bin/jpegtran'
2007-11-19 21:51:47,838 DEBUG    config.py (1020): 'width': 800
2007-11-19 21:51:47,838 DEBUG    config.py (1020): 'version': '2.1'
2007-11-19 21:51:47,838 DEBUG    config.py (1020): 'snes': ''
2007-11-19 21:51:47,839 DEBUG    config.py (1020): 'tvtime':
'/usr/bin/tvtime'
2007-11-19 21:51:47,839 DEBUG    config.py (1020): 'lsdvd': '/usr/bin/lsdvd'
2007-11-19 21:51:47,839 DEBUG    config.py (1020): 'oggenc':
'/usr/bin/oggenc'
2007-11-19 21:51:47,839 DEBUG    config.py (1020): 'vlc': '/usr/bin/vlc'
2007-11-19 21:51:47,840 DEBUG    config.py (1020): 'fbxine':
'/usr/bin/fbxine'
2007-11-19 21:51:47,840 DEBUG    config.py (1020): 'mplayer':
'/usr/bin/mplayer'
2007-11-19 21:51:47,840 DEBUG    config.py (1020): 'flac': '/usr/bin/flac'
2007-11-19 21:51:47,840 DEBUG    config.py (1020): 'setterm':
'/usr/bin/setterm'
2007-11-19 21:51:47,841 DEBUG    config.py (1020): 'geometry': '800x600'
2007-11-19 21:51:47,841 DEBUG    config.py (1020): 'mencoder':
'/usr/bin/mencoder'
2007-11-19 21:51:47,841 DEBUG    config.py (1020): 'mpav': ''
2007-11-19 21:51:47,841 DEBUG    config.py (1020): 'renice':
'/usr/bin/renice'
2007-11-19 21:51:47,841 DEBUG    config.py (1020): 'chanlist': 'us-cable'
2007-11-19 21:51:47,842 DEBUG    config.py (1020): 'display': 'x11'
2007-11-19 21:51:47,957 INFO     new process watcher instance
2007-11-19 21:51:48,274 DEBUG    audio/mpeg registered
2007-11-19 21:51:48,274 DEBUG    audio/ac3 registered
2007-11-19 21:51:48,274 DEBUG    application/adts registered
2007-11-19 21:51:48,274 DEBUG    audio/m4a registered
2007-11-19 21:51:48,274 DEBUG    application/ogg registered
2007-11-19 21:51:48,275 DEBUG    application/pcm registered
2007-11-19 21:51:48,275 DEBUG    video/asf registered
2007-11-19 21:51:48,275 DEBUG    video/flv registered
2007-11-19 21:51:48,275 DEBUG    application/mkv registered
2007-11-19 21:51:48,275 DEBUG    video/quicktime registered
2007-11-19 21:51:48,275 DEBUG    video/mpeg registered
2007-11-19 21:51:48,276 DEBUG    application/ogg registered
2007-11-19 21:51:48,276 DEBUG    video/real registered
2007-11-19 21:51:48,276 DEBUG    video/avi registered
2007-11-19 21:51:48,276 DEBUG    video/vcd registered
2007-11-19 21:51:48,276 DEBUG    audio/cd registered
2007-11-19 21:51:48,277 DEBUG    video/dvd registered
2007-11-19 21:51:48,277 DEBUG    video/dvd registered
2007-11-19 21:51:48,277 DEBUG    video/dvd registered
2007-11-19 21:51:48,277 DEBUG    video/vcd registered
2007-11-19 21:51:48,277 DEBUG    cd/unknown registered
2007-11-19 21:51:48,277 DEBUG    image/bmp registered
2007-11-19 21:51:48,278 DEBUG    image/gif registered
2007-11-19 21:51:48,278 DEBUG    image/jpeg registered
2007-11-19 21:51:48,278 DEBUG    image/png registered
2007-11-19 21:51:48,278 DEBUG    image/tiff registered
2007-11-19 21:51:48,278 DEBUG    games/gameboy registered
2007-11-19 21:51:48,279 DEBUG    games/snes registered
2007-11-19 21:51:48,279 DEBUG    directory registered
2007-11-19 21:51:48,279 DEBUG    text/xml registered
2007-11-19 21:51:48,279 DEBUG    text/plain registered
2007-11-19 21:51:48,279 DEBUG    application/flac registered
2007-11-19 21:51:48,601 DEBUG    rc.py (190): PyLirc resumed!
2007-11-19 21:51:49,809 DEBUG    main.py (214): load basic skin settings:
blurr
2007-11-19 21:51:51,209 DEBUG    plugin.py (553): loading tv as plugin
tv.PluginInterface
2007-11-19 21:51:51,238 DEBUG    plugin.py (553): loading video as plugin
video.PluginInterface
2007-11-19 21:51:51,314 DEBUG    plugin.py (553): loading
plugins.mediamenuas plugin
plugins.mediamenu.PluginInterface
2007-11-19 21:51:51,453 DEBUG    plugin.py (553): loading audio as plugin
audio.PluginInterface
2007-11-19 21:51:51,541 DEBUG    __init__.py (56):
audio.PluginInterface.__init__()
2007-11-19 21:51:51,542 DEBUG    plugin.py (553): loading
plugins.mediamenuas plugin
plugins.mediamenu.PluginInterface
2007-11-19 21:51:51,549 DEBUG    plugin.py (553): loading image as plugin
image.PluginInterface
2007-11-19 21:51:51,611 DEBUG    plugin.py (553): loading
plugins.mediamenuas plugin
plugins.mediamenu.PluginInterface
2007-11-19 21:51:51,616 DEBUG    plugin.py (553): loading
plugins.shutdownas plugin
plugins.shutdown.PluginInterface
2007-11-19 21:51:51,621 DEBUG    plugin.py (553): loading
plugins.rom_drivesas plugin
plugins.rom_drives.autostart
2007-11-19 21:51:51,632 INFO     rom_drives.py (303): Getting capabilities
for CD-1
2007-11-19 21:51:51,635 INFO     rom_drives.py (316): Drive CD-1 can close
2007-11-19 21:51:51,635 INFO     rom_drives.py (320): Drive CD-1 can open
2007-11-19 21:51:51,635 INFO     rom_drives.py (324): Drive CD-1 can select
speed
2007-11-19 21:51:51,636 DEBUG    rom_drives.py (328): /dev/hdd
cdc=0x0039fbef
2007-11-19 21:51:51,636 DEBUG    rom_drives.py (329): CDC_CLOSE_TRAY
2007-11-19 21:51:51,636 DEBUG    rom_drives.py (330): CDC_OPEN_TRAY
2007-11-19 21:51:51,636 DEBUG    rom_drives.py (331): CDC_LOCK
2007-11-19 21:51:51,637 DEBUG    rom_drives.py (332): CDC_SELECT_SPEED
2007-11-19 21:51:51,637 DEBUG    rom_drives.py (333): not CDC_SELECT_DISC
2007-11-19 21:51:51,637 DEBUG    rom_drives.py (334): CDC_MULTI_SESSION
2007-11-19 21:51:51,637 DEBUG    rom_drives.py (335): CDC_MCN
2007-11-19 21:51:51,638 DEBUG    rom_drives.py (336): CDC_MEDIA_CHANGED
2007-11-19 21:51:51,638 DEBUG    rom_drives.py (337): CDC_PLAY_AUDIO
2007-11-19 21:51:51,638 DEBUG    rom_drives.py (338): CDC_RESET
2007-11-19 21:51:51,638 DEBUG    rom_drives.py (339): CDC_DRIVE_STATUS
2007-11-19 21:51:51,639 DEBUG    rom_drives.py (340): CDC_GENERIC_PACKET
2007-11-19 21:51:51,639 DEBUG    rom_drives.py (341): CDC_CD_R
2007-11-19 21:51:51,639 DEBUG    rom_drives.py (342): CDC_CD_RW
2007-11-19 21:51:51,639 DEBUG    rom_drives.py (343): CDC_DVD
2007-11-19 21:51:51,640 DEBUG    rom_drives.py (344): CDC_DVD_R
2007-11-19 21:51:51,640 DEBUG    rom_drives.py (345): not CDC_DVD_RAM
2007-11-19 21:51:51,640 DEBUG    rom_drives.py (346): not CDC_MO_DRIVE
2007-11-19 21:51:51,640 DEBUG    rom_drives.py (347): CDC_MRW
2007-11-19 21:51:51,641 DEBUG    rom_drives.py (348): CDC_MRW_W
2007-11-19 21:51:51,641 DEBUG    rom_drives.py (349): CDC_RAM
2007-11-19 21:51:51,641 INFO     rom_drives.py (359): Getting drive staus
for CD-1
2007-11-19 21:51:51,645 DEBUG    rom_drives.py (373): /dev/hdd cds=1
2007-11-19 21:51:51,646 DEBUG    rom_drives.py (375): CDS_NO_DISC
2007-11-19 21:51:51,646 DEBUG    rom_drives.py (420): Inserting disc in
drive CD-1
2007-11-19 21:51:51,654 DEBUG    plugin.py (553): loading
plugins.ejectromdrives as plugin plugins.ejectromdrives.PluginInterface
2007-11-19 21:51:51,663 DEBUG    plugin.py (553): loading
plugins.rom_drivesas plugin
plugins.rom_drives.rom_items
2007-11-19 21:51:51,668 DEBUG    plugin.py (553): loading
plugins.rom_drivesas plugin
plugins.rom_drives.rom_items
2007-11-19 21:51:51,674 DEBUG    plugin.py (553): loading
plugins.rom_drivesas plugin
plugins.rom_drives.rom_items
2007-11-19 21:51:51,691 DEBUG    plugin.py (553): loading
plugins.rom_drivesas plugin
plugins.rom_drives.rom_items
2007-11-19 21:51:51,696 DEBUG    plugin.py (553): loading plugins.mixer as
plugin plugins.mixer.PluginInterface
2007-11-19 21:51:51,734 DEBUG    __init__.py (218): Building the xml hash
database...
2007-11-19 21:51:51,742 DEBUG    plugin.py (553): loading
video.plugins.imdbas plugin
video.plugins.imdb.PluginInterface
2007-11-19 21:51:51,949 DEBUG    __init__.py (249): done
2007-11-19 21:51:51,955 DEBUG    plugin.py (553): loading
plugins.file_opsas plugin
plugins.file_ops.PluginInterface
2007-11-19 21:51:51,967 DEBUG    plugin.py (553): loading
video.plugins.mplayer as plugin video.plugins.mplayer.PluginInterface
2007-11-19 21:51:52,009 DEBUG    plugin.py (553): loading
audio.plugins.mplayer as plugin audio.plugins.mplayer.PluginInterface
2007-11-19 21:51:52,063 DEBUG    plugin.py (553): loading
audio.plugins.detach as plugin audio.plugins.detach.PluginInterface
2007-11-19 21:51:52,069 DEBUG    plugin.py (553): loading
audio.plugins.detachbar as plugin audio.plugins.detachbar.PluginInterface
2007-11-19 21:51:52,082 DEBUG    plugin.py (553): loading
tv.plugins.mplayeras plugin
tv.plugins.mplayer.PluginInterface
2007-11-19 21:51:52,246 DEBUG    plugin.py (553): loading
tv.plugins.irsend_generic as plugin
tv.plugins.irsend_generic.PluginInterface
2007-11-19 21:51:52,253 DEBUG    plugin.py (553): loading
video.plugins.bookmarker as plugin video.plugins.bookmarker.PluginInterface
2007-11-19 21:51:52,276 DEBUG    plugin.py (553): loading
plugins.tiny_osdas plugin
plugins.tiny_osd.PluginInterface
2007-11-19 21:51:52,290 DEBUG    plugin.py (553): loading
tv.plugins.scheduled_recordings as plugin
tv.plugins.scheduled_recordings.PluginInterface
server_string=http://localhost:18001/
2007-11-19 21:51:52,698 DEBUG    plugin.py (553): loading
tv.plugins.view_recordings as plugin
tv.plugins.view_recordings.PluginInterface
2007-11-19 21:51:52,704 DEBUG    plugin.py (553): loading
tv.plugins.view_favorites as plugin
tv.plugins.view_favorites.PluginInterface
2007-11-19 21:51:52,712 DEBUG    plugin.py (553): loading
tv.plugins.manual_record as plugin tv.plugins.manual_record.PluginInterface
2007-11-19 21:51:52,718 DEBUG    plugin.py (553): loading plugins.idlebar as
plugin plugins.idlebar.PluginInterface
2007-11-19 21:51:52,758 DEBUG    plugin.py (553): loading
plugins.idlebar.tvas plugin
plugins.idlebar.tv.PluginInterface
2007-11-19 21:51:52,764 DEBUG    plugin.py (553): loading
plugins.idlebar.cdstatus as plugin plugins.idlebar.cdstatus.PluginInterface
2007-11-19 21:51:52,770 DEBUG    plugin.py (553): loading
plugins.idlebar.diskfree as plugin plugins.idlebar.diskfree.PluginInterface
2007-11-19 21:51:52,796 DEBUG    plugin.py (553): loading plugins.idlebar as
plugin plugins.idlebar.clock
2007-11-19 21:51:52,802 DEBUG    plugin.py (553): loading
video.plugins.xineas plugin
video.plugins.xine.PluginInterface
2007-11-19 21:51:52,810 DEBUG    plugin.py (553): loading
audio.plugins.xineas plugin
audio.plugins.xine.PluginInterface
2007-11-19 21:51:52,825 DEBUG    plugin.py (553): loading
tv.plugins.ivtv_record as plugin tv.plugins.ivtv_record.PluginInterface
2007-11-19 21:51:54,428 DEBUG    Trying video/dvd
2007-11-19 21:51:54,544 DEBUG    Trying directory
2007-11-19 21:51:56,009 DEBUG    epg_xmltv.py (89): XMLTV, reading cached
file (/var/cache/freevo/TV.xml.pickled)
2007-11-19 21:51:56,483 DEBUG    epg_xmltv.py (117): XMLTV, got cached guide
(version 6).
2007-11-19 21:51:56,599 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:56,728 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:57,356 DEBUG    tvguide.py (141): TVGUIDE EVENT is
MENU_DOWN
2007-11-19 21:51:57,357 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:57,369 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:57,559 DEBUG    tvguide.py (141): TVGUIDE EVENT is
MENU_DOWN
2007-11-19 21:51:57,560 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:57,572 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:57,723 DEBUG    tvguide.py (141): TVGUIDE EVENT is
MENU_DOWN
2007-11-19 21:51:57,724 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:57,736 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:57,879 DEBUG    tvguide.py (141): TVGUIDE EVENT is
MENU_DOWN
2007-11-19 21:51:57,880 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:57,892 DEBUG    epg_types.py (288): epg: Returning new
results
2007-11-19 21:51:58,339 DEBUG    tvguide.py (141): TVGUIDE EVENT is
MENU_SELECT
*vg.group_type is normal*
2007-11-19 21:51:58,546 DEBUG    channels.py (174): USING STANDARD
FREQUENCY: chan="5", freq="77250"
*(-20, '/usr/bin/mplayer', 'xv,sdl,x11,', '', 'oss:/dev/dsp', '-autosync 100
-nolirc -nojoystick -autoq 100 -screenw 800 -screenh 600 -fs', 'tv:// -tv
driver=v4l:freq=
77.250:device=/dev/video0:input=0:norm=NTSC:width=768:height=576:outfmt=yuy2-vop
pp=ci')
*
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/main.py", line 288, in
eventhandler
    app.eventhandler(event)
  File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 494, in
eventhandler
    if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "/usr/lib/python2.5/site-packages/freevo/tv/tvguide.py", line 226, in
eventhandler
    pi.actions()[0][0](menuw=self.menuw)
  File "/usr/lib/python2.5/site-packages/freevo/tv/programitem.py", line
194, in play
    self.parent.player('tv', self.prog.channel_id)
  File "/usr/lib/python2.5/site-packages/freevo/tv/tvmenu.py", line 81, in
start_tv
    plugin.getbyname(plugin.TV).Play(mode, tuner_id)
  File "/usr/lib/python2.5/site-packages/freevo/tv/plugins/mplayer.py", line
175, in Play
    mpl = '--prio=%s %s -vo %s %s -ao %s %s -slave %s %s' % args
TypeError: not enough arguments for format string
--------------------------------------------------------------------------------
Freevo 1.7.4 r10133 finished at Mon Nov 19 21:51:47 2007
================================================================================


The important loacl_conf.py file lines are:

DEBUG=1
CHILDAPP_DEBUG = 1
plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')
DIRECTORY_AUTOPLAY_SINGLE_ITEM = 1
DIRECTORY_AUDIO_FORMAT_STRING =  '%(n)s - %(t)s'
DIRECTORY_USE_MEDIAID_TAG_NAMES = 1
DIRECTORY_AUTOPLAY_ITEMS = []
DIRECTORY_CREATE_PLAYLIST     = [ 'audio', 'image' ]
VIDEO_ITEMS = [ ('action movies', '/media/hdc4/files/movies/action'),
            ('comedies','/media/hdc4/files/movies/comedy'),
('fairytales','/media/hdc4/files/movies/fairy_tales'),
('education','/media/hdc4/files/movies/edu') ]
IDEO_MPLAYER_SUFFIX = [ 'avi', 'mpg', 'mpeg', 'wmv', 'bin', 'rm',
                         'divx', 'ogm', 'vob', 'asf', 'm2v', 'm2p',
                         'mp4', 'viv', 'nuv', 'mov', 'iso',
                         'nsv', 'mkv' ]
VIDEO_PREFERED_PLAYER = 'mplayer'
OSD_EXTRA_FONT_PATH  = [ '/etc/freevo/share/fonts']
OSD_FONT_ALIASES = { 'arial_bold.ttf' : 'freeserif.ttf' }
SD_FORCE_FONTNAME = 'freeserif.ttf'
OSD_FORCE_FONTSIZE = 1
OSD_OVERSCAN_LEFT = OSD_OVERSCAN_RIGHT = 10
LIRCRC = '/etc/freevo/lircrc'
DVD_LANG_PREF        = 'en'
MPLAYER_NICE        = -20
MPLAYER_ARGS = {'WebRadio'   : '-cache 8192',
               'default'    : '-cache 4096'}
TV_RECORD_DIR = '/media/hdb1/tv_record/'
TV_DRIVER = 'v4l'
TV_DEVICE = '/dev/video0'
TV_INPUT = 3
TV_RECORD_SCHEDULE = '%s/record_schedule.xml' % FREEVO_CACHEDIR
TV_RECORD_FILE_MASK = '%%m-%%d %%H:%%M %(progname)s - %(title)s'
RECORDSERVER_IP = 'localhost'
RECORDSERVER_PORT = 18001
TV_VIEW_SIZE = (768,576)
TV_REC_SIZE = (768, 576)
V_VIEW_OUTFMT = 'yuy2'
   'resolution'    : '768x576',
     'aspect'        : 2,
     'audio_bitmask' : 233,
     'bframes'       : 3,
     'bitrate_mode'  : 0,
     'bitrate'       : 8000000,
     'bitrate_peak'  : 9600000,
     'dnr_mode'      :0,
     'dnr_spatial'   : 0,
     'dnr_temporal'  : 0,
     'dnr_type'      : 0,
     'framerate'     : 1,
     'framespergop'  : 12,
     'gop_closure'   : 1,
     'pulldown'      : 0,
     'stream_type'   : 10,
 }

plugin_external_tuner = plugin.activate('tv.irsend_generic',
       args=('/usr/bin/irsend -d /dev/lircd1 SEND_ONCE YES'))
VIDEO_GROUPS = [
   VideoGroup(vdev='/dev/video0',
              adev=None,
              input_type='composite 1',
              input_num=2,
              tuner_norm='PAL',
              tuner_type='external',
#               tuner_chanlist='',
              desc='external tuner',
              group_type='ivtv')
              ]

TV_CHANNELS = [
   ( 'yes1.il', 'Yes 1', '1' ),
   ( 'yes2.il', 'Yes 2', '2' ),
   ( 'yes3.il', 'Yes 3', '3' ),
   ( 'yes4.il', 'Yes 4', '4' ),
   ( '5.il', 'Yes 5', '5' ),
   ( 'mgm.il', 'MGM', '7' ),
   ( 'Docu.il', 'Docu', '8' ),
   ( '10.il', 'Israel10', '10' ),
   ( '1.il', 'Israel1', '11' ),
  ( 'yesstars1.il', 'stars1', '12' ),
  ( 'yesstars2.il', 'stars2', '13' ),
  ( 'yesstars3.il', 'stars3', '14' ),
  ( 'hallmark.il', 'Hallmark', '15' ),
   ( 'bbcprime.il', 'BBC Prime', '16' ),
  ( 'gl.il', 'good life', '17' ),
  ( 'e.il', 'E!', '18' ),
  ( '2.il', 'channel 2', '22' ),
  ( '23.il', 'edu', '23' ),
  ( 'EGO.il', 'ego', '26' ),
  ( 'Anime.il', 'Anime', '28' ),
  ( 'Reality.il', 'Reality', '29' ),
#  ( 'Chan3.il', 'Channel3', '30' ),
  ( 'Biography.il','Biography','31'),
  ( 'history.il', 'History', '32' ),
  ( '33.il', '33', '33' ),
  ( 'adventure.il', 'Adventure', '34' ),
  ( 'natgeo.il', 'National Geo', '35' ),
  ( 'Animal.il', 'animal planet', '36' ),
  ( 'DiscScience.il', 'DiscSc', '37' ),
  ( 'discovery.il', 'Discovery', '38' ),
  ( 'tcm.il', 'TCM', '88' ),
  ( '46.il', 'children', '46'),
  ( 'cartoon.il', 'cartoon', '41'),
  ( 'eurosport.il','eurosport','51'),
  ( 'espn.il','espn','52'),
  ( 'sport5.il','sport5','55'),
  ( '5plus.il','sport5+','56'),
  ( 'extreme.il','extreme','60'),
  ( 'esnews.il','erosport news','112'),
  ( 'foxsport.il','fox sport','59')
  ]
XMLTV_FILE = '/home/ilan/.wine/drive_c/TV.xml'
LOCALE='UTF-8'

any help will be received greatfully

yours truly

Ilan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to