mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-09 05:35:27 +00:00
Check Against Redump #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Jun 18, 2018).
Originally assigned to: @mnadareski on GitHub.
Inspired by Cleanrip being able to check against known hashes, either allow checking against a folder of datfiles OR search on the Redump site. The former relies on the users more (an may not be preferred because of that). The latter may end up causing issues with Redump and potentially would have issues with logging into the site for access, though it would be the most up to date at any point.
@Jakz commented on GitHub (Jun 18, 2018):
This is why an API would be nice, since having a short json response would be surely better than having to scrape an HTML page (heavy to generate, heavy to parse). We're going back to my initial criticisms of which you know.
@einstein95 commented on GitHub (Jun 20, 2018):
To login to Redump, post the following data to
http://forum.redump.org/login/This gives you
redump_cookie, use on the site for hidden dats@mnadareski commented on GitHub (Jan 29, 2019):
Something similar to this functionality has been worked on in another project. It can probably be adapted to what's needed. Self-assigning because of this.
@mnadareski commented on GitHub (Jul 30, 2019):
This was basically added in
2787377250after like... half a year of waiting. Also forgot about this issue entirely hence it wasn't closed when the actual work went in. Oops.