A Fine Turn Server Worth Million Dollar
#!/bin/bashfor f in *.mp3do echo "Playing $f file..." omxplayer "$f"done
thanks! This worked great.The only other thing I had to do was make it executable:sudo chmod +x /usr/local/bin/playmp3.shthanks again - I'm enjoying a folder of mp3 right now on a tty in the background
Thanks for your fix.
thanks! This worked great.
ReplyDeleteThe only other thing I had to do was make it executable:
sudo chmod +x /usr/local/bin/playmp3.sh
thanks again - I'm enjoying a folder of mp3 right now on a tty in the background
Thanks for your fix.
ReplyDelete