-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppInfo.xml
More file actions
24 lines (24 loc) · 936 Bytes
/
AppInfo.xml
File metadata and controls
24 lines (24 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<AppInfo xmlns:smi="http://www.freedesktop.org/standards/shared-mime-info">
<Summary>Generate thumbnail images for video files</Summary>
<About>
<Purpose>Generate thumbnail images for video files</Purpose>
<Version>0.1.14 (5th September 2008)</Version>
<Authors>Stephen Watson</Authors>
<License>GNU General Public License</License>
<Homepage>http://www.kerofin.demon.co.uk/rox/</Homepage>
</About>
<CanThumbnail>
<MimeType type="video/mpeg"/>
<MimeType type="video/quicktime"/>
<MimeType type="video/x-msvideo"/>
<MimeType type="video/x-ms-wmv"/>
<MimeType type="video/x-ms-asf"/>
<MimeType type="audio/x-pn-realaudio"/>
<MimeType type="application/ogg"/>
<MimeType type="video/x-ogm"/>
<MimeType type="application/x-matroska"/>
<MimeType type="video/x-matroska"/>
<MimeType type="application/x-flash-video"/>
</CanThumbnail>
</AppInfo>