The project is in a healthy, maintained state
ruby client for parsing data sourced from [https://www.launchbox-app.com/](https://www.launchbox-app.com/) Only Supporting Cartridges for Rom format matching, Disc based system are all .bin, .cue, and .iso. Not only impossible to distinguish but is not supported on the browser rom emulator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 6.1.4, < 8.0
~> 1.17, >= 1.17.2
~> 3.13
~> 1.57, >= 1.57.2
~> 2.6, >= 2.6.12
>= 6.1.4, < 8.0
>= 1.4
 Project Readme

EivuVideoGameInfo

ruby client for parsing data sourced from https://www.launchbox-app.com/

Only Supporting Cartridges for Rom format matching, Disc based system are all .bin, .cue, and .iso. Not only impossible to distinguish but is not supported on the browser rom emulator

Dependendicies sqlite unar - https://theunarchiver.com/

Installation

TODO: Replace You can install it as a gem:

gem install eivu_video_game_info

or add it into a Gemfile (Bundler):

gem 'eivu_video_game_info'

Usage

path_to_rom = "spec/fixtures/roms/gba/butano-fighter.gba"
EivuVideoGameInfo::Loader.setup # placed for historical purposes only
# create a list of all matched and unmatched roms in folder & subfolders
EivuVideoGameInfo::Utils.inspect_library(path_to_roms)
# extract all archives in folder & subfolders
EivuVideoGameInfo::Utils.extract_all(path_to_roms)
# retrieve info for a rom
EivuVideoGameInfo::Models::Game.fetch_rom_info(path_to_rom)
# retrieve info for a rom, in json format
EivuVideoGameInfo::Models::Game.fetch_rom_info_as_json(path_to_rom_file)
# (used internally) create unique slug from rom filename
EivuVideoGameInfo::Models::Game.slugify_rom(path_to_rom_file)
# (used internally) create unique slug from  string
EivuVideoGameInfo::Models::Game.slugify_string(path_to_rom_file)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/eivu/eivu_video_game_info. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the EivuVideoGameInfo project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.