Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move away from the Android MediaStore Playlist API #116

Open
nt4f04uNd opened this issue May 6, 2023 · 1 comment
Open

Move away from the Android MediaStore Playlist API #116

nt4f04uNd opened this issue May 6, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@nt4f04uNd
Copy link
Owner

Suggestion

Problem

Android Playlist API was deprected

There are a lot of problems with this backend, it barely works.

You can create and read playlist, but everything other than that is extremely laggy and sometimes, more often than not, doesn't work:

  • adding tracks
  • moving tracks
  • deleting tracks
  • deleting playlist

I was aware of this problem at the moment of implementing this, but thought this was still worth using it, since these playlists are shared through the MediaStore.

While this is true, this is worth almost nothing, given how broken they are.

Solution

We should move on to some other implementations, probably file based.

@nt4f04uNd nt4f04uNd added bug Something isn't working enhancement New feature or request labels May 6, 2023
@nt4f04uNd
Copy link
Owner Author

Removing songs from playlists no longer works
https://stackoverflow.com/questions/57398381/api-29-mediastore-access/65686524#65686524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant