Player - Device Audio, Loop - Play Streaming

Thank you for the extension update! It has been really helpful for me.

2 Likes

Thanks a lot otniel

1 Like

Hi... do these new blocks you added also work for streaming a radio that broadcasts on the web? to get artist name and song title?

If it's a live stream you won't get that data, but if it's an audio file on the web, you will get the data.

1 Like

ah ok.. thanks for the reply anyway I renew my compliments for what you do.. all the extensions you create are very useful

1 Like

Thanks so much Daniel

Hello Joe, after using it to play an MP3 song from the server, it takes a bit longer to load and seems to freeze for a moment

1 Like

I think the delay is due to the authentication implementation I made for URLs

1 Like

Hi Joe,
thanks for your awesome extension!

At the moment I want to implement a timeview-slider for local played song, that also has the ability to skip to a specific time in the song by drag & dropping the slider. Basically the normal function of these music-player sliders...

Unfortunately I am struggeling how I can use the wavey slider component to do this.
Is there a very basic example how to implement the wavey-slider to look and work like this?

slider

Thank you very much.

Best regards
Hans

Thank you very much Hans

Yes, I'm going to make an example and as soon as I finish it I'll share it with you.

Best regards.
Joe

1 Like
1 Like

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

We already had a discussion about continue playing while forwarding/rewinding:

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.

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.

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?