In the realplayer g2 alpha and the realplayer 7/8 for windows we used
(use) a file called "presets.rnx". This file is XML. I've appended an
example at the end.
The only reason I suggest you might want to use this is that this would
promote the exchange of bookmarks more easily. Though the current RP7 for
unix does not provide presets/bookmarks, RP8.1 probably will.
The downside is that XML is a more painful language to parse unless you
have a good parser library. RMASDK does not present an interface to such
a parser.
Thanks,
Peter Godman
<!-- begin sample XML -->
<Presets>
<Preset>
<Var Title="audiosig"/>
<Var Category="General"/>
<Var URL="file:///mnt/local/RealPlayerG2/audiosig.rm"/>
<Var Image=""/>
<Var StartAt="p00:02.9"/>
<Var ClipNum="0"/>
</Preset>
<Preset>
<Var Title="ZDTV - Top Stories"/>
<Var Category="technology"/>
<Var URL="file:///tmp/03534daa"/>
<Var Image=""/>
<Var StartAt="p00:00.0"/>
<Var ClipNum="0"/>
</Preset>
</Presets>