]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add program JSON for MakeMKV (#438)
authorChristian Koop <contact@sprax2013.de>
Thu, 10 Oct 2024 11:02:18 +0000 (13:02 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 11:02:18 +0000 (13:02 +0200)
programs/makemkv.json [new file with mode: 0644]

diff --git a/programs/makemkv.json b/programs/makemkv.json
new file mode 100644 (file)
index 0000000..f8f12e2
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "name": "MakeMKV",
+    "files": [
+        {
+            "path": "$HOME/.MakeMKV",
+            "movable": false,
+            "help": "Currently unsupported.\n\nIf you really want to get rid of it, you can try overwriting `$HOME` for MakeMKV\ne.g. by creating a wrapper script `~/.local/bin/makemkv`:\n```sh\n#!/bin/sh\nexport HOME=\"${XDG_STATE_HOME:-$HOME/.local/state}\"/makemkv\nmkdir --parent \"$HOME\"\n/usr/bin/makemkv\n```\n"
+        },
+        {
+            "path": "$HOME/MakeMKV_log.txt",
+            "movable": false,
+            "help": "Currently unsupported.\n\nIf you really want to get rid of it, you can try overwriting `$HOME` for MakeMKV\ne.g. by creating a wrapper script `~/.local/bin/makemkv`:\n```sh\n#!/bin/sh\nexport HOME=\"${XDG_STATE_HOME:-$HOME/.local/state}\"/makemkv\nmkdir --parent \"$HOME\"\n/usr/bin/makemkv\n```\n"
+        }
+    ]
+}