Skip to content

Releases: muldjord/skyscraper

2.4.9

09 Jun 12:46
Compare
Choose a tag to compare
  • Added 'mame-advmame', 'mame-mame4all' and 'mame-libretro' platforms

2.4.8

31 May 08:34
Compare
Choose a tag to compare
  • Fixed bug that made region default to 'wor' instead of 'eu' and 'us' if unset

2.4.7

30 May 08:08
Compare
Choose a tag to compare
  • Added c16, c128 and vic20 platforms. c128 will scrape using c64 alias as it isn't directly supported by the sources

2.4.6

25 May 20:55
Compare
Choose a tag to compare
  • Added 'overview' support for AttractMode. It will now create the necessary cfg files to show the game descriptions
  • Added '<kidgame>bool</kidgame>' output to Emulationstation gamelist generation
  • Added 'ages' support in 'screenscraper' module. Will convert PEGI and ESRB to numeric
  • Added 'ages' support in 'thegamesdb' module. Will convert PEGI and ESRB to numeric

2.4.5

08 May 21:45
Compare
Choose a tag to compare
  • Added support for the 'x68000' platform

2.4.4

02 Apr 21:06
Compare
Choose a tag to compare
  • Changed openretro 'wheel' type to 'marquee' type. It wasn't really a wheel
  • 'openretro' now filters out variants to avoid bad screenshots (Thank you AnalogHero)
  • Now allows you to set custom dbFolder in config.ini both under main and platform sections
  • For Amiga it now searches for "Demo", "aga", "cdtv" and "cd32" in filenames and converts to [] bracket names (Thanks Dom)
  • Region 'wor' has been moved below 'eu' and 'us' for Screenscraper since it often returns Japanese titles (Thanks maroonout09)
  • Now turns '-' into ' ' in filenames before doing searches (Thanks maroonout09)
  • Simplified thread result communication with main thread from two functions to just one
  • Now again properly tests for a scraping run with 30 consecutive misses, then exits

2.4.3

25 Mar 10:54
Compare
Choose a tag to compare
  • Fixed modules that aren't filename based to just always return first entry (Thank you AnalogHero)

2.4.2

25 Mar 09:49
Compare
Choose a tag to compare
  • Reordered options in '--help' output
  • Changed help text for certain options for clarity
  • Made sure import scraper uses complete baseName in case filenames have more than one dots

2.4.1

25 Mar 08:23
Compare
Choose a tag to compare
  • Now auto-adds '--videos' option when using 'import' scraping module
  • Fixed bug in import scraper that would hand it the wrong filename to look for

2.4.0

24 Mar 20:47
Compare
Choose a tag to compare
  • Fixed bugs in overloaded functions for import and localdb...