aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputRegistry.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add draft ALSA input pluginSteven O'Brien2013-12-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | I've created an elementary input plugin that plays sound from the soundcard, so you can use MPD to listen to anything connected to the line-in jack, or to Video4Linux FM radio cards that send audio through the soundcard. There has been a small number of posts here in the past requesting line-in input, so here is a first, simplistic stab at it. The patch adds a new sheme, alsa://, which causes mpd to play data read directly from a souncdard. It defaults to hw:0,0, but you can pass any ALSA device name in the URI. So, using mpc for example: mpc add alsa:// mpc play will play from device hw:0,0. To use a diffferent device: mpc add alsa://hw:1,0
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-1/+1
|
* Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2013-10-151-4/+3
|
* input/soup: plugin removedMax Kellermann2013-04-171-7/+0
| | | | | | This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library.
* archive/*: convert to C++Max Kellermann2013-01-241-1/+1
|
* input,playlist/despotify: convert to C++Max Kellermann2013-01-211-1/+1
|
* input/cdio_paranoia: convert to C++Max Kellermann2013-01-211-1/+1
|
* input/ffmpeg: convert to C++Max Kellermann2013-01-211-1/+1
|
* input/file,mms: convert to C++Max Kellermann2013-01-211-2/+2
|
* input/{curl,soup}: convert to C++Max Kellermann2013-01-101-2/+2
|
* input_stream: convert to C++ (internally)Max Kellermann2013-01-101-0/+80