brandan-schmitz / plexbot

Plexbot - A discord bot for automating movie libraries.
0 stars 0 forks source link

Failed downloads marked as successful #19

Closed brandan-schmitz closed 3 years ago

brandan-schmitz commented 3 years ago

When a long running download gets cut off, it's marked as finished and the media files gets added. This also occurs when upgrading a movie. A check needs to be added to ensure it's the proper size before continuing.

brandan-schmitz commented 3 years ago

Basically, the download manager needs to ensure that the file that was downloaded matches the file size of the file that was originally retrieved from the download link. This could be tied into to #17 in that if a file is not fully downloaded, the download can be resumed since the bot downloads the files sequentially.

brandan-schmitz commented 3 years ago

Issue seems to have vanished. Will re-open if issue appears again.