Tanja wrote:
> "/usr/local/freevo-2.0/lib/python2.4/site-packages/freevo/ui/directory.py", 
> line 89, in ?
>      freevo_hide_played = (str, kaa.beacon.ATTR_SIMPLE),
>    File 
> "/usr/local/freevo-2.0/lib/python2.4/site-packages/kaa/beacon/__init__.py", 
> line 138, in register_file_type_attrs
>      return _client.register_file_type_attrs(name, **kwargs)
>    File 
> "/usr/local/freevo-2.0/lib/python2.4/site-packages/kaa/beacon/client.py", 
> line 133, in register_file_type_attrs
>      self.rpc('db.register_file_type_attrs', name, **kwargs)
>    File "/usr/local/freevo-2.0/lib/python2.4/site-packages/kaa/rpc.py", 
> line 226, in rpc
>      raise IOError('channel is disconnected')
> IOError: channel is disconnected

Looks like beacon is not running, very strange. Before you start
freevo, please start 'beacon --start --verbose all --fg' in an extra
shell and after that start freevo. This could give you a hint what
causes the problem. Send me the trace after that.

> Of course, but still, would you share your local_conf.py?

attached

> What do you mean with very strange? Is Soenke already working on this or 
> is it a far futur plan?

He is. I will meet him in person tomorrow and will kick him because he
is not done yet :)


Dischi

# -*- coding: iso-8859-1 -*-

CONFIG_VERSION = 8.00

VIDEO_ITEMS = [ ('Recordings', '/local/video/recordings'),
                ('Trailer', '/local/video/trailer'),
                ('All Movies/Shows on Disc', '/local/video') ]

AUDIO_ITEMS = [ ('Artists', '/local/mp3/Artists'),
                ('Sampler', '/local/mp3/Sampler') ]

IMAGE_ITEMS = [ ('Photos', '/local/images/fotos'),
                ('All Images on Disc', '/local/images') ]

# you can ignore this, a left over from 1.x
VIDEO_SHOW_DATA_DIR = "/home/dmeyer/.freevo/tv-show-images/"

plugin.activate('shoppingcart')
plugin.activate('idlebar')
plugin.activate('idlebar.clock',  level=50)
plugin.activate('idlebar.logo',   level=0)

EVENTS['audio']['1'] = PLAYLIST_TOGGLE_REPEAT

CONFIRM_SHUTDOWN    = 0
SHUTDOWN_SYS_CMD = 'sudo shutdown -h now' 
RESTART_SYS_CMD  = 'sudo shutdown -r now'

AUDIO_SHOW_VIDEOFILES = True

MENU_ARROW_NAVIGATION = 0

MPLAYER_ARGS_DEF     = (('-monitoraspect 16:9 -ac hwac3,hwdts,a52, '
                         + '-screenw %s -fs -nolirc -autoq 100 '
                         + '-screenh %s') % (CONF.width, CONF.height))

TV_RECORD_DIR = '/local/video/recordings'
ENABLE_SHUTDOWN_SYS = 1

logging.getLogger().setLevel(logging.INFO)

MPLAYER_SET_AUDIO_DELAY = 1
MPLAYER_RESAMPLE_AUDIO = 1
MPLAYER_VF_INTERLACED  = 'pp,yadif=0'
MPLAYER_VF_PROGRESSIVE = 'pp'

MPLAYER_AO_DEV = 'alsa:device=hw=0,0'
XINE_ARGS_DEF = '--post=pp:quality=10'
plugin.activate('lcd')
-- 
I intend to live forever - so far, so good.

Attachment: pgpfGlUK6ojaV.pgp
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to