Here is the example...
PlayerAndWavySlider.aia (961.4 KB)
I hadn't realized that when calling the GetAllMusic
function while in companion I get an error and can't get the music.
But when installing the apk everything is solved.
I will make an update to solve that.
2 Likes
Anke
March 6, 2025, 9:35am
203
We already had a discussion about continue playing while forwarding/rewinding:
Well, I think every MP3 player and CD player behaves like I say. At least the sound shouldn't continue playing during fast forward/rewind.
Yes, there is no doubt that this is just a side note in the context of your extension. And that is exactly what I called it. However, I have been using CD players and (later) MP3 players for more than 40 years, and they all worked like I say. So it was and is standard. Period. (Regardless of how modern Android apps handle it today.)
1 Like
I had seen the discussion and found it interesting.
I think I could implement that in the player, I'll check it out right now.
Hans
March 6, 2025, 5:11pm
205
Awesome!
That's exactly what I was looking for.
Now that I see the code, I realize what I configured wrong... Thanks a lot!
Thank you very much for the ultra fast reply and your help!
1 Like
Update v1.1.2 Mar 08, 2025.
Joejsanz:
When calling GetAllMusic while in Companion, an error appeared and the music was not retrieved.
Now, when you slide the playback position with SeekTo
, it will sound like the rewind that occurs when you fast forward or rewind an audio with the slider.
Rewind / FastForward effect Implementation Inspired by Anke.
Block example:
Video example:
aia example:
PlayerAndWavySlider.aia (963.2 KB)
Extension v1.1.2.
joejsanz.player.joedevplayer.aix (945.1 KB)
2 Likes
Estou reproduzindo mĂșsica de streaming via PLAYER, tem como exibir o nome da banda e mĂșsica? (o streaming envia essas informaçÔes)
No meu Player não aparece as opçÔes songtitle e artistname....
Unfortunately the players do not "read" the artist and song name for streaming, only for mp3 files... Even if the various players like winamp, vlc etc display it, in the players in AppInventor it does not, to display it you have to find another way.
Obrigado pela sua resposta. VocĂȘ tem alguma sugestĂŁo de como fazer?