dfernandezm / download-utils

Several utilities to organize downloads
MIT License
0 stars 0 forks source link

General: Add file integrity check after copying to mediacenter #26

Open dfernandezm opened 9 years ago

dfernandezm commented 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
dfernandezm commented 9 years ago

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.