aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * AllCommands: "findadd" requires the "add" permissionMax Kellermann2014-02-271-0/+2
| |
* | fs/StandardDirectory: add GetUserCacheDir()Max Kellermann2014-03-011-0/+1
| | | | | | | | | | | | Move code from CreateConfiguredDatabase() and add XDG support. This implements an automatic Linux fallback for the setting "db_file" if none was specified.
* | NEWS: add group "configuration"Max Kellermann2014-03-011-1/+2
| |
* | command: add command "listfiles"Max Kellermann2014-03-011-1/+1
| | | | | | | | Lists files and directories. Supports storage plugins.
* | db/update: cancel the update on shutdownMax Kellermann2014-02-271-0/+1
| |
* | first Android releaseMax Kellermann2014-02-221-0/+1
| | | | | | | | | | Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.
* | Merge branch 'v0.18.x'Max Kellermann2014-02-181-0/+8
|\|
| * event/SignalMonitor: unblock signals after forkMax Kellermann2014-02-181-0/+2
| | | | | | | | Fixes hanging child process in the "pipe" output plugin.
| * configure.ac: fix linker failure when libvorbis/libogg are staticMax Kellermann2014-02-181-0/+2
| | | | | | | | | | Link libvorbisfile first, followed to libvorbis and finally libogg. This order is necessary because libvorbisfile depends on libvorbis.
| * configure.ac: link the Vorbis encoder with liboggMax Kellermann2014-02-171-0/+2
| | | | | | | | Fixes another linker failure. Similar to commit ea406875
| * configure.ac: prepare for 0.18.9Max Kellermann2014-02-091-0/+2
| |
* | systemd: add socket activation filesMax Kellermann2014-02-121-0/+1
| |
* | Idle: error out when unrecognized idle event was specifiedMax Kellermann2014-02-091-0/+1
| | | | | | | | Implements the error checks missing in commit 0bad8406
* | storage/nfs: new storage pluginMax Kellermann2014-02-081-0/+1
| |
* | Main: support arbitrary storage pluginsMax Kellermann2014-02-081-0/+3
| |
* | Main: allow playlist directory without music directoryMax Kellermann2014-02-071-0/+1
| |
* | NEWS: mention default soundcloud API keyMax Kellermann2014-02-071-0/+1
| | | | | | | | Missing from commit 48c96bba
* | Merge tag 'release-0.18.8'Max Kellermann2014-02-071-2/+6
|\|
| * release v0.18.8Max Kellermann2014-02-071-1/+1
| |
| * NEWS: fix 0.18.7 release yearMax Kellermann2014-02-071-1/+1
| |
| * doc/user: document the RoarAudio output pluginMax Kellermann2014-02-061-0/+2
| |
| * configure.ac: link the Vorbis encoder with libvorbisMax Kellermann2014-02-061-0/+2
| | | | | | | | | | Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly.
* | input/nfs: new plugin using libnfsMax Kellermann2014-02-061-0/+1
| |
* | PlaylistFile: use class SongLoaderMax Kellermann2014-02-031-0/+1
| |
* | Main, OutputThread: increase kernel timer slack (Linux)Max Kellermann2014-01-301-0/+1
| | | | | | | | | | Allows the kernel to combine timer wakeups with other processes, reducing power usage.
* | NEWS: mention thread namesMax Kellermann2014-01-301-0/+1
| |
* | NEWS: add "threads" sectionMax Kellermann2014-01-301-2/+3
| |
* | Merge branch 'v0.18.x'Max Kellermann2014-01-271-0/+1
|\|
| * IcyMetadataParser: more robust tag parserMax Kellermann2014-01-271-0/+1
| | | | | | | | | | Allow semicolons and single quotes in the stream title. This is not part of any specification, but found in real life.
* | neighbor: new subsystem to detect file servers on the local networkMax Kellermann2014-01-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin.
* | db/proxy: copy "Last-Modified" from remote directoriesMax Kellermann2014-01-221-0/+1
| |
* | Merge branch 'v0.18.x'Max Kellermann2014-01-201-0/+1
|\|
| * Queue: rename struct queue to QueueMax Kellermann2014-01-201-0/+1
| | | | | | | | | | Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway.
* | Merge branch 'v0.18.x'Max Kellermann2014-01-151-0/+4
|\|
| * decoder/ffmpeg: support libav v10_alpha1Max Kellermann2014-01-151-0/+2
| |
| * configure.ac: prepare for 0.18.8Max Kellermann2014-01-151-0/+2
| |
* | OutputThread: use real-time priorityMax Kellermann2014-01-141-0/+1
| |
* | UpdateGlue: let the update thread run at "idle" priorityMax Kellermann2014-01-141-0/+1
| | | | | | | | | | | | The update thread should not affect the rest of the system, therefore set "idle" priority, and let it only run when nobody else is using the resources.
* | Merge tag 'release-0.18.7'Max Kellermann2014-01-131-1/+2
|\|
| * release v0.18.7Max Kellermann2014-01-131-1/+1
| |
| * configure.ac: reject libmpcdec SV7 in configure scriptMax Kellermann2014-01-111-0/+1
| | | | | | | | | | Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac.
* | Shine encoding pluginAndrée Ekroth2014-01-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This encoding plugin features a fixed-point mp3 encoder, with faster encoding on architectures without a FPU. Right now the encoder is limited to stereo and 16 bit depth. The bitrate and sample rate can be modified in audio_output. audio_output { type "httpd" name "My shine stream" encoder "shine" port "8000" format "44100:16:2" bitrate "320" # default: 128 }
* | db/proxy: forward "idle" eventsMax Kellermann2014-01-111-0/+1
| | | | | | | | | | Send "idle" to the other MPD whenever there's nothing else to do and forward incoming "idle database" events to all our MPD clients.
* | UPnP database pluginJean-Francois Dockes2014-01-091-0/+2
| | | | | | | | | | | | [mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs]
* | Merge branch 'v0.18.x'Max Kellermann2014-01-081-0/+3
|\|
| * decoder/faad: fix memory leakMax Kellermann2014-01-081-0/+2
| |
| * playlist/pls: don't free stack bufferMax Kellermann2014-01-081-0/+1
| |
* | http -> https for SoundCloud pluginJames McGlashan (DarkFox)2014-01-021-0/+2
| |
* | command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann2013-12-291-0/+1
| |
* | SongUpdate: read tags from songs in an archiveMax Kellermann2013-12-291-0/+2
| | | | | | | | | | Add the TagStream.cxx library, similar to TagFile.cxx, and use it to load tags from song files inside archives.