Additional label/directories
Posted: 31 Dec 2018, 12:55
Hello,
I currently manage a plex server for some friends and myself and recently started adding UFC fights to plex. The issue I am having is it is sorting UFC into the movies directory, but I want to move UFC fights into its own directory "UFC". How would I go about making this adjustment? This is the current commandline that is executed when the torrent is finished. My plan was to make it so when I label the torrent "UFC" it would use themoviedb to grab the meta and then put it into the "UFC" folder.
Any help would greatly be appreciated 
I currently manage a plex server for some friends and myself and recently started adding UFC fights to plex. The issue I am having is it is sorting UFC into the movies directory, but I want to move UFC fights into its own directory "UFC". How would I go about making this adjustment? This is the current commandline that is executed when the torrent is finished. My plan was to make it so when I label the torrent "UFC" it would use themoviedb to grab the meta and then put it into the "UFC" folder.
Code: Select all
filebot -script fn:amc --output "$CONFIG_OUTPUT" --action copy --conflict override -non-strict --log-file amc.log --def subtitles=en --def unsorted=y music=y artwork=y excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi" ut_title="$ARG_NAME" ut_label="$ARG_LABEL" &
