move files to utils

This commit is contained in:
Georges-Antoine Assi
2024-04-03 22:33:30 -04:00
parent 577bf3e8e8
commit 6d3bcff4f1
4 changed files with 3 additions and 3 deletions

View File

@@ -119,8 +119,6 @@ def test_exclude_files():
cm.add_exclusion("EXCLUDED_SINGLE_FILES", "Super Mario 64 (J) (Rev A) [Part 1].z64")
patch("utils.fs.config", cm.get_config())
filtered_files = fs_rom_handler._exclude_files(
files=[
"Super Mario 64 (J) (Rev A) [Part 1].z64",

View File

@@ -521,6 +521,7 @@ SLUG_TO_MOBY_ID: Final = {
"ngage": {"id": 32, "name": "N-Gage"},
"ngage2": {"id": 89, "name": "N-Gage (service)"},
"nes": {"id": 22, "name": "NES"},
"famicom": {"id": 22, "name": "NES"},
"nascom": {"id": 175, "name": "Nascom"},
"neo-geo": {"id": 36, "name": "Neo Geo"},
"neogeoaes": {"id": 36, "name": "Neo Geo"}, # IGDB
@@ -607,6 +608,7 @@ SLUG_TO_MOBY_ID: Final = {
"sk-vm": {"id": 259, "name": "SK-VM"},
"smc-777": {"id": 273, "name": "SMC-777"},
"snes": {"id": 15, "name": "SNES"},
"sfam": {"id": 15, "name": "SNES"},
"sri-5001000": {"id": 242, "name": "SRI-500/1000"},
"swtpc-6800": {"id": 228, "name": "SWTPC 6800"},
"sharp-mz-80b20002500": {"id": 182, "name": "Sharp MZ-80B/2000/2500"},

View File

@@ -1,4 +1,4 @@
# poetry_npm run python3 -m scripts.generate_supported_platforms
# poetry_npm run python3 -m utils.generate_supported_platforms
from handler.metadata_handler.igdb_handler import IGDB_PLATFORM_LIST
from handler.metadata_handler.moby_handler import SLUG_TO_MOBY_ID