Skip to content

[Feature Request]: Redump site migration #14605

Description

@EdnessP

Description

Since PCSX2 has direct integration with Redump, I should let you know that due to the absence and incompetence of the current and only admin at the original site (http://redump.org), all of the staff and active userbase have collectively agreed to move everything over to a new site - https://redump.info which should be far more stable and have numerous fixes over the old site. (Although I feel like searching the DATs would be better than querying the site with a hash in any case, no?)

void GameSummaryWidget::onSearchHashClicked()
{
if (m_redump_search_keyword.empty())
return;
QtUtils::OpenURL(this, fmt::format("http://redump.org/discs/quicksearch/{}", m_redump_search_keyword).c_str());
}

<item row="1" column="2">
<widget class="QPushButton" name="searchHash">
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string>Search on Redump.org...</string>
</property>
</widget>
</item>

Reason

Redump.org is being deprecated, Redump.info should be queried for hashes

Examples

Not applicable (although PPSSPP could be checked for how they parse the DAT files)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions