Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insightgit/pimusic
A very lightweight and simple music player for the Raspberry Pi
https://github.com/insightgit/pimusic
Last synced: about 2 months ago
JSON representation
A very lightweight and simple music player for the Raspberry Pi
- Host: GitHub
- URL: https://github.com/insightgit/pimusic
- Owner: InsightGit
- Created: 2015-08-10T19:00:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T01:50:54.000Z (over 9 years ago)
- Last Synced: 2023-03-03T11:29:39.635Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PiMusic
A very lightweight and simple music player for the Raspberry Pi.Supports Uncompressed WAV, MP3, OGG, XM and MOD.
Requires Pygame
To Run:
$ cd PiMusic
$ python3 PiMusic.py
To install:
type wget https://www.dropbox.com/s/ecr95apk8sw5y21/autoinstall.py?dl=1 and python3 autoinstall.pyThen follow the on-screen instructions
Manual install:
if pygame is installed:
$ git clone https://github.com/InsightGit/PiMusic.git
if pygame is not installed:
$ sudo apt-get install mercurial
$ hg clone https://bitbucket.org/pygame/pygame
$ cd pygame
$ sudo apt-get install libsdl-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
$ sudo apt-get install libsmpeg-dev libportmidi-dev libavformat-dev libswscale-dev
$ sudo apt-get install python3-dev python3-numpy
$ python3 setup.py build
$ sudo python3 setup.py install
$ git clone https://github.com/InsightGit/PiMusic.git