Browse Subversion Repository
Diff of /default_playlist.xml
Parent Directory
| Revision Log
| Patch
| 1 |
<?xml version="1.0" ?> |
<?xml version="1.0" ?> |
| 2 |
<playlist> |
<playlist> |
| 3 |
|
<pictures> //スライドショーの画像を定義するブロック |
| 4 |
|
<picture> |
| 5 |
|
<file>test1.png</file> |
| 6 |
|
<timing>0</timing> //0秒時点で表示 |
| 7 |
|
</picture> |
| 8 |
|
<picture> |
| 9 |
|
<file>test2.png</file> |
| 10 |
|
<timing>5</timing> //5秒時点で表示 |
| 11 |
|
</picture> |
| 12 |
|
</pictures> |
| 13 |
<songs> |
<songs> |
| 14 |
<song> |
<song> |
| 15 |
<title>Test song 1</title> |
<title>Test song 1</title> |
|
|
Legend:
| Removed from v.5 |
|
| changed lines |
| |
Added in v.7 |
|
|
|