mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
move files to utils
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user