Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by Brian Enigma:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

The comment on the change is:
Added anchor to slide shows subsection

------------------------------------------------------------------------------
@@ -253,13 +253,13 @@
 
 
 === Image Slideshows ===
-
+[[Anchor(slideshows)]]
 ''How do you generate a slideshow file for a large number of files automatically?''
 
 This little bit of bash code...
-
+{{{
 echo "[Slides]" > blah.ssr; ls -B -I \*.ssr | perl -ln -e 'print "FileName: \"$_\"; 
Caption: \"Image\"; Delay: \"5\";"' >> blah.ssr
-
+}}}
 (Note the' before print, the ending one is just before >> blah.ssr)
 
 ...will create a slideshow file, in the current directory, called blah.ssr that 
contains all files in the current directory EXCEPT *.ssr and *~ - if you do not desire 
this, remove the -B from the ls command. The delay is here set to 5 seconds, but you 
can change that number. To change the output file, just change the blah.ssr references 
to <what you want it to be called>.ssr - this will work fine. You can change the 
default caption, Image, to whatever you like, but be mindful of the quotemarks -- Lee 
Causier (SquareRoot) & mikeruelle


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to