diff options
author | nivit <nivit@FreeBSD.org> | 2014-04-09 08:26:00 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2014-04-09 08:26:00 +0800 |
commit | 4ed084c87531230aa3bc4341e12c544aa3182462 (patch) | |
tree | ddae79d278a5f6a6ef86ebb527fbd7a4b85dea46 /audio/Makefile | |
parent | c8d94bf4b54fb6429bd26ccbcd6f7b51c73301d1 (diff) | |
download | freebsd-ports-gnome-4ed084c87531230aa3bc4341e12c544aa3182462.tar.gz freebsd-ports-gnome-4ed084c87531230aa3bc4341e12c544aa3182462.tar.zst freebsd-ports-gnome-4ed084c87531230aa3bc4341e12c544aa3182462.zip |
Terminal based MP3 search, playback and download.
- Search and stream music
- Create playlists
- Download music
- Works with Python 2.7 and 3.x
- Works with Windows, Linux and Mac OS X
- No Python dependencies
- Requires mplayer or mpv
WWW: http://github.com/np1/mps/
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index c450a8f71de2..015d04e39feb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -489,6 +489,7 @@ SUBDIR += mpg123.el SUBDIR += mpg321 SUBDIR += mpiosh + SUBDIR += mps SUBDIR += msilbc SUBDIR += muine SUBDIR += mumble |