X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fvideo_catalog_play;fp=home%2Fbin%2Fvideo_catalog_play;h=a22b1acee53e5a19a37115e1df828a147b96a647;hb=f7352c489dce80fbc3a1ae532b205726098f8ab4;hp=0000000000000000000000000000000000000000;hpb=5fd6cb5cf3cd50337b55b5c78dc8b64e13f0e625;p=khome.git diff --git a/home/bin/video_catalog_play b/home/bin/video_catalog_play new file mode 100755 index 0000000..a22b1ac --- /dev/null +++ b/home/bin/video_catalog_play @@ -0,0 +1,8 @@ +#! /bin/sh + +set -e + +LINES=60 + +file=$(khomenu -l "$LINES" < "$FILE_VIDEO_CATALOG") +mpv "$file"