deckerst / aves

Aves is a gallery and metadata explorer app, built for Android with Flutter.
BSD 3-Clause "New" or "Revised" License
2.63k stars 99 forks source link

What is the best way to search for file extensions? #959

Closed dAtA-TRoN closed 7 months ago

dAtA-TRoN commented 7 months ago

I've been experimenting a bit, but I'm struggling to find out how to search for file extensions in the app. I've found a workaround: I navigate to a file of the type I'm looking for, such as WebM, then I view the file information, where I can tap on the corresponding file extension to filter by it. However, I'm wondering if there's an official method for doing this. I'd appreciate it if someone could explain it to me.

deckerst commented 7 months ago

There's a way, but I'll be the first to admit that it's not obvious:

dAtA-TRoN commented 7 months ago

Thank you for the very prompt response.