Page 1 of 1

Some files on network mount are corrupt

Posted: 21 Jul 2019, 16:04
by geekmaster1
I use rclone to mount my google drive and filebot processes files after rtorrent download completion.
It works for the most part but some files cant seem to be . read or corrupt while others are fine

Code: Select all

filebot -script fn:amc --output "/mnt/drive/media/tv" --action copy -no-xattr -non-strict "/home/user/download" --def skipExtract=n --def deleteAfterExtract=n --def excludeList=/home/user/amc.txt --def extractFolder="/home/user/extracted" --def clean=y --def subtitles=en "seriesFormat=/mnt/drive/media/tv/{n} ({y}){'/Season '+s}/{s+'x'}{e.pad(2)} - {t}" "movieFormat=/mnt/drive/media/movies/{n} ({y})/{n} ({y})" --log-file="/home/user/amc-log.txt" &
is there anything wrong with the above?

Re: Some files on network mount are corrupt

Posted: 21 Jul 2019, 16:07
by rednoah
FileBot does not modify files, therefore it can't corrupt files.