You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In macOS' default Terminal (macOS 12.3.1), the script always returns the same long list of nearly all games when given any search term. When using live search, any search term longer than 3 characters returns zero results, and any terms 3 or less returns the full list of all albums on the site.
(Also would it be possible to get a command flag to download different formats of a soundtrack when available, like FLAC or M4A? And maybe an option to change the default download location? That would be super useful!)
The text was updated successfully, but these errors were encountered:
I'm running on macOS 12.3 Beta myself and I can't seem to replicate this issue with stock Terminal. Would you be able to attach a screen recording or something so I can understand the issue a bit better?
On the note of formats, I do intend to add support for those down the line. The layout for khinsider is quite annoying to parse (from a machine point of view) since there isn't much consistency but it is possible as much as it's annoying 😅
At the moment, the search is powered by https://github.com/marcus-crane/khinsider-index which works but means that when searching, you can't know ahead of time what formats are supported for an album since the file powering search only contains the album names and URLs.
When you go to download them, that's when this tool makes requests to see what formats are supported and so on.
My plan here is to do another rewrite where I update the indexer tool to scrape the site fully into a small database and then it becomes possible to surface much more info about each album such as is it an official OST, is it available for streaming (by way of VGMdb), does it have multiple formats, how many tracks does it have and so on.
Eventually I'll get around to it but partly I've got a few different side projects on the go and also I'm waiting for the recent changes to the site to settle down before I write a bunch of code and then have to throw it in the bin.
In macOS' default Terminal (macOS 12.3.1), the script always returns the same long list of nearly all games when given any search term. When using live search, any search term longer than 3 characters returns zero results, and any terms 3 or less returns the full list of all albums on the site.
(Also would it be possible to get a command flag to download different formats of a soundtrack when available, like FLAC or M4A? And maybe an option to change the default download location? That would be super useful!)
The text was updated successfully, but these errors were encountered: