fraganator / archive-cache-manager

A LaunchBox plugin which extracts and caches large ROM archives, letting you play games faster.
GNU Lesser General Public License v2.1
11 stars 5 forks source link

Better check if archive is in cache #1

Closed fraganator closed 3 years ago

fraganator commented 3 years ago

Currently there's only a check if the path exists in the cache, but no checks if the archive contents match the cache contents. If the extraction process was interrupted, the path will exist, but (some of) the contents won't.

Need to perform a better check to ensure archive and cache contents match. Some options are: