Hardware-Target-Game-Database icon indicating copy to clipboard operation
Hardware-Target-Game-Database copied to clipboard

GameBoy US entries not present in Game Series Collections

Open frederic-mahe opened this issue 4 years ago • 3 comments

SMDB="EverDrive GB SMDB.txt"

comm -23 \
     <(grep "EverDrive GB/1 Game Boy/1 GB US " "${SMDB}" | cut -f 1 | sort -d) \
     <(grep "EverDrive GB/4 Game Series Collections" "${SMDB}" | cut -f 1 | sort -d) | \
    while read SHA1_HASH ; do
        grep -i -m 1 ${SHA1_HASH} "${SMDB}"
    done | cut -f 1,2

some US games are missing from the Game Series Collections (in the same SMDB file). Or is that already taken care of in the new Game Series Collections Add-On (2020-04-24)?

06f8c751312c4962696ca121ec3e1926c7955806cc3b17b202c283e630b5bd0e	EverDrive GB/1 Game Boy/1 GB US - H-Q/Minolta Camera Test Cart 2440 (USA).gb
0d1230db8d3a634934cb244d1d6a138865a60956667c539f0fbe583581266db3	EverDrive GB/1 Game Boy/1 GB US - A-G/Castelian (USA).gb
49c137648761153cd192152e2630c65bc3a202b27fdca360d0421b55b30f8e54	EverDrive GB/1 Game Boy/1 GB US - R-Z/Tesserae (USA).gb
6517b72bc8d4eb9417c094c19fc289f6ebaa1e163113410a81e113324964960e	EverDrive GB/1 Game Boy/1 GB US - A-G/Getaway, The (USA).gb
706ffa999fe64ec3f7a72318f52966924a499ea01b989a9f6e8c0f725743c9fa	EverDrive GB/1 Game Boy/1 GB US - R-Z/World Cup USA '94 (Japan) (En,Fr,De,Es,It,Nl,Pt,Sv).gb
770a3c6cd89d34af0d452eb4f52cd5a2f9d2651b9b54b247de349ff701f59a52	EverDrive GB/1 Game Boy/1 GB US - R-Z/WWF Raw (USA, Europe).gb
771d24adf7dd11ff166fc43d3f2be66dd7a24251b8920e813956c62514813051	EverDrive GB/1 Game Boy/1 GB US - R-Z/Tetris 2 (USA).gb
7b96653450c5fb4522a77d46ecfa50d479b3dac28bafb1a13e416e43c42caae3	EverDrive GB/1 Game Boy/1 GB US - R-Z/Speedball 2 - Brutal Deluxe (USA, Europe).gb
af1f77f42157153718788c1039d5bd0b0ddde35291b6d6381911232b52a1cde8	EverDrive GB/1 Game Boy/1 GB US - H-Q/Minolta Camera Test Cart 2420 (USA).gb
b575529175131b256c6f3a2241084839d794d2aefeb152375c0eaad29d92b534	EverDrive GB/1 Game Boy/1 GB US - H-Q/Nigel Mansell's World Championship (USA).gb
b772951adf58dff025e05722c2aa179e0c874b7cb0b844c5cda44f6194df6299	EverDrive GB/1 Game Boy/1 GB US - A-G/Game Boy Camera Gold (USA) (SGB Enhanced).gb
c49c7a57c8aeec50f7ca3b736738921657ec0fdd50313fd975cced132490ee30	EverDrive GB/1 Game Boy/1 GB US - A-G/Centipede (USA, Europe).gb
d4d4338bed6938a7aa3c1788bd8a870a954c3676fdc4829b8fb410f4e39ac900	EverDrive GB/1 Game Boy/1 GB US - A-G/Game Boy Camera (USA, Europe) (SGB Enhanced).gb
d9df5f4a7885d567e7c51ead6ede5a2a9437448dca4d1f71714ab472f4dcb942	EverDrive GB/1 Game Boy/1 GB US - A-G/Game Boy Test Cartridge (USA, Europe).gb
e493b87e119d61268af2f97c9e16e65daab3c8223c15261214656667108cc817	EverDrive GB/1 Game Boy/1 GB US - H-Q/Mouse Trap Hotel (USA).gb
e8b4326469231ba798657cfa8032bc6c2000c0a61e11fbad8406711642a184eb	EverDrive GB/1 Game Boy/1 GB US - H-Q/NFL Football (USA).gb
f607ad68fdfd8cbaabe554fea2075050a7055f0fafef9a0fd2825a67b2fd038a	EverDrive GB/1 Game Boy/1 GB US - R-Z/Super Breakout (USA).gb

frederic-mahe avatar Apr 26 '20 18:04 frederic-mahe

Should all US games always be included in Game Series Collections?

tjanas avatar Apr 26 '20 19:04 tjanas

I don't know. I assume that almost all of them can be placed into at least one gameplay category, or by genre, or 'by Studio X', or released in 199X. But true, there are probably outliers. Anyway, the simple script above makes it easy to check if something has been forgotten.

frederic-mahe avatar Apr 26 '20 19:04 frederic-mahe

Yes all latest revision US games should always be included in the Game Series Collections- one of each. Thanks for this script, it's very helpful in keeping the Collections complete. I will update and submit. Whenever you get a chance, please feel free to do the same for all other packs which contain Game Series Collections.

tjstogy avatar Apr 30 '20 18:04 tjstogy