Skip to content

jijeshmohan/rmusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspimusic

Music player for raspberrypi - Created in project-x hackathon


Install
  1. Install mpd in RPi

    apt-get update
    apt-get updgrade
    apt-get install mpd
    
  2. Configure MPD

    Edit configuration file sudo vi /etc/mpd.conf and update the following

    	 music_directory         "/path/to/music"
    	 bind_to_address         "any"
    

    And restart mpd service sudo service mpd restart

  3. Copy the raspimusic app into RPi and run , you can change the port using --port ( Default port is 8080)

  4. Now you can access the RaspiMusic from any device using http://RPi_ip_address:port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published