How to select all mp3 files in a folder with omxplayer ?
Want to play them all.
Re: How to select all mp3 in a folder with omxplayer
Use omxplayerGUI.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: How to select all mp3 in a folder with omxplayer
I searched the repo. There is no gui for omxplayer. I didnt understand your other suggestions. Please explain.
Re: How to select all mp3 in a folder with omxplayer
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: How to select all mp3 in a folder with omxplayer
I have found a way.
cd to mp3 folder then
find ./ -name "*.mp3" -exec omxplayer {} \;
cd to mp3 folder then
find ./ -name "*.mp3" -exec omxplayer {} \;
Re: How to select all mp3 in a folder with omxplayer
There are graphical front ends for OMXPlayer. I recommend TBOPlayer. Works great for me. The following string did the complete install for me.
cd ~ && wget https://github.com/KenT2/tboplayer/tarball/master -O - | tar xz &&
cd KenT2-tboplayer-* && chmod +x setup.sh && ./setup.sh
Got that from here;
https://github.com/KenT2/tboplayer
Good Luck!
cd ~ && wget https://github.com/KenT2/tboplayer/tarball/master -O - | tar xz &&
cd KenT2-tboplayer-* && chmod +x setup.sh && ./setup.sh
Got that from here;
https://github.com/KenT2/tboplayer
Good Luck!