I've been working on a Switch Library Manager because I wanted something a bit more flexible from what I found . That and I wanted something to try litedb and blazor stuff, so I couldn't think of any better than this.
the main features are:
dotnet 8 is required to run this
You can get the source or the binaries from github (unable to post links) github/ivaano/NsxLibraryManager/releases
I've been using it since November, but haven't tested extensively so if you find a bug or something weird please open an Issue on github so we can track it.
here are some screenshots.
the main features are:
- Web based - Can be run on docker
- Runs on Windows, Linux and Mac.
- Supports NSP, NSZ, XCI, XCZ files.
- Read a folder and analyze all the files.
- Extract metadata from the files, like name, size, titleId, publisher and Icon.
- Use titledb to aggregate more information.
- Create a database with all the information, thanks to litedb, you can use the db explorer to manipulate the data even further.
- Shows a list or grid of all your games.
- Filter by name, publisher, size, titleId, region, type, etc.
- Sort by name, publisher, size, titleId, region, type, etc.
- List missing DLC or updates for your games.
- Local TitleDb, no need to download it every time.
dotnet 8 is required to run this
You can get the source or the binaries from github (unable to post links) github/ivaano/NsxLibraryManager/releases
I've been using it since November, but haven't tested extensively so if you find a bug or something weird please open an Issue on github so we can track it.
here are some screenshots.