Open dfernandezm opened 9 years ago
Ffmpeg can be used locally (better remotely if it is a raspberry pi) to check file integrity and parsing its log file.
$ ffmpeg -v error -i "/mediacenter/TV Shows/Supernatural/Season 9/Supernatural 9x10.mkv" -f null - 2>error2.log
Related with #45, if both torrent file and downloaded file are checked the overall checks will be completed. Filebot can perform a CRC as well.
Ffmpeg can be used locally (better remotely if it is a raspberry pi) to check file integrity and parsing its log file.