QuickPlay Changelog

What's new in QuickPlay 4.7.6

Aug 22, 2023
  • Features:
  • Export: #49 - added name and comment to ini export:
  • See https://forums.quickplayfrontend.com/viewtopic.php?t=1449
  • Thanks to user hasseno for raising this
  • Mametool:
  • Mame: Fix issues found running against Mame 0.241:
  • Fix issue with softlist printing -
  • https://forums.quickplayfrontend.com/viewtopic.php?t=2652
  • Thanks to user u-neeks
  • Stop hardcoding Mame64 in generated Mame efind. Instead use the Mame emulator the user has selected
  • Fix illegal filename chars introduced in a single emulator in Mame 0.219, causing softlist printing to exit
  • Exclude more new boring systems
  • Re-class all ZX Spectrums as Sinclair (Mame started calling some Amstrad)
  • mame: rethink Mame filepaths functionlity:
  • Possibilities for Mame rompaths set by users is arbitrary, therefore convention can't be guessed by machines, instead ask the user to tell us via dropdowns where each of the four romtypes we deal with are
  • Thanks to Ulao and others for raising issues that led to this conclusion
  • Fix bug with Mame filepaths checkbox/flag, also disable correct sections if filepath printing has been disabled
  • Alter Mame Options form to accomodate filepaths
  • Alter all Mame 'printer' forms - should never have been able to change Mame emulator at the point of printing (since this potentially invalidates a number of decisions already made in Mame Options like rompaths)
  • Add call to to get rompath from Mame's settings ini, add UI elements to display to user
  • Always turn mame rompaths absolute (in case use has relative rompaths)
  • Logic to invalidate rompath is your mame executable or its ini file change
  • Improve saving of filepath/rompath
  • Trim mame.ini's rompath properly
  • Make no-path printing consistent between arcade and softlist printing
  • Bugfixes:
  • Romlist: relabel 'delete rom':
  • This does not delete any files from disk, it removes item from your romdata
  • https://forums.quickplayfrontend.com/viewtopic.php?t=1452
  • Thanks to user quickplayer
  • romlist: prompt before clearing romlist:
  • https://forums.quickplayfrontend.com/viewtopic.php?t=1452
  • Thanks to jaw970 for posting this one
  • Open dir: fix opening Rom in explorer issue when comma part of filename:
  • Properly escape filename...
  • See https://forums.quickplayfrontend.com/viewtopic.php?t=1338
  • Thanks to user quickplayer for pointing this out
  • qpnode: upgrade node.js version qpnode from node 10 to 14:
  • This should stop windows defender flagging QPnode.exe as a potential virus
  • See https://forums.quickplayfrontend.com/viewtopic.php?t=1436#p2008
  • Thanks to Sandman1973 on the forums for raising this
  • synctool: increase default time tolerance for file comparison:
  • For whatever reason, often src and dest files have timestamps which differ only by ms, they are the same file
  • Technical Debt:
  • git: Add 'lib' directory to source code:
  • Often we don't add tons of external libs to our source, however several needs arose over time, and in this case, it makes sense
  • Qpnode: fix issue with pkg and native module:
  • See https://github.com/vercel/pkg/issues/1319
  • Qpnode: enable combinatory operations to be run in sequence:
  • e.g.:(scan then softlist printing in dev)
  • Qpnode: better usage info when invoked with no args
  • Qpnode: slightly improved logging
  • Qpnode: add linting config
  • Qpnode: improve readme/dev instructions
  • Mame: Refactor Mame options logic generally e.g.: gatekeepers for xml scan
  • Mame: add inputs to source code

New in QuickPlay 7.1.2 (Oct 22, 2019)

  • Fix internationalisation issue
  • Update jap 7zip dll
  • Make extract to qpdir default
  • Add and update numerous efinds

New in QuickPlay 4.7.1 (Oct 19, 2019)

  • Remove dev synctool config from prod
  • Use dats dir for synctool conf
  • Fix issue with synctool config enable on hostname
  • Small fixes to a couple of efinds
  • Omit mess emus from efinds (user should run mamemtool if they want all the MESS emus)

