giwty / switch-library-manager

Complete solution to manage, organize and keep your local switch backup game library up to date . Cross platform, supports all game formats.
230 stars 43 forks source link

Fixes for issues #72 #75 & #98 binaries in here #100

Open Buzbee opened 1 year ago

Buzbee commented 1 year ago

The 2 pull requests (issues #72 #75) code changes (untested) by me and I swapped the commented-out line below in the settings/settings.go file and rebuilt it. This is the only additional change I made and it seems to fix the version update issue for now. Windows MacOS and Linux binaries are included. If you just want issue #98 fixed there is a separate link with binaries with just that fix under that issue.

VERSIONS_JSON_URL = "https://tinfoil.media/repo/db/versions.json" //VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json"

is now

//VERSIONS_JSON_URL = "https://tinfoil.media/repo/db/versions.json" VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json"

I hope this is allowed. Total File size is 244MB. Max allowed file size here is only 25MB.

https://1fichier.com/?mqc29bijs28w9wnpw7jy

ilikemyrealname commented 1 year ago

I downloaded 1fichier zip file. Mac 10.13.6, icon bounces once and doesn't open. I tried removing settings, title and version files but it did the same thing. Not sure why. To work around version issue, I created a script to download new version file and then open Switch Library Manager. Even changed the icon of the script to match the application.

Buzbee commented 12 months ago

I only tested windows version. You can try the link in update broken thread. It has just the one fix.

jonasmare commented 8 months ago

Might as well fix the titles.json url source since it can also get stuck. As stated here https://github.com/blawar/titledb

If you are looking for titles.US.en.json, this file was removed because it changes very frequently and bloats respository size. titledb/titles.json is the exact same file, and it can be generated with nut, using one of two methods:

JuanPabloPearce commented 7 months ago

Actual legend <3