diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-02-02 22:13:34 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-02-02 22:13:34 +0100 |
| commit | 3ddbe04c5a8b01fe00221339dcfc5489b2b032db (patch) | |
| tree | 24abfc50f4a926ce22e047637617fbc5cd3eae67 /scripts/music | |
| parent | 1b7402b9e0d623cab9284aada81fb5429cf662e7 (diff) | |
various: read the diff
Diffstat (limited to 'scripts/music')
| -rwxr-xr-x | scripts/music | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/music b/scripts/music index 8cc1dea..677f673 100755 --- a/scripts/music +++ b/scripts/music @@ -36,5 +36,5 @@ if [ -z "$SHUFFLE" ] && [ -d "$MUSIC" ] || printf '%s' "$MUSIC" | grep -q playli fi printf 'stop\n' | socat - /tmp/mpvsocket 2> /dev/null -mpv --vid=auto --input-ipc-server=/tmp/mpvsocket --loop-playlist\ +mpv --vid=no --input-ipc-server=/tmp/mpvsocket --loop-playlist\ --ytdl-format=ba --script="$SCRIPT" --shuffle="$SHUFFLE" "$MUSIC" |
