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

Library import #352

Open
Angell1993 opened this issue Aug 27, 2021 · 2 comments
Open

Library import #352

Angell1993 opened this issue Aug 27, 2021 · 2 comments

Comments

@Angell1993
Copy link

I noticed I can only add one game add a time from one folder.. Seeing I got a folder with multiple subfolders for each console and game..
my Folder structure:
Consoles -> DreamCast -> Game -> Gamefile

If this makes sense..

Is there any way to load everything thing in at once, instead of manually going through each folder and adding one at a time??

@athairus
Copy link
Member

athairus commented Aug 27, 2021

I double-checked the source. It should automatically go down subfolders (but not symlinks). So, in your case, tell Phoenix to scan your "Consoles" folder.

QDirIterator dirIter( path, QDir::Files, QDirIterator::Subdirectories );

https://doc.qt.io/qt-5/qdiriterator.html#IteratorFlag-enum

@Angell1993
Copy link
Author

Well, I can only select one or multiple files in the same folder, so no scan folder and subdirectory support that is available..

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