Righto, I am still having trouble getting tv to play in freevo, or even getting the tv guide to update.
I have installed shepherd grabber for Australia (is some process in Arch Linux) as recommended and have run this using
freevo tv_grab
which actually runs, except:
The end of the output of this command is:
Cached output stored in /home/larry/.shepherd/output.xmltv.
Not configured to use tv_sort, skipping.
caching data, this may take a while
Couldn't load the TV Guide, got an exception!
Traceback (most recent call last):
File "/home/ronald/community/community/multimedia/freevo/pkg/usr/lib/python2.6/site-packages/freevo/tv/epg_xmltv.py", line 121, in get_guide
File "/home/ronald/community/community/multimedia/freevo/pkg/usr/lib/python2.6/site-packages/freevo/tv/epg_xmltv.py", line 176, in load_guide
ValueError: need more than 2 values to unpack
Scheduling favorites for recording:
TV record server is not available
Also, within freevo when I click on the tv guide I get the following error:
Error: VIDEO_SHOW_DATA_DIR not found
WARNING: PyLirc not found, lirc remote control disabled!
WARNING: PyLirc not found, lirc remote control disabled!
Freevo 1.8.2 ready
Couldn't load the TV Guide, got an exception!
Traceback (most recent call last):
File "/home/ronald/community/community/multimedia/freevo/pkg/usr/lib/python2.6/site-packages/freevo/tv/epg_xmltv.py", line 121, in get_guide
File "/home/ronald/community/community/multimedia/freevo/pkg/usr/lib/python2.6/site-packages/freevo/tv/epg_xmltv.py", line 176, in load_guide
ValueError: need more than 2 values to unpack
Couldn't load the TV Guide, got an exception!
Traceback (most recent call last):
File "/home/ronald/community/community/multimedia/freevo/pkg/usr/lib/python2.6/site-packages/freevo/tv/epg_xmltv.py", line 121, in get_guide
File "/home/ronald/community/community/multimedia/freevo/pkg/usr/lib/python2.6/site-packages/freevo/tv/epg_xmltv.py", line 176, in load_guide
ValueError: need more than 2 values to unpack
/usr/bin/freevo:36: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
I am almost ready to give up setting up my freevo htpc guys; my dvb settings are as follows:
TV_SETTINGS = 'pal television australia dev/video0'
VCR_CMD = (CONF.mencoder + ' ' +
'tv:// ' + # New mplayer requires this.
'-tv driver=%s:input=%d' % (TV_DRIVER, TV_INPUT) +
':norm=%s' % CONF.tv +
':channel=%(channel)s' + # Filled in by Freevo
':chanlist=%s' % CONF.chanlist +
':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
':outfmt=%s' % TV_REC_OUTFMT +
':device=%s' % TV_DEVICE +
VCR_AUDIO + # set above
' -ovc lavc -lavcopts ' + # Mencoder lavcodec video codec
'vcodec=mpeg4' + # lavcodec mpeg-4
':vbitrate=1200:' + # Change lower/higher, bitrate
'keyint=30 ' + # Keyframe every 10 secs, change?
'-oac mp3lame -lameopts ' + # Use Lame for MP3 encoding, must be enabled in mencoder!
'br=128:cbr:mode=3 ' + # MP3 const. bitrate, 128 kbit/s
'-ffourcc divx ' + # Force 'divx' ident, better compat.
'-endpos %(seconds)s ' + # only mencoder uses this so do it here.
'-o %(filename)s') # Filled in by Freevo
TV_VIDEO_GROUPS = [
VideoGroup(vdev=TV_DEVICE,
adev=AUDIO_DEVICE,
input_type='tuner 1',
input_num=0,
tuner_norm=CONF.tv,
tuner_chanlist=CONF.chanlist,
desc='DVB Viewer',
record_group=None,
group_type='dvb'),
]
TV_CHANNELS = [('winhd.hd.free.au', 'WIN High Def', 'WIN HD'),
('sbshd.hd.free.au', 'SBS High Def', 'SBS HD'),
('abc1hd.hd.free.au', 'ABC 1 High Def', 'ABC HDTV'),
('tdt.free.au', 'TDT', 'TDT - SD'),
('abc1.free.au', 'ABC 1', 'ABC1'),
('sctv.free.au', 'SCTV', 'SCTV Hobart'),
('abc2.free.au', 'ABC 2' 'ABC2'),
('tdthd.hd.free.au', 'TDT High Def', 'TDT - HD'),
('win.free.au', 'WIN', 'WIN TELEVISION'),
('sbsnews.free.au', 'SBS News', 'SBS World News'),
('sbs.free.au', 'SBS', 'SBS'),
('sctvhd.hd.free.au', 'SCTV High Def', 'SCTV - HD')]
Can anyone tell me the settings for Xine Tv as I have tv working in Xine. So far actually getting tv to play in freevo has eluded me.
Cheers for all the help so far guys. However, I await some pe(a)rls of wisdom from all you learned linuxers.
Larry
------------------------------------------------------------------------------
_______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users