ShaneIsrael / fireshare

Self host your media and share with unique links
GNU General Public License v3.0
653 stars 40 forks source link

Fixed an edge case where intact files would register as corrupt #204

Closed J-Stuff closed 1 year ago

ShaneIsrael commented 1 year ago

I wonder if having it skip over any files that are not in a valid supported extension would be a good idea? That way the scan can continue and it doesn't get hung up. Either way, this corrupt file check is a good idea so thank you for adding it and working on it.

J-Stuff commented 1 year ago

I wonder if having it skip over any files that are not in a valid supported extension would be a good idea? That way the scan can continue and it doesn't get hung up. Either way, this corrupt file check is a good idea so thank you for adding it and working on it.

It already does this. Just skipping .mov files at the moment