Skip to content

Auto Play MP3's from a USB storage device on a raspberry pi

Notifications You must be signed in to change notification settings

Sheaffy/AutoPlayUSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

AutoPlayUSB

This is a python script that will automaticly mount any usb drives, find all mp3's on that drive and play them all on on a playlist that repeats.

Dependencies

install Mplayer

sudo apt-get mplayer

Installation

ALWAYS install in /home this is currently hardcoded

cd /home
sudo git clone https://github.com/Sheaffy/AutoPlayUSB.git

Automatic Startup

sudo nano /etc/rc.local

Put in rc.local

sudo python /home/AutoPlayUSB/init.py &
exit 0

About

Auto Play MP3's from a USB storage device on a raspberry pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages