view debian/mplayer-gui.mime @ 36920:40ad45360c8a

Replace old item 'potmeter' by new item 'pimage'. Recent versions of the X11/GTK GUI didn't allow to control a potmeter, because that didn't seem to make any sense. In order to get rid of the confusing potmeter that doesn't distinguish from a hpotmeter and in order to allow the more useful behaviour recent versions of the X11/GTK GUI have been utilized (and because we're still supporting item 'potmeter' for reasons of compatibility with old skins), introduce new item 'pimage' that reuses most of the current potmeter code. Additionally, remove remaining code and documentation of 'potmeter'.
author ib
date Mon, 17 Mar 2014 12:29:46 +0000
parents 30fad98fad6e
children
line wrap: on
line source

application/mxf; /usr/bin/gmplayer %s; description="MXF video"
application/x-netshow-channel; /usr/bin/gmplayer %s; description="Windows Media Station file"
application/ogg; /usr/bin/gmplayer %s; description="Ogg multimedia file"
application/ram; /usr/bin/gmplayer %s; description="RealMedia Metafile"
application/vnd.rn-realmedia; /usr/bin/gmplayer %s; description="RealMedia document"
application/x-shockwave-flash; /usr/bin/gmplayer %s; description="Shockwave Flash file"
application/smil; /usr/bin/gmplayer %s; description="SMIL document"
audio/ac3; /usr/bin/gmplayer %s; description="Dolby Digital audio"
audio/x-adpcm; /usr/bin/gmplayer %s; description="PCM audio"
audio/x-aiff; /usr/bin/gmplayer %s; description="AIFF/Amiga/Mac audio"
audio/AMR; /usr/bin/gmplayer %s; description="AMR audio"
audio/AMR-WB; /usr/bin/gmplayer %s; description="AMR-WB audio"
audio/x-ape; /usr/bin/gmplayer %s; description="Monkey's audio"
audio/basic; /usr/bin/gmplayer %s; description="ULAW (Sun) audio"
audio/flac; /usr/bin/gmplayer %s; description="FLAC audio"
audio/x-flac; /usr/bin/gmplayer %s; description="FLAC audio"
audio/x-flac+ogg; /usr/bin/gmplayer %s; description="Ogg FLAC audio"
audio/x-m4b; /usr/bin/gmplayer %s; description="MPEG-4 audio book"
audio/x-matroska; /usr/bin/gmplayer %s; description="Matroska audio"
audio/mp2; /usr/bin/gmplayer %s; description="MP2 audio"
audio/mp4; /usr/bin/gmplayer %s; description="MPEG-4 audio"
audio/mpeg; /usr/bin/gmplayer %s; description="MP3 audio"
audio/x-mpegurl; /usr/bin/gmplayer %s; description="MP3 audio (streamed)"
audio/x-ms-asx; /usr/bin/gmplayer %s; description="Microsoft ASX playlist"
audio/x-ms-wma; /usr/bin/gmplayer %s; description="Windows Media audio"
audio/x-musepack; /usr/bin/gmplayer %s; description="Musepack audio"
audio/ogg; /usr/bin/gmplayer %s; description="Ogg Audio"
audio/vnd.rn-realaudio; /usr/bin/gmplayer %s; description="RealAudio document"
audio/x-scpls; /usr/bin/gmplayer %s; description="MP3 ShoutCast playlist"
audio/x-voc; /usr/bin/gmplayer %s; description="VOC audio"
audio/x-vorbis+ogg; /usr/bin/gmplayer %s; description="Ogg Vorbis audio"
audio/x-wav; /usr/bin/gmplayer %s; description="WavPack audio"
audio/x-wavpack; /usr/bin/gmplayer %s; description="WavPack audio"
video/3gpp; /usr/bin/gmplayer %s; description="3GPP multimedia file"; test=test -n "$DISPLAY"
video/3gpp2; /usr/bin/gmplayer %s; description="3GPP2 multimedia file"; test=test -n "$DISPLAY"
video/dv; /usr/bin/gmplayer %s; description="DV video"; test=test -n "$DISPLAY"
video/x-flic; /usr/bin/gmplayer %s; description="FLIC animation"; test=test -n "$DISPLAY"
video/x-flv; /usr/bin/gmplayer %s; description="Flash video"; test=test -n "$DISPLAY"
video/x-matroska; /usr/bin/gmplayer %s; description="Matroska video"; test=test -n "$DISPLAY"
video/mp2t; /usr/bin/gmplayer %s; description="MPEG-2 transport stream"; test=test -n "$DISPLAY"
video/mp4; /usr/bin/gmplayer %s; description="MPEG-4 video"; test=test -n "$DISPLAY"
video/mpeg; /usr/bin/gmplayer %s; description="MPEG video"; test=test -n "$DISPLAY"
video/x-ms-asf; /usr/bin/gmplayer %s; description="Microsoft ASF video"; test=test -n "$DISPLAY"
video/x-ms-wmv; /usr/bin/gmplayer %s; description="Windows Media video"; test=test -n "$DISPLAY"
video/x-msvideo; /usr/bin/gmplayer %s; description="AVI video"; test=test -n "$DISPLAY"
video/x-nsv; /usr/bin/gmplayer %s; description="NullSoft video"; test=test -n "$DISPLAY"
video/ogg; /usr/bin/gmplayer %s; description="Ogg Video"; test=test -n "$DISPLAY"
video/x-ogm+ogg; /usr/bin/gmplayer %s; description="OGM video"; test=test -n "$DISPLAY"
video/quicktime; /usr/bin/gmplayer %s; description="QuickTime video"; test=test -n "$DISPLAY"
video/vnd.rn-realvideo; /usr/bin/gmplayer %s; description="RealVideo document"; test=test -n "$DISPLAY"
video/x-theora+ogg; /usr/bin/gmplayer %s; description="Ogg Theora video"; test=test -n "$DISPLAY"
video/webm; /usr/bin/gmplayer %s; description="WebM video"; test=test -n "$DISPLAY"