Guest User

Untitled

a guest
Sep 3rd, 2016
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # Input Parameters
  4. ARG_PATH="$3"
  5. ARG_NAME="$2"
  6. ARG_LABEL="N/A"
  7.  
  8. # Configuration
  9. CONFIG_OUTPUT="/home/ru/Media" # if this script is called by the deluge user, then $HOME will NOT refer to YOUR user home, but paths such as /var/lib/deluge instead
  10.  
  11. filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi" ut_title="$ARG_NAME" ut_label="$ARG_LABEL
Advertisement
Add Comment
Please, Sign In to add comment