Changed: New covers when game or cover art not found Changed: Improved build process and release tagging Changed: Improved error handling and logging Fixed: Validation is run on config.yml file to ensure compatibility Fixed: Downloading single file from multi-file roms Fixed: Compressing la...
Support was added for Nintendo Switch ROMs with filenames using thetitleid/programid format(e.g. 0100000000010000.xci). If a file under theswitchfolder matches the regex, the scanner will use the index to attempt to match it to a game. If a match is found, the IGDB handler will use...
romm | 192.168.192.72:0 - "PUT /api/roms/255?rename_as_source=false&remove_cover=true&unmatch_metadata=false HTTP/1.0" 200 romm | INFO: [nginx][2024-09-05 12:55:30] 192.168.192.72 - - "PUT /api/roms/255?rename_as_source=false&remove_cover=true&unmatch_metadata=false HTTP/1.1" 20...
(rom: { platform_name: string }) => rom.platform_name == selectedPlatform.value?.platform_name rom.platform_name == selectedPlatform.value?.platform_name, ) as SimpleRom[]; } } @@ -73,7 +73,7 @@ async function searchRoms() { platform_name: rom.platform_name, platform_slug: rom...
includes("platform")){ return alert("Website not supported"); } const parts = url.pathname.split("/"); const resp = await fetch(`${url.origin}/api/roms/${parts[3]}`);const data = await resp.json();window.open(`${RUNR_PATH}/?rom=${data?.full_path}&platform=${data?....