aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added the shufflerange commandRomain Bignon2009-02-131-0/+3
| | | | This command shuffles a range of songs.
* doc: use $(DESTDIR)Max Kellermann2009-02-131-2/+2
| | | | Forgot the $(DESTDIR) prefix in the install-data-local target.
* doc: generate API documentation with doxygenMax Kellermann2009-02-132-1/+1427
| | | | When configured with --enable-documentation, use doxygen.
* configure.ac: make DocBook processing optionalMax Kellermann2009-02-041-1/+1
| | | | | Disable the HTML documentation generator by default. Most users will pick it from the web site.
* changed sticker names to be lowercase and without spacesRasmus Steinke2009-01-261-5/+8
|
* doc: chunk the DocBook HTML outputMax Kellermann2009-01-251-6/+10
| | | | | Create a HTML chunk of each DocBook chapter. Use the UTF-8 character set instead of docbook-xsl's ISO-Latin-1 default.
* sticker: added guidelines for sticker namesRasmus Steinke2009-01-191-0/+75
|
* command: added "sticker" commandMax Kellermann2009-01-191-0/+67
| | | | | | | 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.
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-191-0/+4
| | | | | | | "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.
* mapper: make the music_directory optionalMax Kellermann2009-01-181-3/+4
| | | | Without a music_directory, MPD is an excellent streaming client.
* mapper: make the playlist directory optionalMax Kellermann2009-01-181-3/+4
|
* allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin2009-01-141-2/+2
| | | | | | | | | | | | 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
* don't exit after --create-dbMax Kellermann2009-01-041-1/+1
| | | | | Start the daemon after --create-db. This makes --create-db a flag which discards the old database and starts with a fresh one.
* mixer: renamed mix_* options to mixer_*Max Kellermann2009-01-012-8/+8
| | | | There is no reason to use the shortcut "mix" instead of "mixer".
* Moving mixers to audio outputsViliam Mateicka2008-12-312-15/+25
|
* log: support syslog()Max Kellermann2008-12-282-0/+5
| | | | Allow logging to syslog if log_file is configured to "syslog".
* log: deprecated "error_file" optionMax Kellermann2008-12-282-4/+0
| | | | | 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.
* Fix a few problems with the huge mpdconf update. There's alot of shift here, ↵Avuton Olrich2008-12-241-72/+86
| | | | mostly due to word wraps. This, also, improves on uniformity and clarity of the document.
* doc: fix "playlistdelete" documentationMax Kellermann2008-12-241-2/+2
| | | | | "playlistdelete" takes a song position, not a song id. There are no song ids in stored playlists.
* Merge branch 'http_buffer_remove' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-211-8/+0
|\
| * Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich2008-12-201-8/+0
| |
* | Merge branch 'master' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-211-171/+196
|\| | | | | | | | | | | Conflicts: doc/mpdconf.example
| * Huge mpdconf update.Avuton Olrich2008-12-201-175/+198
| | | | | | | | | | | | | | 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.
* | doc: clarify "user" setting (starting as root / unprivileged)Max Kellermann2008-12-202-5/+8
|/ | | | | The "user" option does not work if MPD is started by an unprivileged user.
* man: document Unix domain socket configuration in the manualMax Kellermann2008-12-162-0/+7
| | | | Additionally, add an example in mpdconf.example.
* update: default to follow all symlinksAvuton Olrich2008-12-082-2/+2
| | | | | | 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.
* update: added options which control symlink behaviourRaphaël Rigo2008-11-282-0/+13
| | | | | | | | | 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()]
* command: added documentation for idle subscriptionsMarc Pavot2008-11-231-0/+6
|
* Makefile.am: include protocol.xml in source tarballMax Kellermann2008-11-231-1/+1
| | | | | Added $(DOCBOOK_FILES) to $(EXTRA_DIST). Don't include the generated protocol.html in the tarball.
* doc: merged protocol documentation from the wikiMonika Brinkert2008-11-201-31/+282
| | | | | | | 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.
* doc: rephrase descriptionsMonika Brinkert2008-11-201-58/+62
| | | | Correct lots of grammar and spelling errors. Unify some phrases.
* doc: improved XML decorationsMonika Brinkert2008-11-201-118/+108
| | | | Wrapped keywords in DocBook tags where appropriate.
* doc: process protocol.xml with xmltoMax Kellermann2008-11-201-1/+13
| | | | Generate and install protocol.html if xmlto is available.
* doc: fix "Repeat" typo in protocol.xmlMax Kellermann2008-11-201-1/+1
| | | | The attribute value must be lower case: <arg rep="repeat">
* doc: converted doc/COMMANDS to DocBookMax Kellermann2008-11-192-325/+1064
| | | | | | 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.
* update mpdconf.example that shout ouput encoding and protocol settings are ↵Alam Arias2008-10-311-2/+2
| | | | optional
* replace tabs with space in shout audio_output exampleAlam Arias2008-10-311-1/+1
|
* Makefile.am: install documentationMax Kellermann2008-10-251-3/+3
|
* stored_playlist: send timestampsMax Kellermann2008-10-221-0/+6
| | | | | Send last modification timestamps to the client. This allows the client to see when another client modifies a stored playlist.
* command: added command "listplaylists"Max Kellermann2008-10-221-0/+7
| | | | | "listplaylists" returns a list of all stored playlists. This command seems more elaborate than listing them below "lsinfo".
* Makefile.am: fix automake 1.6 errorsMax Kellermann2008-10-161-3/+3
| | | | | | | | | | 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.
* idle: client command "noidle" aborts idleMax Kellermann2008-10-151-2/+4
|
* pulse: clarify the meaning of multiple server namesMax Kellermann2008-10-151-0/+2
| | | | | The manual page suggests that you can specify multiple servers, but it did not clarify what that means.
* command: added command "idle"Max Kellermann2008-10-141-0/+21
| | | | | | "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.
* Makefile.am: don't override $(docdir)Richard Brown2008-10-141-1/+0
| | | | | Makefile.am sets docdir = $(prefix)/share/doc/$(PACKAGE). This overrides the setting specified in ./configure --docdir.
* alsa: optionally disable resampling and othersMax Kellermann2008-10-141-0/+13
| | | | | | 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.
* shout: fix manual page typoMax Kellermann2008-10-141-0/+1
| | | | A ".TP" was missing, and broke the manual page's layout.
* shout: make the protocol configurableAaron McEwan2008-10-122-1/+6
| | | | | Added configuration parameter "protocol" which lets the user choose from 3 shout protocols. This adds support for real shoutcast servers.
* COMMANDS: assorted formatting fixesEric Wong2008-09-281-21/+22
| | | | | | * spaces => tabs * long lines wrapped * trailing whitespace killed
* COMMANDS: document moveid with negative _to_ argument, tooEric Wong2008-09-281-1/+3
|