Hi,

I'm setting up a new freevobox, and doing that, I retests some things I 
didn't use for a while...

One of these things is a photo slide show. I have a test directory with 
around twenty pictures and a  fxd file, named  Slide1.fxd.
Here is the content :
-------------- Slide1.fxd ---------------------------
<?xml version="1.0" encoding="utf-8" ?>
<freevo>
  <slideshow title="Mon Premier SlideShow" random="1" repeat="1">
    <cover-img>Pacman.jpg</cover-img>
    <background-music random="1">
      <directory recursive="1">/home/media/audio</directory>
    </background-music>
    <files>
      <directory recursive="0" duration="10">.</directory>
    </files>
    <info>
      <description>C'est le plus beau slideshow du monde :-)</description>
    </info>
  </slideshow>
</freevo>
-------------------------------------------------------------------------------
I'm pretty sure that this did work.
 
Now, if I start the slide show, the first picture appears, the music 
starts, but freevo hangs (I have to kill the process).
Here is the log :
--------------------- /var/log/freevo/main-501.log 
----------------------------------------
2007-11-25 22:28:28,161 DEBUG    childapp.py (147): Running (list) 
"/usr/bin/mplayer -slave -autosync 100 -nolirc -nojoystick -autoq 100 
-screenw 1024 -screenh 768 -fs -vo null -ao alsa 
/home/media/audio/misc/Andrews Sisters/The Immortal Hits Of 
The/14-Lullaby Of Broadway.mp3" with pid 3982 priority -20
2007-11-25 22:28:28,162 DEBUG    childapp.py (425): logging stdout child 
to "/var/log/freevo/mplayer-stdout-501.log"
2007-11-25 22:28:28,163 DEBUG    childapp.py (425): logging stderr child 
to "/var/log/freevo/mplayer-stderr-501.log"
2007-11-25 22:28:28,164 DEBUG    childapp.py (162): /usr/bin/renice -20 
-p 3982
2007-11-25 22:28:28,577 DEBUG    __init__.py (82): Saver saw PLAY_START
2007-11-25 22:28:38,660 ERROR    removed timer 1
Traceback (most recent call last):
  File 
"/usr/lib64/python2.5/site-packages/kaa/notifier/pynotifier/nf_generic.py", 
line 153, in step
    if not timer[ CALLBACK ]():
  File "/usr/lib64/python2.5/site-packages/kaa/notifier/timer.py", line 
90, in __call__
    return super(Timer, self).__call__(*args, **kwargs)
  File "/usr/lib64/python2.5/site-packages/kaa/notifier/nf_wrapper.py", 
line 96, in __call__
    ret = super(NotifierCallback, self).__call__(*args, **kwargs)
  File "/usr/lib64/python2.5/site-packages/kaa/notifier/callback.py", 
line 168, in __call__
    result = cb(*cb_args, **cb_kwargs)
  File "/usr/lib/python2.5/site-packages/freevo/rc.py", line 624, in poll
    c[0](*c[4])
  File "/usr/lib/python2.5/site-packages/freevo/image/viewer.py", line 
337, in signalhandler
    self.eventhandler(PLAY_END)
  File "/usr/lib/python2.5/site-packages/freevo/image/viewer.py", line 
433, in eventhandler
    return self.fileitem.eventhandler(event)
  File "/usr/lib/python2.5/site-packages/freevo/item.py", line 415, in 
eventhandler
    return self.parent.eventhandler(event, menuw)
  File "/usr/lib/python2.5/site-packages/freevo/playlist.py", line 448, 
in eventhandler
    self.play(menuw=menuw, arg='next')
  File "/usr/lib/python2.5/site-packages/freevo/playlist.py", line 383, 
in play
    self.current_item.actions()[0][0](menuw=menuw)
  File "/usr/lib/python2.5/site-packages/freevo/image/imageitem.py", 
line 125, in view
    viewer.get_singleton().view(self, rotation=self['rotation'])
  File "/usr/lib/python2.5/site-packages/freevo/image/viewer.py", line 
277, in view
    rc.poll()
AttributeError: 'module' object has no attribute 'poll'
----------------------------------------------------------------------------------------------

I suspect that this has something to do with the different changes about 
timers ?

This has no urgent aspect for me :-) Just want to know if this is 
something general or a trouble in my setup.

Thanks for all,
Pascal

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to