Added Hydrus Video Decoder Bash Script
parent
fe2f8d1748
commit
0aca234f02
|
@ -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
|
Loading…
Reference in New Issue