hardcore-sushi / DroidFS

Encrypted overlay filesystems implementation for Android. Also available on gitea: https://forge.chapril.org/hardcoresushi/DroidFS
GNU Affero General Public License v3.0
654 stars 44 forks source link

Detect more extensions #309

Closed trab0cch3tt0 closed 2 months ago

trab0cch3tt0 commented 2 months ago

Extensions like m4v work as videos but are not automatically taken as videos. This is a minor inconvenience but it would be nicer to be able to include them in the media player playlist and more

hardcore-sushi commented 2 months ago

Ah yeah unfortunately DroidFS does not know all extensions. I would like to add an editor in the app to allow users to add additional extensions but I'm still not sure how to implement it in the interface.

Before adding m4v to the list, are there any other extensions that you would like to add to the app?

trab0cch3tt0 commented 2 months ago

So far I haven't come across any other extension

hardcore-sushi commented 2 months ago

Alright. I added the m4v extension: 9872cab7c2eab6d11dddfbd54d04176a30d253ff Feel free to suggest other extensions if more is missing.

Unless you compile the app from source, you'll need to wait for the next DroidFS release for the changes to take effect.