You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: