Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 3.2.0-rc.1 bios do not respect exclusions in config.yml #849

Closed
jiannazzone opened this issue May 15, 2024 · 1 comment
Closed

[Bug] 3.2.0-rc.1 bios do not respect exclusions in config.yml #849

jiannazzone opened this issue May 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jiannazzone
Copy link
Contributor

RomM version
3.2.0-rc.1

Describe the bug
When scanning for bios files, my exclusion rules are not applied. For example, .DS_Store is picked up, even when I add a matching bios section in config.yml.

To Reproduce
Steps to reproduce the behavior:

  1. Add exclusion rule to config.yml (see below)
  2. Start docker logs
  3. Initiate platform scan
  4. Observe that files are catalogued even when they should be excluded
bios:
    single_file:
      names:
        - '._*'
        - '.DS_Store'

The ._gba_bios.bin file should be ignored.
gba-bios-screen

@jiannazzone jiannazzone added the bug Something isn't working label May 15, 2024
@gantoine gantoine self-assigned this May 17, 2024
@gantoine
Copy link
Member

Alright I've got a fix for this, will be in the next release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants