external storage and sd card should be the same
Are you saying that the mp3 files already exist on your device, either in shared storage (Music), on a removable sd card, or in your apps' ASD, and all you want to do is display these files in a list ?
In your other topic, Taifun has already suggested that you look at the Jukebox example, that uses the Taifun File extension.
I don't fully understand you, but I want to reflect the songs in the device external storage and sd card to a list. When I select a song from the list, I want the song I select to play.
Please explain and show what you mean by this.... (e.g. file paths....)
I will make a music player application and I want to automatically select songs from external storage and sd card and reflect them to the list. When the user selects a song from the list, I want it to play in the background. Please understand.
As a starting point, follow the jukebox example here:
everyone tells me this but I don't understand, can you make a sample project like I described?
You can download the Jukebox.aia example project from the page linked above (scroll to the bottom of the page.)
will you give me an answer?
- I have
- You did not answer my earlier question
I'm sorry
I apologize, I use translation because I am from another country. When there is a translation error, I cannot fully understand what you say.
I found one online, but it can only read songs from the SD card.
I wrote a reply, can you look at it?
Please answer my question. You have not explicitly indicated which file paths you wish to read mp3 file names from. If you can do that, then it will be possible to advise whether this is possible (it should be, but we need to know). Also indicate your target Android system.
Something like this
Simple way to get artist info etc. using the WebViewer
based on Taifun's Juke Box. Did you test the provided aia?
Yes, and @mert_akalin should definitely refer to it (not least because I also show the blocks there):
It lists MP3s from the removable SD card (if you have one), but of course there's no problem listing MP3s from the emulated SD card as well.
hello everyone
i want make a music player i want user to upload a music then hide or delete that music the user selected and listen it just from my app it can be? how?
Start reading from the beginning of this thread, follow the suggestions and search the community, there are so many threads about music players
And as a start, learn the basics...
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .
Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
Thanks Taifun