Primer commit

This commit is contained in:
2020-12-18 08:35:41 +00:00
commit 437783b4e1
7 changed files with 364 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
console="atari2600 atarilynx fds gamegear gb gba gbc mastersystem megadrive msx nes ngp ngpc sega32x snes wonderswan wonderswancolor"
for i in $console; do
Skyscraper --videos --unattend --unpack -p $i -s screenscraper
Skyscraper --videos --unattend -p $i -s mobygames
Skyscraper --videos --unattend -p $i -s thegamesdb
Skyscraper --videos --unattend --forcefilename --relative -a artwork.xml.screenshot -p $i
done
consolecd="segacd psx pcengine"
for i in $consolecd; do
Skyscraper --videos --unattend -p $i -s screenscraper
Skyscraper --videos --unattend -p $i -s mobygames
Skyscraper --videos --unattend -p $i -s thegamesdb
Skyscraper --videos --unattend --forcefilename --relative -a artwork.xml.cover -p $i
done
arcade="fba neogeo mame-advmame mame-mame4all"
for i in $arcade; do
Skyscraper --videos --unattend -p $i -s screenscraper
Skyscraper --videos --unattend -p $i -s arcadedb
Skyscraper --videos --unattend --relative -a artwork.xml.screenshot -p $i
done