Skip to content

Gordon999/Pi-2Button-MP3-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Pi-2Button-MP3-Player

A simple MP3 Player using a Raspberry Pi and 2 buttons, and 3 LEDs.

All buttons are connected between gpios and gnd (1k resistors in series are usually recommended), LEDs are connected between gpios and gnd, with suitable resistors.

2 button switches, 1st for PLAY/STOP/SHUTDOWN, the 2nd for SHUFFLE/PREVIOUS TRACK/REBOOT

3 LEDs, 1st for Running , 2nd for Playing, 3rd for Shuffled.

At power up LED1 will flash for whilst it boots, LED3 will light whilst it loads tracks, LED2 will light when ready to play.

Press 2nd (PREV) button to shuffle tracks whilst not playing. LED3 will light. Press again to unshuffle, LED3 will go off.

Press 1st (PLAY) button to start playing. LED1 will light.

Whilst playing, Press 1st button to STOP playing, press again to play NEXT track. Press 2nd button to play previous track.

Hold down 1st button for 5 seconds to shutdown Pi. Hold down 2nd button for 5 seconds to reboot Pi.

At boot it will look for mp3 tracks in '/home/pi/Music', and on a USB stick with the format /Artist/Album/Tracks

To install copy 2B_MP3_player.py to /home/pi

and then

sudo apt-get install mplayer

sudo pip3 install mutagen

to run python3 2B_MP3_player.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages