Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subogero/rpi.fm
Command-line internet radio player for the Raspberry Pi
https://github.com/subogero/rpi.fm
Last synced: 15 days ago
JSON representation
Command-line internet radio player for the Raspberry Pi
- Host: GitHub
- URL: https://github.com/subogero/rpi.fm
- Owner: subogero
- License: other
- Created: 2012-12-18T00:43:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T18:20:38.000Z (over 7 years ago)
- Last Synced: 2024-07-30T19:15:41.887Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 32.2 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- my-awesome-starred - rpi.fm - Command-line internet radio player for the Raspberry Pi (Perl)
README
rpi.fm(1) - Internet Radio Player for the Raspberry Pi
======================================================## DESCRIPTION
Command-line internet radio player using the
website and omxd for playback. See .It's an interactive command-line program. You can chose station by genre;
rpi.fm builds a statistics of your favourites, and you can chose from those too.Chosing a station does not start playback automatically,
as there are many options. See commands I H J i a A below.## COMMANDS
? help
q Radio off and Quit
d leave raDio on and quit, same as Ctrl-D (EOF)f Featured stations list
g choose Genre
m My stations
l Last used list of stationsI play now
H play now on HDMI
J play now on Jack
i Insert to omxd playlist at current position and play now
a Add to omxd playlist after current position
A Add to end of omxd playlisth change to HDMI output
j change to stereo Jack output
p Play/Pause
s Show what's playing## FILES
~/.rpi.fm List of My stations
## INSTALL
rpi.fm was written in Perl, uses curl, stty and the following modules:
Data::Dumper for the config file and Term::ANSIColor for that fancy prompt.Install omxd first: see
Then install rpi.fm:
sudo apt-get install curl
cd rpi.fm
sudo make install## COPYRIGHT
(c) SZABO Gergely , GNU GPL v2