https://github.com/themactep/somafm4mpd
Console script to play SomaFM playlists through an MPD server
https://github.com/themactep/somafm4mpd
Last synced: 8 months ago
JSON representation
Console script to play SomaFM playlists through an MPD server
- Host: GitHub
- URL: https://github.com/themactep/somafm4mpd
- Owner: themactep
- License: gpl-2.0
- Created: 2013-10-29T06:58:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-29T07:20:38.000Z (over 12 years ago)
- Last Synced: 2025-03-19T20:04:24.553Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
somafm4mpd
==========
Console script to play SomaFM online radio playlists through an MPD server.
Licence
-------
GPLv2 License
Requirements
------------
* Ruby
http://www.ruby-lang.org/
* MPD (Music Player Daemon)
http://www.musicpd.org/
* mpc (basic console client for MPD)
http://mpd.wikia.com/wiki/Client:Mpc
Installation
------------
- download somafm4mpd.rb script
- place it somewhere within PATH
- make it executable
Usage
-----
Run the script in a terminal window.
You will be presented with a numbered list of available playlists.
Select a playlist and enter its number to start listening.
Other supported commands are:
`?` - to get quick help.
`i` - to get playing track name.
`l` - to show available playlists.
`p` - to toggle play/pause.
`q` - to exit the script.
`s` - to save active playlist on MPD-server.
Authors
-------
Paul Philippov