Post

Replies

Boosts

Views

Activity

Updating the SystemMusicPlayer queue resets the shuffle and repeat settings
If the shuffle or repeat settings are changed in my app and then the SystemMusicPlayer queue is changed, the shuffle or repeat settings will revert to the Music app settings. How can I retain the shuffle and repeat settings in my app until the settings are changed in another app? The queue is set up as follows let musicPlayer = SystemMusicPlayer.shared musicPlayer.queue = SystemMusicPlayer.Queue(for: trackList, startingAt: track)
2
0
882
Mar ’22
Updating the SystemMusicPlayer queue resets the shuffle and repeat settings
If the shuffle or repeat settings are changed in my app and then the SystemMusicPlayer queue is changed, the shuffle or repeat settings will revert to the Music app settings. How can I retain the shuffle and repeat settings in my app until the settings are changed in another app? The queue is set up as follows let musicPlayer = SystemMusicPlayer.shared musicPlayer.queue = SystemMusicPlayer.Queue(for: trackList, startingAt: track)
Replies
2
Boosts
0
Views
882
Activity
Mar ’22
How to fetch content like the Browse tab in Apple Music
Hello, Is there any way to get content like what is displayed in the Browse tab of Apple Music using MusicKit or Apple Music API? I checked the contents of the default recommendations in the Apple Music API, and these were my personal recommendations. Is it possible to get common recommendations?
Replies
1
Boosts
0
Views
1.1k
Activity
Sep ’21