diff --git a/.local/odrbin/livestream b/.local/odrbin/livestream new file mode 100755 index 0000000..a56898d --- /dev/null +++ b/.local/odrbin/livestream @@ -0,0 +1,5 @@ +#!/bin/sh +url="$1" +while ! yt-dlp -j "${url}"; do sleep 10; done + +exec mpv --no-resume-playback "${url}"