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

Wiiflow Not Caching All .Cue Titles #344

Closed
whitezombie455 opened this issue Mar 21, 2023 · 2 comments
Closed

Wiiflow Not Caching All .Cue Titles #344

whitezombie455 opened this issue Mar 21, 2023 · 2 comments

Comments

@whitezombie455
Copy link

I've noticed a bug with wiiflow where it will not generate cache files for some games that are .cue. Most show up but some randomly don't. Even after using a program to manually generate the cache files in wiiflow cache folder the files still don't show up even after a reload cache.

@Fledge68
Copy link
Owner

your problem is probably the regex default. it's been updated since v5.5.3

look in wiiflow_lite.ini for [PLUGINS] filename_skip_regex=
and change it to
((dis[ck]|tape|side|track) _-)|(^disc2[.]iso$)|(^neogeo[.]zip$)|(^funboot[.]rom$)|(^(ecs|exec|grom)[.]bin$)

and do a reload cache.

@whitezombie455
Copy link
Author

That fixed it! Not sure why my wiiflow_lite.ini is out of date when I am running v5.5.3 but I appreciate it!

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

2 participants