]> Sergey Matveev's repositories - dotfiles.git/blobdiff - mpv/bin/my-mkvclean
Less .sh and more explicit my-
[dotfiles.git] / mpv / bin / my-mkvclean
diff --git a/mpv/bin/my-mkvclean b/mpv/bin/my-mkvclean
new file mode 100755 (executable)
index 0000000..476283a
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+mkvpropedit \
+    --edit info \
+    --delete title \
+    --delete date \
+    --set muxing-application=- \
+    --set writing-application=- \
+    --chapters "" \
+    --tags all: $@