NX Archive Browser Switch
From GameBrew
More actions
| NX Archive Browser | |
|---|---|
| General | |
| Author | mklan |
| Type | Other Apps |
| Version | 0.1.2 |
| License | Mixed |
| Last Updated | 2024/01/28 |
| Links | |
| Download | |
| Website | |
| Source | |
NX Archive Browser is a homebrew application for the Nintendo Switch that allows users to browse and download archives from archive.org.
Install
- Copy
nx-archive-browser.nroto/switch. The app will appear on the Homebrew Menu. - Configure your archive collections and root download folder in
config/nx-archive-browser/config.json. The keys represent collection folders inside your download folder. The values are archive.org identifier of collections.
Example:
{
"folder": "roms",
"collections": {
"N64": "SomeCollectionByGhostw***",
"SNES": "SomeOtherCollectionByGhostw***"
}
}
The archives will be downloaded to sdmc:/roms/N64 and sdmc:/roms/SNES.
Read the legal terms of archive.org. I would encourage you to only download licence free archives, archives you developed on your own or in some cases own a copy of the original product (depends where you are located).
Screenshots
Possible TODOs
- cancel downloads
- search
- external meta-lists [top, popular]
- metadata [in-game screenshot, description]
- unzip
Changelog
v0.1.2
- fix: clearing cache a second time lead to crash
v0.1.1
- fix: error when deleting unavailable file.
v0.1.0
- First Release.
Credits
TooTallNate - nxjs - JS runtime for the Switch