aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/mpv.desktop
Commit message (Collapse)AuthorAge
* 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/