Open jonaslenz opened 1 month ago
This ain't as easy as it may look ... what if the file is in a zip? It requieres lot of steps and checks on the way (like using the hashes to check if the newly downloaded file is the same file as before)
It should be implemented in the future.
on initiation of a project the self.publishedFiles contains a list with all files to be downloaded. When reloading a project and the files werde deleted, those files might need to be reloaded from web. So it would be nice to populate self.publishedFiles on reload from cached publisher metadata, (?without triggering the crawling?)
This one has also quite low priority