alucryd / oxyromon

Rusty ROM OrgaNizer
Other
128 stars 14 forks source link

[Issue] Unable to import MAME dat #58

Closed TylerVigario closed 1 year ago

TylerVigario commented 1 year ago

Having trouble importing a MAME dat from www.progettosnaps.net

oxyromon import-dats -a "MAME 0.250.dat"

Processing ""MAME 0.250.dat""
Error: SimpleError { err: "Failed to parse DAT file, missing field `game`" }
alucryd commented 1 year ago

Looks like they don't respect the Logiqx format, which is unfortunate, all game tags are replaced with machine tags. Will see if I can use one or the other without having to write an ugly hack :/

alucryd commented 1 year ago

Managed to do it cleanly in https://github.com/alucryd/oxyromon/commit/f39cc6150a2973e28c175b991016e42042d422b0 :)

TylerVigario commented 1 year ago

Worked great. Thanks!