timusus / Shuttle

Shuttle Music Player
Other
2.2k stars 480 forks source link

Playlists disappearing #101

Open cydia2020 opened 7 years ago

cydia2020 commented 7 years ago

Shuttle version:

v1.6.6

Device, OS:

Google Pixel XL PureNexusProject-Android 7.1.2

Description of bug:

Playlist auto delete by itself. Happening randomly

Steps to reproduce:

  1. Add a playlist
  2. Listen to music for few days
  3. Playlist disappears

Expected outcome:

Playlist should always stay

timusus commented 7 years ago

Lots of reports of this same issue. I'm not convinced that Shuttle is responsible for these playlists disappearing, but I don't know what the cause is.

cydia2020 commented 7 years ago

Yes, this even happens on Google Play Music, but maybe if Shuttle is using its own playlist system, then this sorta things won't happen just like Poweramp. And from what I know this seems to be a problem that only happens on a near AOSP system, costumed Android OS like HTC Sense doesn't have these kind of problem.

timusus commented 7 years ago

One of the main problems with implementing a custom playlist system, is third party apps (like Zombies, Run) rely on playlists being available in the MediaStore and actually recommend their users download Shuttle because it works with MediaStore playlists.

I'd rather figure out what the root cause of this issue is firstly.

cydia2020 commented 7 years ago

OK, thanks for that! 👍

timusus commented 6 years ago

Not getting anywhere in identifying the cause of this. It would be good to implement a custom playlist solution.. Perhaps storing playlists in a local DB.

Obap commented 6 years ago

For me I have a clear cause. Playlists disappear when there is an update.

FichteFoll commented 6 years ago

Vanilla Music recently added a feature to sync Playlist as m3u files in a /Playlists folder. It's still in development, however. Maybe shuttle could make use of this as well?

https://github.com/vanilla-music/vanilla/issues/643