Feature #732
Add configuration option to disable recursion in directories
100%
Description
Currently when running
audacious my_dirthe program adds all media contained in my_dir and all its subdirectories; the same happens in the GUI when selecting a directory with the "open" or "add" commands.
Sometimes one only wants media contained in the directory, without scanning all its subdirectories.
E.g. I sometimes by mistake run audacious on a directory which has LOTS of subdirs, sometimes even my $home: a massive scan for subdirs starts, and I can't stop it even exiting the program GUI, I have to kill -9 all the audacious processes. You can think of other use cases.
Please add a configuration option to enable/disable recursion into subdirectories.
(audacious 3.7.2 on Linux)
History
#1 Updated by Jim Turner about 7 years ago
- File patchbug732.diff patchbug732.diff added
Will this do for starters?
Added boolean config option [audacious].no_subdirs that if set to TRUE stops recursive addition of subdirectories, along with gui checkbox in [Settings].[Playlist] for gtk & qt. FALSE || undef: keep current behavior.
#2 Updated by John Lindgren about 7 years ago
- Description updated (diff)
- Status changed from New to Closed
- Target version set to 3.10
- % Done changed from 0 to 100