IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.04k stars 57 forks source link

[Enhancement] Ignore directories and all child objects by path #411

Open foundObjects opened 1 month ago

foundObjects commented 1 month ago

Is your feature request related to a problem? Please describe. Album view picks up an entire comic collection on my SD card (thousands of subdirectories containing individual comic issues or graphic novels) that I'd like to ignore all at once. At present I need to select every one of those as individual albums and ignore them by hand.

Describe the solution you'd like I'd like to be able to add paths to ignore and have all subdirectories further down the filesystem tree from that point ignored as well. Eg: if I ignore sdcard://comics/ the gallery should skip that portion of the tree (everything beneath that path.)

Describe alternatives you've considered I could manually ignore about 2500 albums

Additional context n/a

IacobIonut01 commented 1 month ago

It will be available in the next release along with Vault (encrypted media)

foundObjects commented 1 month ago

Awesome, thanks!

Feuerswut commented 2 weeks ago

PLEASE YES PLEASE