Could someone help me with auto-label? The folders are loading properly and completing as expected, however, the full path destination is being labeled instead of just the ending "variable". Thanks if someone can find my error!
Code:
directory = /home/server/torrents/torrent/seed
http_capath=/etc/ssl/certs
scgi_port = 127.0.0.1:5000
encoding_list = UTF-8
port_range = 1234-1234
port_random = no
use_udp_trackers = no
dht = disable
check_hash = yes
peer_exchange = no
encryption = allow_incoming,enable_retry,try_outgoing
schedule = watch_directory_1,10,10,"load_start=/home/server/torrents/watch/audio/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/maplebonsai/audio/,d.set_custom2=/home/server/torrents/torrent/hold/audio"
schedule = watch_directory_2,10,10,"load_start=/home/server/torrents/watch/books/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/maplebonsai/books/,d.set_custom2=/home/server/torrents/torrent/hold/books/"
schedule = watch_directory_3,10,10,"load_start=/home/server/torrents/watch/misc/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/maplebonsai/misc/,d.set_custom2=/home/server/torrents/torrent/hold/misc/"
schedule = watch_directory_4,10,10,"load_start=/home/server/torrents/watch/music/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/maplebonsai/music/,d.set_custom2=/home/server/torrents/torrent/hold/music/"
schedule = watch_directory_5,10,10,"load_start=/home/server/torrents/watch/user1/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/user1/,d.set_custom2=/home/server/Dropbox/torrent/user1/finished/"
schedule = watch_directory_6,10,10,"load_start=/home/server/torrents/watch/programs/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/maplebonsai/programs/,d.set_custom2=/home/server/torrents/torrent/hold/programs/"
schedule = watch_directory_7,10,10,"load_start=/home/server/torrents/watch/samples/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/maplebonsai/samples/,d.set_custom2=/home/server/torrents/torrent/hold/samples/"
schedule = watch_directory_8,10,10,"load_start=/home/server/torrents/watch/tutorials/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/maplebonsai/tutorials/,d.set_custom2=/home/server/torrents/torrent/hold/tutorials/"
schedule = watch_directory_9,10,10,"load_start=/home/server/torrents/watch/video/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/maplebonsai/video/,d.set_custom2=/home/server/torrents/torrent/hold/video/"
schedule = watch_directory_10,10,10,"load_start=/home/server/torrents/watch/user2/*.torrent,d.set_custom1=/home/server/torrents/torrent/seed/user2/,d.set_custom2=/home/server/Dropbox/torrent/user2/finished/"
session = /home/server/torrents/session
schedule = low_diskspace,5,60,close_low_diskspace=100M
system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom1=;execute=mv,-u,$d.get_base_path=,$d.get_custom1="
system.method.set_key = event.download.finished,copy_complete,"d.set_directory=$d.get_custom2=;execute=cp,-r,$d.get_base_path=,$d.get_custom2="