filebot / filebot-docker

Docker build files for FileBot
https://hub.docker.com/r/rednoah/filebot/
Apache License 2.0
55 stars 18 forks source link

FileBot Xpra can't select multiple folders to load #10

Closed KnifeFed closed 2 years ago

KnifeFed commented 2 years ago

When doing Load -> Select Folder you can only select one folder. If you repeat the process to add another folder, it overwrites the previous selection, meaning there's no way to process multiple folders at once. Is there a fix or way around this? Selecting multiple files works fine.

rednoah commented 2 years ago

You can configure FileBot with a different FileDialog implementation: https://www.filebot.net/forums/viewtopic.php?t=3913

However, the GtkFileChooserDialog that is used by default is definitely the best UX, even if it doesn't support folder multi-selection.

EDIT: Holding SHIFT (or some other modifier) when clicking on Load will allow you to switch into ADD or LINK mode kinda like how drag-n-drop would work on your Desktop.

KnifeFed commented 2 years ago

Thanks, I changed it to Swing and it works fine.