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

[Request] Script to download .lsd files from Redump.org #11

Open
SamRohod opened this issue Jul 15, 2022 · 1 comment
Open

[Request] Script to download .lsd files from Redump.org #11

SamRohod opened this issue Jul 15, 2022 · 1 comment

Comments

@SamRohod
Copy link

SamRohod commented Jul 15, 2022

As Redump.org don't offer an easy way to download all the .lsd files in their database the way that they offer for .sbi files, can you please share the script by qnorsten that you mentioned in the README can download all the .lsd files from Redump.org

@cgarz
Copy link
Contributor

cgarz commented Jul 21, 2022

This bash one liner seems to work fine:

curl -s "http://redump.org/discs/system/psx/libcrypt/2/" | grep -Po '\Q<a href="/disc/\E\K\d{3,5}(?=/)' | while read line; do curl -OJL "http://redump.org/disc/${line}/lsd/"; done

Since all the libcrypt games are listed on one page it was easy enough to throw together.

Had a quick look to see if there were any changes from the LSD download in the releases section and found a few differences:

  • 8 filename changes
  • 7 new LSD files
  • 2 LSD files with different data:
    Hogs of War - Nati per Soffritto (Italy).lsd - 1 byte different
    and:
    PGA European Tour Golf (Europe) (En,De).lsd - 2 bytes different

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

2 participants