AIMP Forum
AIMP for Android => Вопросы / Questions => Topic started by: kamild_ on March 14, 2022, 00:55:32
-
Does AIMP have any broadcast intents exposed for users? In particular, I'm looking for two intents - one to force library rescan once my daily sync task with my PC is done, and one to open and start playback in AIMP once Bluetooth device is connected, but when AIMP isn't running after a system restart.
-
AIMP has no library, so it has no option to rescan it.
AIMP has following built-in intents for some commands:
com.aimp.service.action.addToBookmarks
com.aimp.service.action.addToFavorites
com.aimp.service.action.bind
com.aimp.service.action.exit
com.aimp.service.action.next
com.aimp.service.action.nextTrack
com.aimp.service.action.nextGroup
com.aimp.service.action.nextPlaylist
com.aimp.service.action.pause
com.aimp.service.action.play
com.aimp.service.action.playOrPause
com.aimp.service.action.playShortcut
com.aimp.service.action.prev
com.aimp.service.action.prevTrack
com.aimp.service.action.prevGroup
com.aimp.service.action.prevPlaylist
com.aimp.service.action.rewind
com.aimp.service.action.fastForward
com.aimp.service.action.startFromBeginning
com.aimp.service.action.stop
com.aimp.service.action.toggleLiked
com.aimp.service.action.toggleRepeatMode
com.aimp.service.action.toggleShuffleMode
-
AIMP has no library, so it has no option to rescan it.
AIMP has following built-in intents for some commands: [...]
Thanks a lot for the intent list.
In terms of rescanning library, my bad - I meant the "Update content" option present in playlists. I don't see such intent on the list, so I'd like to suggest one, which would update contents of chosen playlists (if it's not possible to do via intents, I'd be fine with updating contents of all playlists at once).
-
Thanks a lot for the intent list.
In terms of rescanning library, my bad - I meant the "Update content" option present in playlists. I don't see such intent on the list, so I'd like to suggest one, which would update contents of chosen playlists (if it's not possible to do via intents, I'd be fine with updating contents of all playlists at once).
Ok, I have put your suggestion to my todo list for public api enhancement.
-
Ok, I have put your suggestion to my todo list for public api enhancement.
Running out of ways to improve this player <3 Thank you!