Move list of supported MIME types from vlc.desktop.in to vlc.desktop.mimetypes,
with one mime type per line with the option of hash comments to associate
information with the MIME types.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
The MIME type is used by The Norwegian National Broadcasting company
(tv.nrk.no) when configuring it to run an external player.
Solves Debian bug #822245.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
URI scheme handlers allows VLC to manifest ability to open these URIs.
Practically it means that if user wants to open url like
mms://example.com/ system may automatically choose VLC to open it.
I haven't included http, ftp, etc. because they are better handled by
web browsers than media player.
More info about URI scheme handlers are here:
http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html#id2869854
Line with MimeType key is now longer than 998 characters (see RFC 2822).
I haven't found a way of making it shorter. In case you didn't get whole
line it ends with: x-content/audio-player;application/xspf+xml;
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>