Raspberry PI Music and Video Player

Question regarding Raspberry PI Music Player
Hi All,
am only just starting using XOJO today, and wanted to know if it is possible to make an app that reads a usb flash drive on startup and copies the contents to a listbox then plays it in order, including music and videos?

cheers .

Off the top of my head the likely answer is Yes as that is certainly achievable in other ‘flavours’ of XOJO as long as you have suitable ‘codecs’ installed iin the Pi OS.

Sure. To get you started, this tutorial in our Programming the Raspberry Pi with Xojo book shows how you can play music files in a folder.

http://developer.xojo.com/pibook/music-player

1 Like

thanks so much for the replies guys, looking forward to seeing what i come up with.