- 05 Jan, 2011 1 commit
-
-
Anton Khirnov authored
-
- 27 Dec, 2010 1 commit
-
-
Ben Kibbey authored
-
- 23 Dec, 2010 7 commits
-
-
Max Kellermann authored
Don't create a modified copy for out-of-tree builds.
-
Max Kellermann authored
Don't look up songs in the database, no caller needs this.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Optionally allow all local files. "Insecure" mode is used for printing playlists.
-
Max Kellermann authored
Replace g_strchug() calls with a cheaper implementation.
-
Max Kellermann authored
-
- 22 Dec, 2010 13 commits
-
-
Max Kellermann authored
Just there to support the "cdio_paranoia" input plugin.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Was missing.
-
Max Kellermann authored
Another build fix.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Viliam Mateicka authored
-
- 21 Dec, 2010 2 commits
-
-
Greg Ward authored
Should be safe on OS X 10.4 (32-bit), since Apple's OSStatus boils down to "signed long", and g_set_error() takes gint, which is really just "int". Assigning "signed long" to "int" on 32-bit Unix should be just fine, since both are signed 32-bit ints. No idea if this is safe on 64-bit OS X.
-
Greg Ward authored
Add new config parameter 'device' to audio_output type "osx": - if not supplied or set to "default", open default device - if set to "system", open system device - otherwise 'device' should be an audio device name: mpd will find and open the specified audio device, falling back to the default device if it's not found
-
- 11 Dec, 2010 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 07 Dec, 2010 3 commits
-
-
-
Max Kellermann authored
Loop over all frames with a specific id, and import all of them - not just the first one (index 0).
-
Anton Khirnov authored
this is inconsistent with other commands (e.g. find) and seems wrong -- a song with no stickers attached is a perfectly valid state and an empty list of stickers is also perfectly valid.
-
- 24 Nov, 2010 1 commit
-
-
Max Kellermann authored
One APE tag may contain more than one value, separated by null bytes.
-
- 18 Nov, 2010 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Based on the APE reader.
-
Max Kellermann authored
Generic library for scanning APE tags. Eliminated one "goto"!
-
Max Kellermann authored
Fixes a regression: for output_plugin.delay(), we added a method to the timer class which returns the delay in milliseconds. This fails to detect negative values, because the unsigned integer is divided by 1000, and then casted to signed.
-
- 09 Nov, 2010 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 08 Nov, 2010 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
Max Kellermann authored
-
Max Kellermann authored
After popular demand, I've switched the order of "artist" and "title" in the stream title. There is no standard, and there is no reliable way to parse those from the stream title.
-