Expand description
Management of MAME data files, including downloading, reading, and unpacking.
Functionsยง
- download_
file - Downloads a specific MAME data file based on the provided data type and saves it to the workspace.
- download_
files - Downloads multiple files concurrently, with progress updates for each file.
- read_
file - Reads and processes a specific MAME data file based on the provided data type.
- read_
files - Reads and processes all MAME data files available for the specified workspace path.
- remove_
machines_ by_ category - Removes machines from the given HashMap based on a list of categories to remove.
- remove_
machines_ by_ filter - Removes machines from the given HashMap based on a list of filter criteria.
- unpack_
file - Unpacks a data file for a specific
MameDataType
into a designated workspace folder. - unpack_
files - Unpacks multiple data files concurrently for all
MameDataType
variants into a designated workspace folder. - write_
files - Writes machine data to the specified export file type.