You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the current output token is only capable of producing the library/roms folder of structure A. This is the case if one specifically asks igir to output to libbrary/roms/{romm}.
Describe the solution you'd like
It would be great if the token would work in such a way that it puts all roms into library/roms and all bios files into library/bios when specifying the output library/{romm}.
Additional context
One could think about adding rommA and rommB as alternatives to the current one, keeping backwards compatibility.
The text was updated successfully, but these errors were encountered:
I think you would need to do something similar for "Structure A" as well. I'm hesitant to make any changes because the current token should allow for both formats.
Is your feature request related to a problem?
Romm expects the data to be present in two formats:
https://github.com/rommapp/romm?tab=readme-ov-file#folder-structure
However, the current output token is only capable of producing the
library/roms
folder of structure A. This is the case if one specifically asksigir
to output tolibbrary/roms/{romm}
.Describe the solution you'd like
It would be great if the token would work in such a way that it puts all roms into
library/roms
and all bios files intolibrary/bios
when specifying the outputlibrary/{romm}
.Additional context
One could think about adding
rommA
andrommB
as alternatives to the current one, keeping backwards compatibility.The text was updated successfully, but these errors were encountered: