Skip to content

Releases: muldjord/skyscraper

3.4.2

26 Feb 21:12
Compare
Choose a tag to compare
  • Improved filename versioning removal for optimal query generation
  • Updated 'mameMap.csv' with latest Mame v0.218 listings
  • Added support for 'wheel' artwork type in 'arcadedb' scraping module
  • Now supports symlinked paths inside of the input folder (Thank you to rhunjadi for pointing this out)

3.4.1

11 Feb 17:40
Compare
Choose a tag to compare
  • Further optimized artwork space requirements. Now checks if original takes up less space than resized artwork, then forces use of original for those cases
  • The 'thegamesdb' module now also supports wheel and marquee for the games that have them (Thank you to 'tv21' for pointing this out)
  • Updated developer and publisher json list for 'thegamesdb'

3.4.0

04 Feb 21:23
Compare
Choose a tag to compare
  • Disabled config.ini migration as most people should be migrated now
  • Added 'launcher' option to 'simple mode' when using 'pegasus' frontend
  • Added 'excludeFiles' config option that allows excluding certain files when scraping (Thank you to 'timothybrown' for suggesting this)
  • Added 'includeFiles' config option that allows only including certain files when scraping
  • Added '--excludefiles' cli option that allows excluding certain files when scraping
  • Added '--includefiles' cli option that allows only including certain files when scraping
  • If 'noresize' is set all images are now saved to cache in their original format and size instead of always converting them to PNG's (Thank you to 'krcroft' for requesting this)
  • Added 'jpgQuality' config option that sets the default JPG quality (0-100) when '--noresize' is NOT set. Screenshots and images with transparency are still saved as PNG's.
  • Upped 'screenscraper' request limiter to 1.2 seconds per request to avoid 'maximum threads per minute reached' error message

3.3.8

12 Jan 11:27
Compare
Choose a tag to compare
  • Fixed bug in platform alias for 'pc (microsoft windows)' which was missing the last ')' bracket (Thank you to 'o0alucard0o' for reporting this)

3.3.7

08 Jan 22:57
Compare
Choose a tag to compare
  • Added the option to add frontend specific config sections to set artwork xml and other relevant configuration parameters per frontend

3.3.6

05 Jan 11:02
Compare
Choose a tag to compare
  • Skipped file now includes platform in the filename (Thanks to 'parker-hemphill' for suggesting this)
  • Now handles the '****' error message from ScreenScraper (Thank you to 'GiulioCentorame' for reporting this)
  • Updated 'thegamesdb' to include the 'v1' prefix (Thank you to 'Clyde' for letting me know)

3.3.5

15 Dec 08:38
Compare
Choose a tag to compare
  • Updated 'screenscraper' API to support new system name json format (Thank you to 'Micket' for letting me know)

3.3.4

08 Dec 19:07
Compare
Choose a tag to compare
  • 'igdb' module global key has been removed from Skyscraper. They have moved to free personal keys instead (this is good news!). To get one, register at https://api.igdb.com (Thank you to 'stlbluesfan' for letting me know)
  • Fixed disk space check so it also works for 'attractmode' frontend
  • Updated 'attractmode' to save overviews in correct location and format (Thanks to 'barolo' for letting me know, thanks to 'teeedubb' and 'barolo' for testing)
  • For 'attractmode' added semicolon detection for 'snaps'/'video' parsing for determining resource folders (Thanks to 'barolo' for pointing this out)
  • Removed rom limit on 'igdb' module

3.3.3

22 Nov 00:33
Compare
Choose a tag to compare
  • Added support for the Nintendo 3DS platform as '3ds' (Thank you to 'barolo' for suggesting this)
  • Fixed system id for 'coleco' platform when using the 'screenscraper' module causing roms not to be recognized (Thank you to 'DMahlon' for reporting this)

3.3.2

05 Nov 12:22
Compare
Choose a tag to compare
  • Added '.gcm' file extension to Gamecube platform (Thank you to 'mrsilver76' for suggesting this)
  • The '-e' option can now be used to optionally set the Pegasus launch command (Thank you to Sixdd6' for suggesting this)
  • Refined 'Found/Skipped' output a bit