Page 1 of 1

MM2 Android Playlists [#20399]

Posted: Tue Nov 07, 2023 12:55 pm
by Linkinsoldier
Hi,

I used to be able to sync my library with MMA with my PC and the use Poweramp to listen to the music plus use the playlists synced with MMA.

Now with MMA2 I can't access the playlists or even find them anywhere but in MMA (there they work fine and are listed as expected). Can you tell me where they are stored?

Thank you,
Stefan

Re: MM2 Android Playlists

Posted: Mon Nov 20, 2023 12:58 pm
by rusty
Thanks! Looking into this at https://www.ventismedia.com/mantis/view.php?id=20399

-Rusty

Re: MM2 Android Playlists [#20399]

Posted: Wed Nov 22, 2023 3:10 pm
by rusty
So it seems that if a /Playlists directory exists and if access has been granted to that directory (upon being prompted at runtime), then when doing a WiFi Sync, MMA will copy .m3u files to the directory and other apps should be able to use them. But if either of these conditions haven't been met, then the playlists will only be saved to the private storage used by MMA.

Can you confirm whether a /Playlists directory exists on your device in the storage location to which you're syncing?

-Rusty

Re: MM2 Android Playlists [#20399]

Posted: Sat Nov 25, 2023 1:15 am
by Linkinsoldier
Thank you Rusty.

I can confirm the playlist folder does not exist. Do you want me to create it or wait for a Bugfix?

If yes: shall this be created in the mediamonkey folder (same level es files) or on the same level as the mediamonkey folder? Both don't exist 8)

EDIT: I could not wait but created the /Playlists Folder (in "sd card" root) and after opening MMA2 and granting the permissions (were detected automatically!) the playlists were created by there own and i could access them with other apps (e.g. Poweramp).

Funny enough i currently have another bug: When I tried to sync a new album afterwards it is now stuck on "updating storage - moving content from application folder". I hope this fixes itself over time.

Edit2: I canceled it and did an additional sync. Worked without issues!

Re: MM2 Android Playlists [#20399]

Posted: Mon Dec 04, 2023 12:16 pm
by jasperdelight
Just a quick thank you, as I've been trying to decide if I like MMA, and getting playlists to sync with PowerAmp is a requirement; I've been losing my mind trying to get this to work, and manually creating the Playlists folder and resyncing solved the problem.

Re: MM2 Android Playlists [#20399]

Posted: Mon Dec 18, 2023 6:03 pm
by rusty
Glad this has worked out. We're probably not going to be able to fix this anytime soon sync the limitation is due to Android's permission model and the fact that MMA currently doesn't request unlimited permissions.

Details at https://www.ventismedia.com/mantis/view.php?id=20399

-Rusty

Re: MM2 Android Playlists [#20399]

Posted: Tue Dec 19, 2023 10:33 am
by Linkinsoldier
Thanks for the headsup.

Stupid question, but can't you do an

if not exists (\Playlists) then create \Mediamonkey\Playlists and sync them to this folder instead?

For me it now works perfectly fine, but i dont see why you can only use the /Playlists Folder to do playlists :)

Re: MM2 Android Playlists [#20399]

Posted: Mon Jan 29, 2024 5:06 pm
by rusty
That's kind of what happens:
...if a /Playlists directory exists and if access has been granted to that directory (upon being prompted at runtime), then when doing a WiFi Sync, MMA will copy .m3u files to the directory and other apps should be able to use them. But if either of these conditions haven't been met, then the playlists will only be saved to the private storage used by MMA.
-Rusty