commit: 4d78290f2f66ea734066d2a6de3394602381913e
parent: 6b97bf64417b3018a20cd3822dd551426ca13c9b
author: Chris Noxz <chris@noxz.tech>
date: Thu, 28 May 2020 10:38:24 +0200
add page about selected scripts
3 files changed, 15 insertions(+)
diff --git a/noxz.tech/dotfiles/selected-scripts/.assemble b/noxz.tech/dotfiles/selected-scripts/.assemble
@@ -0,0 +1 @@
+index.html
diff --git a/noxz.tech/dotfiles/selected-scripts/index.compiled.pdf b/noxz.tech/dotfiles/selected-scripts/index.compiled.pdf
diff --git a/noxz.tech/dotfiles/selected-scripts/index.md b/noxz.tech/dotfiles/selected-scripts/index.md
@@ -0,0 +1,14 @@
+Selected scripts
+================
+This page contains scripts from my dotfiles that I feel deserve extra mention.
+
+mpvc
+----
+Mpvc is partly a controller script and partly a socket daemon for mpv. By
+symlinking mpvc to mpvd the script acts as the socket daemon. Mpvc featers
+playback and audio controls as well as playlist functionalities using both
+dmenu and fzf. For the directory playlist feature to work exiftool is required.
+This feature makes it possible to load a directory into a temporary playlist
+where exiftool extracts track data from individual files.
+
+get source [here](//git.noxz.tech/dotfiles/file/bin/_.local/bin/mpvc.html).