| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\| |
|
| |
| |
| |
| |
| | |
Additionally, update mpdconf.example to refer to mpd.conf(5) for the
complete list of tags instead of trying to repeat it.
|
|/
|
|
|
| |
The new block overrides the "db_file" setting, and allows configuring
any database plugin.
|
| |
|
|
|
|
| |
functions to new dsdlib. Update user doc.
|
|
|
|
| |
config options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Version 4 of my patch to add DSF support to the DSDIFF
decoder plugin.
This time I have taken a different approach and created a new
read_metadata function specific for reading DSF files. This saves an
indent (and for me a lot of indent nightmares) and also useful for
splitting the DSF and DFF decoders later on.
There are still a few lines which exceed the 80 character width limit by
a few chars. I was not able to stay within the limit and create (for me)
readable code.
Jurgen
|
| |
|
| |
|
|
|
|
| |
Requires UNIX domain socket connection.
|
|
|
|
| |
(Maybe it should be "A new message is indicated...", I don't know.)
( ^^ )
|
| |
|
| |
|
|
|
|
|
| |
Parses CUE data from the "CUESHEET" tag. Needs further integration in
the update thread.
|
| |
|
|
|
|
| |
For simpler seeking within current song.
|
|
|
|
|
| |
Support for conversion from float to 16, 24 and 32 bit integer
samples.
|
| |
|
| |
|
| |
|
|
|
|
| |
Defaults to "no", which fixes the noise problems.
|
| |
|
|
|
|
| |
Allow port specification in "bind_to_address" settings.
|
|\
| |
| |
| |
| |
| | |
Conflicts:
configure.ac
src/output_control.c
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[Unfortunately,] @top_srcdir@ is replaced by the package's top-level
directory relative to the directory of the .in file being processed,
e.g. if you unpack the MPD source to /usr/src/mpd, and build it in the
same directory, @top_srcdir@/src/ in doc/doxygen.conf.in will be re-
placed by "../src/", and, as doxygen is invoked from the top directory,
is will expect the source code in /usr/src/src/, which is obviously
wrong.
To work around this problem, this patch changes @top_srcdir@ to
@abs_top_srcdir@, which expands to the absolute path of the top source
directory[1].
[1] http://www.gnu.org/s/hello/manual/autoconf/Preset-Output-Variables.html
|
| |
| |
| |
| |
| |
| |
| |
| | |
To demonstrate the new I/O thread. libsoup is well-integrated into
the GLib main loop, which made this plugin pretty easy to write.
As a side effect, we have to initialize the I/O thread in all debug
programs that use the input API.
|
| |
| |
| |
| |
| | |
Sorts remaining songs by priority. This can be used for the
much-demanded "queue feature".
|
|\|
| |
| |
| |
| |
| | |
Conflicts:
NEWS
configure.ac
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
This patch fixes a typo in doc/user about playlist plugins.
Its in the top commit in my repository in a branch called 'doc_fix':
git://github.com/mcfiredrill/mpd.git
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
These fixes were mostly generated with `codespell' [0] and manually
reviewed.
[0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
|
| | |
|
| |
| |
| |
| |
| | |
When set, MPD will not auto-start playback on startup; it will be in
"paused" state.
|
| |
| |
| |
| | |
Added a new optional parameter for the shout plugin called "url".
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Don't create a modified copy for out-of-tree builds.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using libffado, to play on firewire audio devices.
Warning: this plugin was not tested successfully. I just couldn't
keep libffado2 from crashing. Use at your own risk.
For details, see my Debian bug reports:
http://bugs.debian.org/601657
http://bugs.debian.org/601659
|
|
|
|
|
|
|
|
|
| |
Added support for a new optional configuration setting for the httpd output
named "bind_to_address". Setting it to a specific IP address (v4 or v6) will
cause the httpd output to bind to that address exclusively. Supporting
multiple addresses in parallel is future work.
This implements the feature requests #2998 and #2646.
|
| |
|
| |
|
|
|
|
|
| |
This hack creates a copy of doc/doxygen.conf with the INPUT setting
replaced.
|
| |
|
|
|
|
|
| |
Limits the depth of the watched directories. This is useful to keep
resource usage down and speed up MPD startup.
|
|
|
|
|
| |
Adds mixrampdb and mixrampdelay commands. Reads MIXRAP_START and
MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
|
|
|
|
|
|
|
| |
Did you ever accidently click "stop" while feeding a radio station?
This option sets the output device to "pause" to disable the "close"
method. It falls back to "pause" then, which is specific to the
plugin. Some plugins implement it by feeding silence.
|