Examples

Example index file on a DOS floppy disk

index    gz        666 07-02-1998   9:00a
gifs         <DIR>     07-02-1998   9:01a
jpegs        <DIR>     07-02-1998   9:01a
mybook       <DIR>     07-02-1998   9:01a
sounds       <DIR>     07-02-1998   9:01a

        5 file(s)               666 bytes
                            454 592 bytes free
 

Index with 2 albums

<volume>
<vlist>
<vitem id=001 current=true>My Multimedia Disk</vitem>
</vlist>
<album>
 <title>My photo album</title>
 <author>John Doe</author>
 <catno>abc123</catno>
 <rating>G</rating>
 <abstract>My photos of the great wonders of the world</abstract>
 <cover href="/gifs/stonecover.gif" type=gif>
 <image href="/gifs/01.gif" type=gif resolution=640x480>
  <title>Great Wall of China</title>
  <date>1998.1.1.15.3</date>
  <abstract>The great wall is located in northeastern China.  It is one of the great wonders of the world.</abstract>
  <bibliography href="/info/aboutgw.txt">
  </image>
 <image href="/jpegs/01.jpg" type=jpg resolution=800x600>
  <title>Grand Canyon</title>
  <date>1990.3.5</date>
  <abstract>The Grand Canyon is in Arizona.  This picture overlooks the widest gorge in the park</abstract>
  <bibliography href="/info/aboutgc.zip" type=txt,zip>
  </image>
  </album>
<album>
 <title>My Music of the World</title>
 <abstract>My recordings of music around the world</abstract>
 <cover href="/gifs/stonecover.gif" type=gif>
 <track href="/music/jpsnd.mp3" type=mp3 gap=2>
  <title>Japanese folk music</title>
  <author charset=unicode>??\??</author>
  <genre>International</genre>
  <abstract>Recorded in a buddist temple</abstract>
  <bibliography href="/info/jpfolk.txt" type=txt>
  </track>
 <track href="/music/cnsnd.wav" type=wav gap=2>
  <title>Chinese folk music</title>
  <author charset=unicode>??\??</author>
  <genre>International</genre>
  <abstract>Recorded live during spring festival</abstract>
 </track>
</album>
</volume>

Simple Index

<volume>
<album>
 <title>My Mp3 Music</title>
 <cover href="/gifs/mp3cover.gif">
 
 <track href="/music/01.mp3">
  <title>Happy Day</title>
 </track>

 <track href="/music/02.mp3">
  <title>Unhappy Day</title>
 </track>

 <track href="/music/03.mp3">
  <title>Happy Day Live</title>
  <abstract>At the metrodome</abstract>
 </track>
</album>
</volume>
 

Simple Index with streamimage (file1.gif displays to 1:30. file2.gid displays from 1:30 to end)

<volume>
<album>
 <title>My Mp3 Music</title>
 <cover href="/gifs/mp3cover.gif">
 
 <track href="/music/01.mp3">
  <title>Happy Day</title>
 </track>

 <track href="/music/02.mp3">
  <title>Unhappy Day</title>
 </track>

 <track href="/music/03.mp3">
  <title>Happy Day Live</title>
  <abstract>At the metrodome</abstract>
  <streamimage href="/gifs/file1.gif" end=1.30>
  <streamimage href="/gifs/file2.gif" start=1.30>
 </track>
</album>
</volume>