Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.31 KB

README.markdown

File metadata and controls

52 lines (41 loc) · 1.31 KB

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 RPD

EXAMPLES: rpc play psy

Installation

Grab the 'now playing'-module: $ git clone git://github.com/trapd00r/Mplayer-NowPlaying.git $ cd Mplayer-NowPlaying $ perl Makefile.PL $ make # make install

Now you can install RPD and RPC: $ perl Makefile.PL $ make # make install

Start RPD and enjoy. License

Copyright (C) 2010 Magnus Woldrich

This 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.