diff options
author | Ben Boeckel <mathstuf@gmail.com> | 2014-11-15 09:46:43 -0500 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-11-15 20:20:06 +0100 |
commit | 07c4d67565fe50a7b5454c064cef2c3ab39b72d9 (patch) | |
tree | 7eefbb562f673020311968f7453c3e7db3466721 /TOOLS | |
parent | 2125e49422137fa3164b37f7d64e2df68f07da9b (diff) |
umpv: update comment for the new FIFO location
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/umpv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/umpv b/TOOLS/umpv index 3f68e9f2d5..4757e4b370 100755 --- a/TOOLS/umpv +++ b/TOOLS/umpv @@ -21,7 +21,7 @@ script after that will start a new mpv instance. Note that you can control the mpv instance by writing to the command fifo: - echo "cycle fullscreen" > /tmp/umpv-fifo-* + echo "cycle fullscreen" > ~/.umpv-fifo Note: you can supply custom mpv path and options with the MPV environment variable. The environment variable will be split on whitespace, and the |