goldy1992 / Mp3Player

An open source Android MP3 Player
GNU General Public License v3.0
18 stars 3 forks source link

Add content observer to listen for data changes #110

Open goldy1992 opened 4 years ago

goldy1992 commented 4 years ago

At the moment the database that stores the normalised song titles and artists is only over updated once, meaning its will eventually be outdated.

Proposed solution When the MediaPlaybackService is created add a content observer to android's content resolver and trigger a db update when relevant uri metadata is updated.