iampawan / Flute-Music-Player

Flute Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.
Apache License 2.0
332 stars 119 forks source link

scan files at begining of `getData()` #17

Closed magodo closed 4 years ago

magodo commented 4 years ago

At very first of getData(), we should send boardcast to load music metadata into content provider's database. This is useful for the music that is just uploaded to device.

(PS: the reason we don't send ACTION_MEDIA_MOUNTED is explained here)