From c78708fd8804582df3f3b811f1b9432b0df33e6a Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Wed, 9 Oct 2024 15:15:08 +0200 Subject: [PATCH] Add program JSON for MakeMKV --- programs/makemkv.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 programs/makemkv.json diff --git a/programs/makemkv.json b/programs/makemkv.json new file mode 100644 index 0000000..f8f12e2 --- /dev/null +++ b/programs/makemkv.json @@ -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" + } + ] +}