Browse Subversion Repository
Contents of /default_playlist.xml
Parent Directory
| Revision Log
Revision 14 -
( show annotations)
( download)
( as text)
Sat Feb 23 09:27:52 2008 UTC
(16 years, 1 month ago)
by kzt
File MIME type: application/xml
File size: 496 byte(s)
Add pictures
| 1 |
<?xml version="1.0" ?> |
| 2 |
<playlist> |
| 3 |
<pictures> //スライドショーの画像を定義するブロック |
| 4 |
<picture> |
| 5 |
<file>ski.jpg</file> |
| 6 |
<span>2000</span> //2000ms表示 |
| 7 |
</picture> |
| 8 |
<picture> |
| 9 |
<file>soba.jpg</file> |
| 10 |
<span>2000</span> //3000ms表示 |
| 11 |
</picture> |
| 12 |
</pictures> |
| 13 |
<songs> |
| 14 |
<song> |
| 15 |
<title>Test song 1</title> |
| 16 |
<file>song1.mp3</file> |
| 17 |
</song> |
| 18 |
<song> |
| 19 |
<title>Test song 2</title> |
| 20 |
<file>song2.mp3</file> |
| 21 |
</song> |
| 22 |
</songs> |
| 23 |
</playlist> |
|