Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Buzbee opened this issue Jul 27, 2023 · 4 comments
Open

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

Buzbee opened this issue Jul 27, 2023 · 4 comments

Comments

@Buzbee
Copy link

Buzbee commented Jul 27, 2023

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
Copy link

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
Copy link
Author

Buzbee commented Sep 11, 2023

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

@jonasmare
Copy link

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
Copy link

Actual legend <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants