If filename can extract to a NcaMetadata entry, don't use nspextractor to pull information (#3)
Scan directories sequentially to reduce memory footprint Reviewed-on: #3 Co-authored-by: Huy Nguyen <ecenshu@gmail.com> Co-committed-by: Huy Nguyen <ecenshu@gmail.com>
This commit was merged in pull request #3.
This commit is contained in:
@@ -8,6 +8,6 @@ namespace TinfoilVibeServer.Models;
|
||||
public sealed record FileEntry(
|
||||
string Path, // nsp or archive path
|
||||
long Size, // size of nsp or full archive
|
||||
string Hash, // SHA‑256 hex of first NCA of first NCP in NSP or archive
|
||||
string? Hash, // SHA‑256 hex of first NCA of first NCP in NSP or archive
|
||||
List<NcaMetadataWithHash> Titles // Details of all NSP Roms in the Path
|
||||
);
|
||||
Reference in New Issue
Block a user