From 0aca234f02705ff6db6aee9aa902e117b5b52ab1 Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Mon, 4 Mar 2024 12:07:00 -0500 Subject: [PATCH] Added Hydrus Video Decoder Bash Script --- Hydrus Scripts/hvd.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Hydrus Scripts/hvd.sh diff --git a/Hydrus Scripts/hvd.sh b/Hydrus Scripts/hvd.sh new file mode 100644 index 0000000..101df46 --- /dev/null +++ b/Hydrus Scripts/hvd.sh @@ -0,0 +1,8 @@ +#!/bin/bash +#Hydrus Video Deduplicator Launcher Script +APIKEY="#" #Change to your API key +APIURL="http://127.0.0.1:45869" +VENV="./hydrus/client/venv/bin/activate" +source $VENV +#ToDo: Check to see if VENV has hydrusvideodeduplicator package, install it if missing. +python3 -m hydrusvideodeduplicator --api-key=$APIKEY --api-url=$APIURL