New in QuickPlay 4.7.0 (Oct 13, 2019)

  • New Features:
  • Synctool
  • You can setup a single Remote and local folder - anything under will sync: clicking on a rom will cause it to cache locally if necessary
  • Directories are mirrored as well as files cached, so folder structure form source is maintained (you know what roms are from what system)
  • Symlink support so that you can extend your storage/keep CD/DVD files in a different location
  • Synctool Options - Electron UI Element which manages and talks to the new qpnode settings file
  • Romdata Flip - Users can change the Local path to the Remote one and vice versa in multiple Romdatas
  • UI component to Romdata Flip shows you files changed, also prompts confirmation
  • Remove syncing abilities of QuickPlay Multiloader, now vastly superceeded
  • Update Johnlib with various types of exe running code that have varying effects (like printing to console)
  • QuickPlay calls to node to see if Synctool is Enabled before doing anything
  • Waits a while after running so you can see what happened, also writes to logfile in QuickPlay's root
  • Quit with ctrl+c implemented (you sometimes have to wait for the current chunk to finish)
  • Copies timestamps as well as files, uses timestamps to determine equality
  • Timestamp difference tolerance (configurable). I don't know why sometimes timestamps are off with copies of files not done through synctool, but they are
  • Timeout for finding roots (try not to hang loading a potential rom just because we can't check if its the same file as on the server)
  • Some investigation of a stream-based solution, left as an option but just too slow
  • Mametool Paths:
  • Disabled by default, Mametool can work out paths of all files from mame.xml and print them in Romdatas
  • Implemented for both Arcade and Mess Softlists (much more useful for the latter)
  • We can only sync one file, but print helpful info to the log about other files which need to exist locally in order for games to run (eg: BIOS)
  • Mame Options enlarged and added to you can select what kind of merged roms you have (it affects what the filenames would be)
  • Looks up your mame.ini (or mess.ini) for your MAME Rompaths, uses conventional names to distinguish (or you can have all roms in one ROMS folder)
  • Defaults to old behaviour in case of issues (printing a 'sentinel' filepath in a romdata entry so QuickPlay ignores the filepath element)
  • Node/Electron:
  • First use of Nodejs Electron in QuickPlay to run synctool options (the hope is to extend this somewhat)
  • Build and binary process implemented, Delphi makes appropriate exe calls
  • Resolved some issues with old js packaging process, hopefully to be superceeded by the new process
  • Json options file implemented, creation process implemented (its a plan to avoid upgrading issues with overwriting settings)
  • Bugfixes:
  • Right-click explorer explores to file not just dir (thanks to user 'quickplayer')
  • Quotes in mednafen in case of no 8:3 (also thanks to 'quickplayer')
  • Fixed bug with mame0.211 softlist printing (thanks to u-neeks for a fantastic bug report!)

New in QuickPlay 4.6.6 (Feb 20, 2019)

  • Enable lzma2 support for 7zip files
  • Remove mametool logging file from release

New in QuickPlay 4.6.5 (Jan 26, 2019)

  • ensure multiloader compatibility with Daemon Tools Lite 10.10
  • bugfix: fix mametool bug with ini kv files
  • bugfix: fix bug where mame version would revert on success
  • bugfix: get the logic right for users rescanning a new mame version
  • bugfix: recheck mame extras dir when mame scan triggered bugfix: mametool uses its own mame.json as a gatekeeper check, not the users mame xml
  • add pcsx-pgxp to efinds

New in QuickPlay 4.6.4 (Jan 12, 2019)

  • Mame ini file finder
  • Upgrade nodejs version of mametool
  • Add mametool logging
  • Add some icons
  • Sundry retroarch efind alterations
  • Add some new retroarch emus

New in QuickPlay 4.6.2 (May 23, 2018)

  • update multiloader for dt 10.8
  • mednafen config file name

New in QuickPlay 4.6.1 (Apr 18, 2018)

  • update file exts and systems dat for new users
  • Many urls corrected in efinds by 8-Cyo
  • added more of 8-cyo's major updates to efinds and system file extensions
  • added major efind contribs from 8-Cyo
  • minor updates to RetroArch efind
  • when user runs MAMEtool, remove old and boring MAME system names that might be in the users systems.dat
  • make all nes and snes loader cart media calls work
  • added some hardcoded choices for softlist emulators for MAME after much manual testing
  • extend loader calls to deal with MAMEname conflicts between devices
  • add exception list to loader calls to cope with e.g.: Thomson systems requirements
  • extend loader insertions to clone systems
  • add loader-insertion calls to MAME systems i.e.: where a basic cart needs calling before a floppy game
  • change relationships of MAME systems: eg: Tomson series and fm8,fm7
  • remove more MAME non-game system types: e.g.: card games and calculators
  • refresh MAME system types e.g.: tests prove electron is more similar to bbc than atom

New in QuickPlay 4.6.0 (Feb 14, 2018)

  • Mame softlists: other game names functionality: Mame made some mistakes:
  • mamenames for games are unique per-machine's device, not unique per machine as they should be (smb2 could be both a flop for the Jap version and a cart for the US version, so what happens when you call mame famicom smb2?)
  • mamename loading (without specifying device) does nice things like multi-disc loading. If you do specify device, no nice things
  • its hard to tell when you have a name conflice, which device will be treated as the 'default' So, to load the correct game, we look for exceptional game name conflicts between the original softlists for a system. If we find conflicts, only then do we override the mame call by specifying device
  • fix some other issues found to get more games working in mame, in particular:
  • the custom calls needed for the nes_ and snes_ 'special cartridge' softlists
  • forcing up the rating of certain emulators for a system, to make sure games load easier, in particular msx1_flop, where a late Brazilian variant loads double-density disks, and msx2p, where the previous default emus required you to know Japanese to load a game
  • make image fit in thumbnail media panel view...
  • add back and next buttons for image viewer
  • update and tweak the RetroArch efind, many additions and fixes to take up to RetroArch 1.6.9
  • stop multiloader using deamon tools to mount zips (turns out it was VERY slow, often in-game, just always unzip)
  • refresh mednafen efinds (add mednafen saturn)