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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: