Hello all,
I have some MP3s on my Pi and want to play them. But I don't know how. Is there a good program I can install?
Robbi Blechdose
The RPF have much documentation available, seems a shame not to read it:Robbi_Blechdose wrote:Hello all,
I have some MP3s on my Pi and want to play them. But I don't know how. Is there a good program I can install?
Robbi Blechdose
OMX has a GUI https://github.com/KenT2/tboplayerRobbi_Blechdose wrote:Thanks,
but the names of my music are also with " ",
so it can't read them. And I was more looking for a program than for a command.
Robbi Blechdose
File names with spaces are a pain. Either enclose the full name in quotesRobbi_Blechdose wrote:but the names of my music are also with " ",
Code: Select all
omxplayer "This has spaces.mp3"Code: Select all
omxplayer This\ has\ spaces.mp3