C9Glax / tranga

Docker-Container to monitor (Manga) Scanlation-Sites for download new chapters.
GNU General Public License v3.0
157 stars 15 forks source link

ImageCache overflowing #182

Closed C9Glax closed 6 months ago

C9Glax commented 6 months ago

What is broken?

Currently every time we run a job, a cover is saved with the current timestamp, leading to a ton of duplicates in the imageCache folder.

Log-output

No response

Additional stuff

To solve: Either a) Check Image-Hashes if a cover already exists b) Figure out a way to have unique names for files, without collisions from multiple sites. (probably easier/better way)