Can I produce a slideshow??

If you really want a challenge, checkout some of these add-ons, outside packages, and feature enhancements.

Moderator: Moderator Team

Can I produce a slideshow??

Postby marxvilly » Sun Jan 16, 2005 7:40 pm

Hi!!

I just installed freevix on my epia; now everything seems good... but now I have another question to ask: How can I have a slideshow?

Most of the time my epia should show photos... How can I do that without any interaction (maybe, I can start something, but the slideshow should be automatic!). Is this possible with freevo?

Best Regards,
Marcello
marxvilly
Freepia Freshmeat!
 
Posts: 3
Joined: Sun Jan 16, 2005 12:43 pm

Re: Can I produce a slideshow??

Postby the2nd » Mon Jan 17, 2005 3:00 am

marxvilly wrote:Hi!!

I just installed freevix on my epia; now everything seems good... but now I have another question to ask: How can I have a slideshow?

Most of the time my epia should show photos... How can I do that without any interaction (maybe, I can start something, but the slideshow should be automatic!). Is this possible with freevo?

Best Regards,
Marcello



mmmhhh... not a freepia (i guess you mean freepia and not freevix ;)) question

but okay. ive done just a small google search and found this site

http://freevo.sourceforge.net/cgi-bin/doc/ImageUsage

and a few minutes of scripting makes it easy to auto-create playlists

Code: Select all
#!/bin/sh

FILE_EXTENSIONS="*.JPG *.jpg *.gif"
echo "[Slides]"

ls -A $FILE_EXTENSIONS | while read LINE ; do
        echo "FileName: "$LINE"; Caption: "Image $LINE"; Delay: "1""
done



ive made a note in my todo for this. maybe i'll write a small freevo plugin to get a menu, to start such a script from within freevo for a given (image) directory.....

regards
the2nd
User avatar
the2nd
Freepia *maker*
 
Posts: 456
Joined: Sun May 25, 2003 11:14 pm

Postby marxvilly » Mon Jan 17, 2005 5:59 am

Thanks a lot!
I'll try!
regards,
Marcello
marxvilly
Freepia Freshmeat!
 
Posts: 3
Joined: Sun Jan 16, 2005 12:43 pm


Return to Freepia Enhancements

Who is online

Users browsing this forum: No registered users

cron