aboutsummaryrefslogtreecommitdiffhomepage
path: root/TOOLS/umpv
Commit message (Collapse)AuthorAge
* TOOLS/umpv: make it work with Python 3 (again)Gravatar wm42014-04-29
| | | | | | | Apparently, the 3rd (2nd) parameter to string.translate() function was removed. Also, make_abs() had a mistake - not sure how this passed testing.
* TOOLS/umpv: don't mangle URLsGravatar wm42014-04-29
| | | | | This attempted to prefix the current directory to URLs, because it didn't recognize them as already absolute paths.
* 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.
* TOOLS/umpv: allow passing 0 filesGravatar wm42014-04-29
| | | | | Some might use that to just create an empty window with --force-window --idle (for whatever reasons).
* TOOLS/umpv: allow passing optionsGravatar wm42014-04-29
| | | | But only via a special environment variable.
* TOOLS/umpv: make it work with Python 3Gravatar wm42014-04-29
| | | | Apparently they removed octal literals, and made them invalid syntax.
* umpv: silence mpv terminal outputGravatar wm42014-02-05
| | | | | Now it does basically the same as mkv.desktop. Explanation is included in the description comment.
* umpv: improve descriptionGravatar wm42014-02-05
|
* umpv: use --force-windowGravatar wm42014-02-05
| | | | This makes it show a window even when playing audio-only files.
* TOOLS: add script for emulating "unique application" functionality on LinuxGravatar wm42013-07-28
See github issue #43. This comes with a load of caveats, so be sure to read the comments at the start of the script.