Supported XML-tags
The following table gives a description of the XML syntax.
Tag Name | Use | Description |
|
|
|
mandatory | Philips slideshow signature including the version. | |
|
|
|
title | optional | The title of the playlist. |
|
|
|
audio | optional | The |
|
| in the background during the slideshow. |
|
| A single song or playlist (.m3u & .pls) are the only valid audio |
|
| references. Other reference will not result in any audio |
|
| playback. If a single song is referenced the song will be |
|
| repeated forever. If a playlist is referenced the playlist will be |
|
| played in sequence with a repeat at the end of the playlist. |
|
|
|
| optional | The default display time (in 0,1 second) of a slide. The TV |
|
| application isn’t obliged to support this tag. The TV application |
|
| can force the use of one or multiple predefined display times. |
|
|
|
slides | mandatory | Identifies the slides to show. |
|
|
|
slide | optional | Identifies the URL of the individual slide. |
|
|
|
Examples:
See on this CD in the directory Files/Slideshw/....
Copy the directory with the slideshow files to your portable memory.
<?xml version="1.0"
<title>Philips AlbumFile</title> <audio>Music\Nature.mp3</audio>
<slide>Images\Image01.jpg</slide>
<slide>Images\Image02.jpg</slide>
<slide>Images\Image03.jpg</slide>
<slide>Images\Image04.jpg</slide>
<slide>Images\Image05.jpg</slide>
<slide>Images\Image06.jpg</slide>
<slide>Images\Image07.jpg</slide>
<slide>Images\Image08.jpg</slide>
<slide>Images\Image09.jpg</slide>
<slide>Images\Image10.jpg</slide>
<slide>Images\Image11.jpg</slide>
<slide>Images\Image12.jpg</slide>
</slides>
40