Ben Ford wrote:

Alberto Hernando wrote:

How is it possible to configure a slide show, I think this question
is where does the slideshow.fxd file go?
If you can create the .fxd file, you need to put it in directory that
appears in the IMAGE_ITEM list. Check your config.

Here's an example.  It's in /var/media/images/.  It displays all my
photos for 10 seconds each and cover images for movies and music for 5
seconds each.

<?xml version="1.0" ?>
<freevo>
       <slideshow title="Screensaver" random="1" duration="10">
               <files>
                       <directory recursive="1" duration="10">
                               /var/media/images
                       </directory>
                       <directory recursive="1" duration="5">
                               /var/media/music
                       </directory>
                       <directory recursive="1" duration="5">
                               /var/media/movies
                       </directory>
               </files>
               <info>
                       <description>Screensaver</description>
               </info>
       </slideshow>
</freevo>
Thanks for this tip.




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to