/usr/share/freevo/fxd/examples/slideshow.fxd is in freevo-data 1.9.2b2-4.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <?xml version="1.0" ?>
<freevo>
<slideshow title="Vacation slideshow" random="0">
<cover-img>greece.jpg</cover-img>
<background-music random="1">
<directory recursive="1">/local/mp3/greece</directory>
<!-- possible to add more <directory>s or <file>s here -->
</background-music>
<files>
<directory recursive="0" duration="5">/local/images/photos/greece</directory>
<!-- possible to add more <directory>s or <file>s here -->
</files>
<info>
<description>My vacation in greece</description>
</info>
</slideshow>
</freevo>
<!--
vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=xml:
-->
|