From 25864a5539447227ca8a5ba3ca8b440e67b04c07 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 5 Feb 2014 18:55:06 +0100 Subject: umpv: use --force-window This makes it show a window even when playing audio-only files. --- TOOLS/umpv | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/TOOLS/umpv b/TOOLS/umpv index df1c089bc1..892221f8d1 100755 --- a/TOOLS/umpv +++ b/TOOLS/umpv @@ -14,9 +14,7 @@ not playable, mpv will skip the playlist entry when attempting to play it (from the GUI perspective, it's silently ignored). If mpv isn't running yet, this script will start mpv and let it control the -current terminal. If you play an audio-only file, mpv will not open a window -(that is its normal behavior; but it might not be what a user expects if this -script is used in a GUI setting). +current terminal. mpv will terminate if there are no more files to play, and running the umpv script after that will start a new mpv instance. @@ -88,4 +86,4 @@ else: raise e os.mkfifo(FIFO, 0600) - subprocess.check_call(["mpv", "--input-file=" + FIFO] + files) + subprocess.check_call(["mpv", "--force-window", "--input-file=" + FIFO] + files) -- cgit v1.2.3