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

Multi-disc PSX games won't scan #17

Open
tycannon opened this issue Oct 26, 2024 · 4 comments
Open

Multi-disc PSX games won't scan #17

tycannon opened this issue Oct 26, 2024 · 4 comments

Comments

@tycannon
Copy link

Scanner doesn't recognize multi-disc games. I assume because it's a playlist .m3u and hidden folder with multiple .chd. Is this something that can get added?

@milouk
Copy link
Owner

milouk commented Oct 26, 2024

hm yeah i will try to address this in the next release

@tycannon
Copy link
Author

thanks. for a workaround I just made empty text files and called them gamename.chd, rescanned, got the art, then deleted those files.

@milouk
Copy link
Owner

milouk commented Nov 13, 2024

so i took a look into this issue. I think what caused this behavior is the fact you have a hidden dir and i ignore hidden dirs because of other systems e.g., MAME etc.. You could have simply removed the . before the dir momentarily and it would have probably worked. I could add a per system setting to ignore hidden dirs but i think it would be overkill just to support a case where .m3u playlist are used instead. Could you maybe try by Unhidding the directory and check if it worked (instead of creating tmp files for each rom and then deleting them)

@Arunakemi
Copy link

Arunakemi commented Nov 17, 2024

Hi, I was having this same issue, I read the code and found that the '.m3u' extension is flagged as an invalid rom extension in the function is_valid_rom(self, rom) from the app.py file , this might be the issue (I say might because I'm not familiar with the rest of the code hence why I havent made a request)

image

Removing that extension there should (as I understand) make m3u files valid for scrapping. Please look into this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants