Chris Thomas wrote:

Looks like you have several problems here
> I getting this when I start Freevo:
>
> -------------------------------------------------------------------------------
> Freevo start at Wed Sep 20 20:15:20 2006
> -------------------------------------------------------------------------------
> ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/hdc', 'CD-1')"
>
> WARNING: Could not initialize PyLirc!
>   
If you not using a remote controller add to local_conf.py (this is not
serious)
plugin.remove('lirc')
> can't locate plugin mixer
> start 'freevo plugins -l' to get a list of plugins
>   
This could be a bit of a problem as you don't have a mixer working, so
you may not get any audio and players need a working mixer. The problem
could be that: your local_conf.py is not correctly set-up for audio or
something has not been installed. More than likely you're using alsa so
you can check the audio output with aplay, the mixer levels with
alsamixer and make sure that the kernel module snd_mixer_oss is loaded.
> Exception in thread Thread-2:
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
>     self.run()
>   File "/usr/lib/python2.4/site-packages/freevo/plugins/rom_drives.py",
> line 743, in run
>     self.check_all()
>   File "/usr/lib/python2.4/site-packages/freevo/plugins/rom_drives.py",
> line 703, in check_all
>     self.identify(media)
>   File "/usr/lib/python2.4/site-packages/freevo/plugins/rom_drives.py",
> line 483, in identify
>     if media.id in video.fxd_database['id']:
> KeyError: 'id'
>   
Try adding to local_conf:
CHILDAPP_DEBUG = 1
you will get some logs written with the stdout and stderr, you may get
an indication of what is wrong from these files.
>
> Any ideas on how to fix these errors?
>
> Another problem I'm having, which could be related, is that when I
> select a movie, the screen goes black for a second and then it goes
> back to the freevo movie screen. I have Xine set as my preferred
> playback program and Xine works perfect outside of Freevo.
>
> I'm running Freevo version 1.5.4-0ubuntu0 on Debian Etch.
>
> -Chris
Duncan


-------------------------------------------------------------------------
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to