Open Kaned1as opened 3 years ago
Hi @Kaned1as
Yes, i'm still maintaining the app (but don't invest too much time lately) and would welcome plugin related contributions.
Note that we currently rely on the fact that SDK30 gives you read-only access to media files without using SAF (See https://medium.com/androiddevelopers/android-11-storage-faq-78cefea52b7c) and i don't plan to generally use it in Vanilla itself - unless we absolutely have to for some use case.
(Right now, deleting files is broken since SDK30 only grants read-only access. We likely need to use SAF for these permissions - but for general media playback and indexing it is not needed)
Understood, will start preparing patches then.
Thanks for keeping it alive by the way.
Hi @adrian-bl , not sure if you're aware but Google is gradually phasing out non-SAF storage support in apps.
I'm planning a plugin system rework, which will happen in several stages.
Main questions from me, before I start: Are you still maintaining Vanilla Music? Are plugin-related contributions still welcome?