Tv Shows
filebot -script fn:amc "/home/docker/transmission/downloads/complete" --db TheTVDB --action move --conflict override -non-strict -r --output "/home/docker/transmission/downloads/media" --format "{episode.special ? 'Specials' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}{ext=='srt' ? ".en" : ''}" --log all --def unsorted=y music=y artwork=yMovies
filebot -script fn:amc "/root/Media/" --db TheMovieDB --action move --conflict override -non-strict -r --output "/root/Downloads/movies" --format "{n} ({y})/{n} ({y}){ext=='srt' ? ".en" : ''}" --log all --def unsorted=y music=y artwork=ycurl https://rclone.org/install.sh | sudo bash
After you ran rclone command and you want to see if it's working run this command to see the memory log
while [ true ]; do ps -eo rss,args --sort rss | grep [r]clone ; sleep 0.5 ; done
wget --no-check-certificate https://github.com/bariscimen/transmission-installer/raw/master/transmission.sh && sudo bash transmission.sh