Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input/smbclient: new input plugin | Max Kellermann | 2013-12-29 | 1 | -0/+7 |
| | |||||
* | add draft ALSA input plugin | Steven O'Brien | 2013-12-19 | 1 | -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 Kellermann | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 1 | -4/+3 |
| | |||||
* | input/soup: plugin removed | Max Kellermann | 2013-04-17 | 1 | -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 Kellermann | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | input,playlist/despotify: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | input/cdio_paranoia: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | input/ffmpeg: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | input/file,mms: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -2/+2 |
| | |||||
* | input/{curl,soup}: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -2/+2 |
| | |||||
* | input_stream: convert to C++ (internally) | Max Kellermann | 2013-01-10 | 1 | -0/+80 |