Hi:
I am having a difficult time in getting to tv channels in freevo2.
My tv tuner is the asus u3100 dvb-t usb in ubuntu hardy heron.
It works as i can view tv channels in kaffeine.
I followed the installation using prefix=freevo2
I am using Shepherd to grab epg data using tv_grab_au. I am using oztivo to
grab my xmls
'bin/tvserver --scan' shows me:
*** dvb0 ***
Adapter: /dev/dvb/adapter0
Card: DiBcom 7000PC
Type: DVB-T
Priority: 8
Status: ready to use
when i do 'bin/tvserver --schedule' i get
WARNING config(822): No attribute record: record.dir = $(HOME)/freevo/tv
My altered settings in ~/.tvserver/scheduler.conf :
epg.xmltv.data_file = $(HOME)/.shepherd/output.xmltv
epg.xmltv.grabber = tv_grab_au
# *************************************************************
# The following lines caused errors and were ignored. Possible
# reasons are removed variables or bad configuration.
# *************************************************************
# No attribute record
record.dir = $(HOME)/freevo/tv
the errors in my ~/.freevo/freevo2.conf :
# *************************************************************
# The following lines caused errors and were ignored. Possible
# reasons are removed variables or bad configuration.
# *************************************************************
# No attribute epg
epg.xmltv.activate = True
# No attribute epg
epg.xmltv.data_file = /home/gamma/.shepherd/output.xmltv
# No attribute epg
epg.xmltv.grabber = tv_grab_au
# No attribute epg
epg.mapping['ABC1'] = 'abc1.free.au'
# No attribute epg
epg.mapping['ABC2'] = 'abc2.free.au'
# No attribute epg
epg.mapping['NBN'] = 'nbn.free.au'
# No attribute epg
epg.mapping['Nine HD'] = 'ninehd.free.au'
# No attribute epg
epg.mapping['Prime'] = 'prime.free.au'
# No attribute epg
epg.mapping['Prime HD'] = 'primehd.free.au'
# No attribute epg
epg.mapping['SBS'] ='sbs.free.au'
# No attribute epg
epg.mapping['SBS News'] = 'sbsnews.free.au'
# No attribute epg
epg.mapping['Sthn Cross TEN'] = 'sthncrossten.free.au'
# No attribute epg
epg.mapping[ 'TEN HD'] = 'tenhd.free.au'
# No attribute epg
epg.mapping['ABC1HD'] = 'abc1hd.hd.free.au'
# No attribute epg
epg.mapping['SBSHD'] = 'sbshd.hd.free.au'
the channels.conf in ~/.mplayer and ~/.xine folder:
TV_CHANNELS = [
# ( 'XMLTV NAME', 'FREEVO DISPLAY NAME', 'CHANNELS.CONF NAME' ),
( 'abc1.free.au', 'ABC1', 'ABC1' ),
( 'abc2.free.au', 'ABC2', 'ABC2' ),
( 'nbn.free.au', 'NBN', 'NBN' ),
( 'ninehd.free.au', 'Nine HD', 'Nine HD' ),
( 'prime.free.au', 'Prime', 'Prime' ),
( 'primehd.free.au', 'Prime HD', 'Prime HD' ),
( 'sbs.free.au', 'SBS', 'SBS' ),
( 'sbsnews.free.au', 'SBS News', 'SBS News' ),
( 'sthncrossten.free.au', 'Sthn Cross TEN', 'Sthn Cross TEN' ),
( 'tenhd.free.au', 'TEN HD', 'TEN HD' ),
( 'abc1hd.hd.free.au', 'ABC1HD', 'ABC1HD' ),
( 'sbshd.hd.free.au', 'SBSHD', 'SBSHD' ) ]
I originally had TV_CHANNELS set in local.conf when i was getting
freevo-1.8.2 to work and i did not know where to plonk the settings for
freevo2 as there was no mention of local.conf
Anyway here are the errors i'm getting when i goto Watch TV -> TVGuide
ERROR event(195): event callback
Traceback (most recent call last):
File "../base/build/lib.linux-i686-2.5/kaa/notifier/event.py", line 191,
in handle
File "../base/build/lib.linux-i686-2.5/kaa/notifier/event.py", line 145,
in __call__
File "../base/build/lib.linux-i686-2.5/kaa/notifier/nf_wrapper.py", line
97, in __call__
File "../base/build/lib.linux-i686-2.5/kaa/notifier/callback.py", line
192, in __call__
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/application/handler.py",
line 210, in handle
result = self.applications[-1].eventhandler(event=event)
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/application/menuw.py",
line 65, in eventhandler
return MenuStack.eventhandler(self, event)
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/menu/stack.py",
line 192, in eventhandler
result = menu.eventhandler(event)
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/menu/menu.py",
line 188, in eventhandler
result = actions[0]()
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/menu/action.py",
line 77, in __call__
return self.function(*self.args, **self.kwargs)
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/menu/item.py",
line 316, in select
return self()
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/menu/action.py",
line 79, in __call__
return self.function(self.item, *self.args, **self.kwargs)
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/tv/plugins/guide.py",
line 63, in show
guide = TVGuide(parent)
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/tv/plugins/guide.py",
line 79, in __init__
self.channel = self.get_channel()
File
"/home/gamma/freevo2/lib/python2.5/site-packages/freevo/ui/tv/plugins/guide.py",
line 94, in get_channel
return self.channels[co]
IndexError: list index out of range
at least with 1.8.2 i was able to see the list of channels, however as soon
as click on a channel i get a blank screen for a second then i'm back to the
TVGuide screen. I have modified the tvtime.py as suggested in the FAQ for
1.8.2 however problem is still there.
Any help is greatly appreciated to get freevo2 working.
Cheers
Juan
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users