Re: [Freevo-users] How to enable mplayer OSD by default?

2010-03-20 Thread Evan Hisey
On Sat, Mar 13, 2010 at 2:03 PM, Ulrich Schweitzer  wrote:
> Hi,
>
> I upgraded from Freevo 1.8.6 to 1.9.0 and noticed that in 1.9.0 the mplayer
> OSD is disabled by default. In the older version and also when I run mplayer
> from outside freevo, it is always started in osd level 1, which displays the
> seek bar.
> I'd like to have this behavior back but I didn't find anything related in
> local_conf.py. I hope, somebody knows how to fix this.
>
> Thanks in advance
> Ulrich
>
Two possible issues, one you are missing fonts, this will show up in
your log. Or two, try removing kaa.display. Kaa.display at the time of
freevo 1.9.0 release did not have support for mplayer in it yet.

Evan

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] commdetectserver

2010-03-20 Thread Dan Schmidt




Thank you for your explanation of the edl file!

It appears the problem is with Freevo.  The edl file is created
correctly by the commserver, and works as expected on command line. 
However, when I select "Play with Alternative Player" and select
"Mplayer,"  it ignores the edl file.  

Fabrizio Ferraro wrote:

  Dan Schmidt wrote:
  
  
I set the following, but I get "2010-03-19 15:42:37,271 INFO 
encodingclient.py (100): encoding server is down" and removing 
recordings doesn't seem to work.  The commserver it's self seems to 
scan the video for black, but it doesn't encode.  Thanks much for your 
reply!

# ==
# Freevo builtin encoding server settings:
# ==
ENCODINGSERVER_UID = 0
ENCODINGSERVER_GID = 0
#
ENCODINGSERVER_IP   = 'localhost'
ENCODINGSERVER_PORT = 18002
ENCODINGSERVER_SECRET = 'secret2'
# If the current directory is not writeable as the user then set
# ENCODINGSERVER_SAVEDIR to os.path.join(FREEVO_CACHEDIR, 'encodings')
ENCODINGSERVER_SAVEDIR = '.'

# ==
# Freevo builtin commdetect server settings:
# ==
COMMDETECTSERVER_UID = 0
COMMDETECTSERVER_GID = 0
#
COMMDETECTSERVER_IP   = 'localhost'
COMMDETECTSERVER_PORT = 6667


  
  
The encoding server is not needed by the commdetect server.
You are right, the commdetect server just scan the video for black 
frames and create an EDL file which is used by mplayer to skip specific 
parts of the video. Check the mplayer documentation for more infos on 
EDL files.
I don't know if it works with xine too.

Anyway, as any other "server" helper scripts, you have to run the 
commdetect server before you launch the main freevo application, by 
issuing the following command:

freevo commdetectserver --daemon

the same applies to the encoding server, if you need it:

freevo encodingserver --daemon

You can get a list of the helper script available, running:

freevo --help

Cheers,
izio




--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

  




--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] crash while recursive random playing

2010-03-20 Thread Paul Sijben
I just got this crash  while recursive random playing my music collection.
doen anyone have a fix for this one?

Paul

--

2010-03-20 12:54:45,834 DEBUGplayer.py (46): get()
_player_=
2010-03-20 12:54:45,836 DEBUGplayer.py (135): stop(restore_menu=False)
2010-03-20 12:54:45,836 DEBUGplaylist.py (362):
playlist.Playlist.play(arg='next', menuw=)
2010-03-20 12:54:46,026 DEBUGplaylist.py (362):
playlist.Playlist.play(arg='next', menuw=)
2010-03-20 12:54:46,026 ERRORevent callback
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/kaa/event.py", line 190, in handle
handler(event)
  File "/usr/lib/python2.6/dist-packages/kaa/event.py", line 144, in
__call__
super(EventHandler, self).__call__(event)
  File "/usr/lib/python2.6/dist-packages/kaa/nf_wrapper.py", line 86, in
__call__
ret = super(NotifierCallback, self).__call__(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/kaa/callback.py", line 212, in
__call__
result = cb(*cb_args, **cb_kwargs)
  File "/usr/lib/python2.6/dist-packages/freevo/main.py", line 285, in
eventhandler
event.handler(event=event)
  File "/usr/share/pyshared/freevo/audio/plugins/mplayer.py", line 230,
in eventhandler
return self.item.eventhandler(event)
  File "/usr/share/pyshared/freevo/item.py", line 472, in eventhandler
return self.parent.eventhandler(event, menuw)
  File "/usr/share/pyshared/freevo/playlist.py", line 484, in eventhandler
self.play(menuw=menuw, arg='next')
  File "/usr/share/pyshared/freevo/playlist.py", line 415, in play
self.current_item.play(arg=arg, menuw=menuw)
  File "/usr/share/pyshared/freevo/playlist.py", line 389, in play
for i in p.get(self, [ self.current_item ]):
  File "/usr/share/pyshared/freevo/fxditem.py", line 66, in get
fxd_files = util.find_matches(files, ['fxd'])
  File "/usr/share/pyshared/freevo/util/fileops.py", line 234, in
find_matches
return filter(lambda x: x[x.rfind('.')+1:].lower() in suffix_list,
files)
  File "/usr/share/pyshared/freevo/util/fileops.py", line 234, in 
return filter(lambda x: x[x.rfind('.')+1:].lower() in suffix_list,
files)
AttributeError: 'NoneType' object has no attribute 'rfind'
2010-03-20 12:54:46,060 DEBUGplayer.py (46): get() _player_=None

-- 
Paul Sijben
tel 0334557522


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users