Add video catalog building and playing
[khome.git] / home / bin / video_catalog_play
diff --git a/home/bin/video_catalog_play b/home/bin/video_catalog_play
new file mode 100755 (executable)
index 0000000..a22b1ac
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+set -e
+
+LINES=60
+
+file=$(khomenu -l "$LINES" < "$FILE_VIDEO_CATALOG")
+mpv "$file"
This page took 0.024168 seconds and 4 git commands to generate.