I have created a skill to listen to user request, then run the Album requested by the user. the album is a list of mp3 files that runs one after one using the PlaybackNearlyFinished handler to enqueue next audio. this skill is working fine.
Now I want to display a custom APL that show information about the current track.
I tried many scenarios and all of them failed, could you please suggest any approach to implement this ?
Note that the tracks should run one by one automatically without any touch or user interaction.