- 26 Jan, 2009 1 commit
-
-
Rasmus Steinke authored
-
- 25 Jan, 2009 1 commit
-
-
Max Kellermann authored
Create a HTML chunk of each DocBook chapter. Use the UTF-8 character set instead of docbook-xsl's ISO-Latin-1 default.
-
- 19 Jan, 2009 3 commits
-
-
Rasmus Steinke authored
-
Max Kellermann authored
The "sticker" command allows clients to query or manipulate the sticker database. This patch implements the sub-commands "get" and "set"; more will follow soon (enumeration), as well as extended "lsinfo" / "playlistinfo" versions.
-
Max Kellermann authored
"Stickers" are pieces of information attached to existing MPD objects (e.g. song files, directories, albums). Clients can create arbitrary name/value pairs. MPD itself does not assume any special meaning in them.
-
- 18 Jan, 2009 2 commits
-
-
Max Kellermann authored
Without a music_directory, MPD is an excellent streaming client.
-
Max Kellermann authored
-
- 14 Jan, 2009 1 commit
-
-
Jérôme Quelin authored
mpd uses some additional files to work, such as pid_file, state_file, db_file, etc. when running mpd as non-root user, it is often that those files end in ~/.mpd in that case, we end up with 2 entries in a user's home, .mpdconf and .mpd - which clutters homedirs. this patch allows ~/.mpd/mpd.conf as an alternative to ~/.mpdconf, allowing for a cleaner homedir
-
- 04 Jan, 2009 1 commit
-
-
Max Kellermann authored
Start the daemon after --create-db. This makes --create-db a flag which discards the old database and starts with a fresh one.
-
- 01 Jan, 2009 1 commit
-
-
Max Kellermann authored
There is no reason to use the shortcut "mix" instead of "mixer".
-
- 31 Dec, 2008 1 commit
-
-
Viliam Mateicka authored
-
- 28 Dec, 2008 2 commits
-
-
Max Kellermann authored
Allow logging to syslog if log_file is configured to "syslog".
-
Max Kellermann authored
Removed the "error_file" option. There is only one log file now. If a user wants to see only the errors, he should configure a log_level.
-
- 24 Dec, 2008 2 commits
-
-
Avuton Olrich authored
Fix a few problems with the huge mpdconf update. There's alot of shift here, mostly due to word wraps. This, also, improves on uniformity and clarity of the document.
-
Max Kellermann authored
"playlistdelete" takes a song position, not a song id. There are no song ids in stored playlists.
-
- 21 Dec, 2008 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
Over time mpdconf has evolved and has been maintained and contributed to by many different folks at different times. Try to give it some unity. Attempt to clear up some language and make things crystal clear. Add more examples. Use tabs when it makes sense. Make better borders. Remove obsolete options. Try to put more defaults when it makes sense.
-
- 20 Dec, 2008 1 commit
-
-
Max Kellermann authored
The "user" option does not work if MPD is started by an unprivileged user.
-
- 16 Dec, 2008 1 commit
-
-
Max Kellermann authored
Additionally, add an example in mpdconf.example.
-
- 08 Dec, 2008 1 commit
-
-
Avuton Olrich authored
MPD 0.13 and older followed all symbolic links. Although this can be a security problem (as it has always been), 0.14 should offer the same default behaviour as 0.13.
-
- 28 Nov, 2008 1 commit
-
-
Raphaël Rigo authored
The configuration options "follow_outside_symlinks" and "follow_inside_symlinks" let the user control whether MPD should follow symbolic links in the music directory. [mk: converted variables to "bool"; moved configuration to update_global_init()]
-
- 23 Nov, 2008 2 commits
-
-
Marc Pavot authored
-
Max Kellermann authored
Added $(DOCBOOK_FILES) to $(EXTRA_DIST). Don't include the generated protocol.html in the tarball.
-
- 20 Nov, 2008 5 commits
-
-
Monika Brinkert authored
Over the years, a lot of commands have been added to MPD which were documented only in the wiki (http://mpd.wikia.com/wiki/Protocol_Reference). Merge all missing commands from there.
-
Monika Brinkert authored
Correct lots of grammar and spelling errors. Unify some phrases.
-
Monika Brinkert authored
Wrapped keywords in DocBook tags where appropriate.
-
Max Kellermann authored
Generate and install protocol.html if xmlto is available.
-
Max Kellermann authored
The attribute value must be lower case: <arg rep="repeat">
-
- 19 Nov, 2008 1 commit
-
-
Max Kellermann authored
The goal is to have one structured document which is the authoritative protocol specification. The documentation which currently resides in the wiki will be merged.
-
- 31 Oct, 2008 2 commits
-
-
Alam Arias authored
-
Alam Arias authored
-
- 25 Oct, 2008 1 commit
-
-
Max Kellermann authored
-
- 22 Oct, 2008 2 commits
-
-
Max Kellermann authored
Send last modification timestamps to the client. This allows the client to see when another client modifies a stored playlist.
-
Max Kellermann authored
"listplaylists" returns a list of all stored playlists. This command seems more elaborate than listing them below "lsinfo".
-
- 16 Oct, 2008 1 commit
-
-
Max Kellermann authored
When building with the ancient automake 1.6 version, the following errors occur: Makefile.am:5: invalid variable `doc_DATA' doc/Makefile.am:2: invalid variable `doc_DATA' This patches renames some internal variables.
-
- 15 Oct, 2008 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The manual page suggests that you can specify multiple servers, but it did not clarify what that means.
-
- 14 Oct, 2008 3 commits
-
-
Max Kellermann authored
"idle" waits until something noteworthy happens on the server, e.g. song change, playlist modified, database updated. This allows clients to keep up to date without polling.
-
Richard Brown authored
Makefile.am sets docdir = $(prefix)/share/doc/$(PACKAGE). This overrides the setting specified in ./configure --docdir.
-
Max Kellermann authored
Added mpd.conf options for disabling automatic resamling, sample format and channel conversion. This way, users may choose to override ALSA's automatic resampling, and use libsamplerate instead.
-