* added "tivo" as video type
This commit is contained in:
parent
49de8d5706
commit
1039701549
|
@ -1,9 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<media-types>
|
<media-types>
|
||||||
|
|
||||||
<!--
|
<!-- Application -->
|
||||||
Application
|
|
||||||
-->
|
|
||||||
<type name="application/torrent">
|
<type name="application/torrent">
|
||||||
<extension>torrent</extension>
|
<extension>torrent</extension>
|
||||||
<extension>tor</extension>
|
<extension>tor</extension>
|
||||||
|
@ -19,9 +18,8 @@
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!-- Verification -->
|
||||||
Verification
|
|
||||||
-->
|
|
||||||
<type name="verification/sfv">
|
<type name="verification/sfv">
|
||||||
<extension>sfv</extension>
|
<extension>sfv</extension>
|
||||||
</type>
|
</type>
|
||||||
|
@ -36,9 +34,8 @@
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!-- Audio -->
|
||||||
Audio
|
|
||||||
-->
|
|
||||||
<type name="audio/mp3">
|
<type name="audio/mp3">
|
||||||
<extension>mp3</extension>
|
<extension>mp3</extension>
|
||||||
</type>
|
</type>
|
||||||
|
@ -61,9 +58,8 @@
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!-- Video -->
|
||||||
Video
|
|
||||||
-->
|
|
||||||
<type name="video/avi">
|
<type name="video/avi">
|
||||||
<extension>avi</extension>
|
<extension>avi</extension>
|
||||||
</type>
|
</type>
|
||||||
|
@ -108,14 +104,17 @@
|
||||||
<extension>rmvb</extension>
|
<extension>rmvb</extension>
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
|
<type name="video/tivo">
|
||||||
|
<extension>tivo</extension>
|
||||||
|
</type>
|
||||||
|
|
||||||
<type name="video/WindowsRecordedTV">
|
<type name="video/WindowsRecordedTV">
|
||||||
<extension>wtv</extension>
|
<extension>wtv</extension>
|
||||||
</type>
|
</type>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!-- Subtitles -->
|
||||||
Subtitles
|
|
||||||
-->
|
|
||||||
<type name="subtitle/SubRip">
|
<type name="subtitle/SubRip">
|
||||||
<extension>srt</extension>
|
<extension>srt</extension>
|
||||||
</type>
|
</type>
|
||||||
|
|
Loading…
Reference in New Issue