Rutorrent, AMC script not cleaning up junk files.
Posted: 09 Jul 2015, 17:06
Hey all,
Love the program, I have filebot setup on my linux ubuntu remote seedbox. I have altered my .rtorrent.rc file so that filebot kicks off once a download has finished, and this works, it goes in and does do the renaming for me exactly as it should, however it is not deleting "cleaning" the directory of all the junk files e.g. screen shots and the older folder if it existed. I am using this script as my rtorrent-postprocess.sh file. I was using the same script on my windows pc, of course different file folder locations, and the clean up worked, just wondering why it isn't working on my seedbox?
#!/bin/bash
filebot -script fn:amc --output "/home/user/downloads/Sync/" -rename -non-strict "/home/user/downloads/Sync/Movies/" --log-file amc.log --def excludeList=amc.txt clean=y unsorted=y
Love the program, I have filebot setup on my linux ubuntu remote seedbox. I have altered my .rtorrent.rc file so that filebot kicks off once a download has finished, and this works, it goes in and does do the renaming for me exactly as it should, however it is not deleting "cleaning" the directory of all the junk files e.g. screen shots and the older folder if it existed. I am using this script as my rtorrent-postprocess.sh file. I was using the same script on my windows pc, of course different file folder locations, and the clean up worked, just wondering why it isn't working on my seedbox?
#!/bin/bash
filebot -script fn:amc --output "/home/user/downloads/Sync/" -rename -non-strict "/home/user/downloads/Sync/Movies/" --log-file amc.log --def excludeList=amc.txt clean=y unsorted=y