aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/mpv.desktop
Commit message (Collapse)AuthorAge
* mpv.desktop: fix French translation consistencyGravatar emersion2018-03-18
| | | | This makes the French version consistent with the English one.
* mpv.desktop: update mime type listGravatar sfan52018-01-22
| | | | see https://wiki.debian.org/DebianMultimedia/PlayerSupport
* mpv.desktop: fix some mistakes in mpv.desktopGravatar giwhub2017-03-23
| | | | Signed-off-by: wm4 <wm4@nowhere>
* mpv.desktop: add translation for [da]Gravatar scootergrisen2017-02-13
|
* player: do not let pseudo-gui override user config settingsGravatar wm42016-09-23
| | | | | | | | Seems like this confused users quite often. Instead of --profile=pseudo-gui, --player-operation-mode=pseudo-gui now has to be used to invoke pseudo GUI mode. The old way still works, and still behaves in the old way.
* mpv.desktop: add audio/mp4 mime typeGravatar wm42016-01-07
| | | | Who thought mime types were a good idea?
* mpv.desktop: shorten polish nameGravatar Mateusz Łukasik2015-05-18
| | | | | | The Polish name was too long and contradicted. One word is enough. Signed-off-by: wm4 <wm4@nowhere>
* mpv.desktop: remove NoDisplayGravatar wm42015-04-02
| | | | | | | | | | The standard say: NoDisplay means "this application exists, but don't display it in the menus". Now that --force-window --idle is enabled, we can remove it. Closes #1755.
* player: add "pseudo-gui" profileGravatar wm42015-04-02
| | | | | | | | | | | | | | This can be set to select a number of default settings that help mpv pretend that it has a GUI. I haven't decided yet whether I really want to use the profile mechanism for this. There are a number of weird details that are not so easy to handle with profiles, such as disabling pseudo-gui mode again (you can't unset profiles directly). So this might change. But for now it will do. There also should be a better way to store builtin profiles. Unfortunately, the old crappy MPlayer config file parser needs on-disk files, so just use a bunch of function calls for now.
* mpv.desktop: Add zh-TW and zh-CN translationsGravatar Skyrainfit2015-02-16
|
* mpv.desktop: add more ogg-related mime typesGravatar Alessandro Ghedini2014-09-29
| | | | Also adds audio/ogg and video/ogg.
* etc/mpv.desktop: add audio/flac mimetypeGravatar wm42014-08-21
| | | | | | Fixes #1025. CC: @mpv-player/stable
* TOOLS/umpv, mpv.desktop: use --no-terminal instead of --really-quietGravatar wm42014-04-29
| | | | | So this won't initialize terminal handling if stdout happens to be a terminal. It also suppresses all output to stdout/stderr.
* mpv.desktop: add video/mp2t mime typeGravatar wm42014-03-09
| | | | Closes #625.
* mpv.desktop: add some more mimetypesGravatar wm42014-01-18
| | | | | | Again from github issue #484. Also, sorry for the typo in the earlier commit message.
* mkv.desktop: add two more mime typesGravatar wm42014-01-18
| | | | Stolen from github issue #484. No idea whether they're needed.
* mpv.desktop: use %U in desktop file as we can open urlsGravatar Tomáš Chvátal2014-01-16
| | | | Signed-off-by: wm4 <wm4@nowhere>
* mpv.desktop: Add Czech translationsGravatar Miro Hrončok2014-01-01
|
* mpv.desktop: add KDE file handlersGravatar Sven-Hendrik Haase2013-12-26
| | | | | | | | | | Currently KDE will copy a media file into a temporary folder instead of trying to stream it if a KIO slave location file is started. This change will tell KDE to make mpv try to directly play the file. Perhaps the proper flags should be added according to the individual enabled features of the build but I suggest that be for the future. Signed-off-by: wm4 <wm4@nowhere>
* mpv.desktop: add russian translation, sortGravatar Nikoli2013-10-18
|
* mpv.desktop: add --force-windowGravatar wm42013-10-02
| | | | Seems appropriate.
* Add mpv.desktop, let Makefile install the desktop file and the iconsGravatar wm42013-09-15
The mpv.desktop file is taken from the Arch package [1]. It appears to be based on the mplayer2 git mplayer.desktop file (e.g. very similar MimeType field), with minor modifications applied by Arch package maintainers. Note that for now, this doesn't show a terminal (Terminal=false), which might not always be ideal. For example, if the file is audio only, or if VO initialization fails for some reason, mpv will run in the background and play audio without showing a window. But users prefer running it without terminal, and don't want to play audio files with it. Maybe a --force-window option will be added in the future, which would always create a VO window, and compensate for these issues. [1] https://aur.archlinux.org/packages/mpv-git/