-
Notifications
You must be signed in to change notification settings - Fork 729
Can't add song to playlist #765
Comments
Can you go into a bit more detail please? |
I can verify that this is a real issue that the OP, as well as multiple other users have recently reported having. I noticed it at least a month or so ago, and I cannot add nor even edit songs to any playlists. Here are the details from a post I did about it on reddit (that unfortunately got no traction)...
Device info:
|
Same issue here on android 10 & version 1.3.2. Can't add any songs to playlists, no matter if creating a new playlist or adding one or multiple songs to an existing one. Also m3u files in the Playlist folder are no longer recognized. |
I would guess this is connected to this issue Im facing the same problem on my oneplus 6. If you have your music on internal storage it supposedly works. Would have to do further testing on this. Though I have an android 10 emulator where it does work. I just dont know for sure why. Facing the same issue in a music synchonization app im working on. It also cannot create playlists on my oneplus 6 (well... it creates them it just fails to add anything afterwards). Everything is fine on the emulator again. The EACCESS on the m3u file should be a different issue, though. |
Google says the issue has been fixed and will be available in a future Android release. |
@aharish except it's still broken! 😭 some forks like retro and oto have fixed it by using saf and private storage... (still wished MaxFour/Music-Player#88 (comment) could have fixed it, though) android 11 also seem to have fixed it... so annoying! |
I've been having this problem as well. However, I noticed that moving my songs from my SD card to my internal storage fixed the problem. I've tried using another SD card, but it's the same issue. I only have like 20 GB of songs, but I'm not about to move them out of an SD card I specifically bought to store them just to fix this issue. |
@jwhleung What phone and what OS are you using? |
@aharish I'm on an S9+ running Android 10. |
I had all the songs on my internal storage on my Mi A1 running Android 10 when I last came across this issue. It didn't detect the playlist when I tried adding a song however. I no longer have that phone, but will try it out on my current one and see if this issue still persists |
I just tried it on my mom's phone (Moto G Fast, Android 10) and ran into the same issue. Playlist works when music is on internal storage, and it doesn't work when it's on an SD card. Not familiar at all with Android though, so that's about as much insight I can provide. Also, I'm not getting any error code at all. When I try to add a song from the SD card, it just closes the dialog but doesn't display anything else. When I successfully add from internal storage, it at least tells me that the song was successfully added to the playlist. |
So if I can recall what the specific issue is, it has to do with a bug on the implementation of MediaStore on Android 10. I haven't really dabbled with Android development in about 2 years however, so my memory about the specificity of this issue might be a bit off. I will try setting up Android Studio this week and look into this issue. If it is a core Android bug however, we will need to wait for Google to patch this from their side for Android 10, and even then there is no saying if any of the device OEMs will update their existing devices with this patch. Maybe a custom ROM might be the way to go if that ends up being the case. |
the code to resolve this should be rather simple and make a lot of sense: just save the m3u playlist files on the main memory and not in the sd card! this also would prevent duplicated lists, such as what happens with favorite. |
Can you tell me where I can find the m3u file ? Thank you !! |
that idea was directed to the devs. as an android 10+ phonograph user your only option to have a working playlist today is having your music files on the main memory and completely ditch the sd card. yes, it is ridiculous. nobody cares enough to fix it, though. most forks even don't have a solution. i also might not care enough to continue engaging here. there is a nice work around i won't get into any details, but you can probably compress your 128kbps mp3 to about 16% of their size by using ogg opus and 16kbps quality. in my experience, they give amazingly good results. the main drawback is they aren't compatible with most of other softwares today. had a conversation about it a while ago under termux offtopic i think. |
Can't add song to playlist
Device info:
The text was updated successfully, but these errors were encountered: