View Single Post
Posts: 883 | Thanked: 980 times | Joined on Jul 2007 @ Bern, Switzerland
#24
Originally Posted by ysss View Post
I second this. An m3u\pls for photos :
- order of photos + timing
- comment\caption for photo (+ formatting info)
- transitions
For a simple example. check out the Philips Flat TV Slideshow Format:

<?xml version="1.0" encoding="ISO-885h9-1" ?>
<philips-slideshow version="1.0" >
<title>Title of the slideshow</title>
<audio>audio_url</audio>
<slide-duration>30</slide-duration>
<slides>
<slide>slide_1_url</slide>
<slide>slide_2_url</slide>
<slide>slide_3_url</slide>
<slide>slide_4_url</slide>
<slide>slide_5_url</slide>
<slide>slide_6_url</slide>
...
<slide>slide_N-1_url</slide>
<slide>slide_N_url</slide>
</slides>
</philips-slideshow>
 

The Following 2 Users Say Thank You to twaelti For This Useful Post: