Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trapd00r/rpd
Radio Playing Daemon - Daemon that plays radio streams, using Mplayer as the backend.
https://github.com/trapd00r/rpd
Last synced: 3 days ago
JSON representation
Radio Playing Daemon - Daemon that plays radio streams, using Mplayer as the backend.
- Host: GitHub
- URL: https://github.com/trapd00r/rpd
- Owner: trapd00r
- Created: 2010-05-30T09:00:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T07:27:20.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:15:32.730Z (6 months ago)
- Language: Perl
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Radio Playing Daemon
====================
RPD is a daemon that plays radio streams.Mplayer is used for the actual backend, providing the user with total control.
Radio Playing Client
====================RPC is the program for controlling Radio Playing Daemon (RPD).
Usage: rpc [OPTIONS] (ARGS)
OPTIONS:
np show the currently playing song
npi show the currently playing song on one line
play play/switch to channel
list list all available channels
fav add track to the favlist
shfav show favorites
son turn on sound
soff turn off sound
toggle toggle playback status, pause/play
stop pauses playback. If you really want to stop, use quit
quit stops RPDEXAMPLES:
rpc play psyInstallation
============
Grab the 'now playing'-module:
$ git clone git://github.com/trapd00r/Mplayer-NowPlaying.git
$ cd Mplayer-NowPlaying
$ perl Makefile.PL
$ make
# make installNow you can install RPD and RPC:
$ perl Makefile.PL
$ make
# make installStart RPD and enjoy.
License
=======
Copyright (C) 2010 Magnus WoldrichThis program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, version 2, as published by the
Free Software Foundation.