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)
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)