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

Can't import content by folder #17

Open
Daripa opened this issue Apr 22, 2020 · 3 comments
Open

Can't import content by folder #17

Daripa opened this issue Apr 22, 2020 · 3 comments

Comments

@Daripa
Copy link

Daripa commented Apr 22, 2020

Can only import individual files not entire folders.
I'm using android and the drag and drop feature is not applicable.

@porg
Copy link

porg commented Apr 13, 2022

Please make your proposal more specific: Folders with what content?

  1. With multiple playlists? What would be the purpose? Merging all those playlists into one playlist?
  2. What if your folder contains non-playlist-files? How shall it behave then?
  3. What if that folder contains (a) further subfolder(s) and these again? How far down (how recursive) shall it be?

AFAIR there is no standard for a true folder-upload in web browsers, just upload of single or multiple files. Maybe some browsers (on Android that you are using) emulate folder uploading, by translating dropping a folder into the upload area into an upload of all files in that folder (and of subfolders, sub-sub-folders, …?) into a list of multiple files.

The request in its current length & specificity seems not too thoughtful or at least not recognizible as such to others.

@marcrobledo
Copy link
Owner

Yes, it is possible for web browser to choose an entire folder (and even get a full list of its files and their relative paths) with webkitdirectory.

However, you should be able to choose various files by long-tapping then checking the desired files. Depending on the mobile OS and its version, you might even have a choose all files button in the toolbar.

This coud be implemented on Retroarch Playlist Editor, but I am not sure if it is really needed, I figure almost all Android (and probably iOS too) versions allow you to select all files in a folder.

@porg
Copy link

porg commented Apr 14, 2022

  • Thanks for info on what's technically feasible.
  • Still I asked the OP for the purpose (merging?) and also how to deal with the pitfalls (non playlist files, the potential recursive nature of this).
  • Until then this issue will only be on standby I assume.

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