Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
mpclient
mpclient.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mpclient.changes of Package mpclient
------------------------------------------------------------------- Thu Dec 28 18:17:36 UTC 2023 - Dirk Müller <dmueller@suse.com> - update to 0.35: * fix null pointer dereference on bad status format * add "%kbitrate%", "%audioformat%", "%samplerate%", "%bits%" and "%channels%" options to the "status" command * the "%state%" option of the "status" command now returns "stopped" when the MPD server is stopped * add commands "lsdirs", "addplaylist", "delplaylist", "moveplaylist", "renplaylist", "clearplaylist" * add "playlist" option "--with-prio" * bash completion: pass "--" to mpc to allow parameters with dash * bash completion: fix filenames with paranetheses * bash completion: override $MPC_FORMAT ------------------------------------------------------------------- Fri Dec 10 16:05:06 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua> - Updated to 0.34 * https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.34/NEWS * add commands "albumart", "readpicture" * support grouping "list" results * don't print status after error * custom status format * meson: auto-build libmpdclient if not available * require: libmpdclient 2.16 or newer and MPD 0.21 or newer ------------------------------------------------------------------- Wed Nov 6 15:51:04 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua> - Updated to 0.33 * https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.33/NEWS * fix off-by-one bug in "prio" command * reduce network transfer for "playlist", "ls", "listall" ------------------------------------------------------------------- Tue Oct 8 09:58:41 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua> - Refresh spec-file via spec-cleaner and manual optimizations * specified the correct license GPL-2.0-or-later - Update to 0.32 * https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.32/NEWS * add commands "queued", "seekthrough", "mount", "unmount" * support "search" with filter expression (MPD 0.21) * support "load" with range * allow only tag names after "list" * fix the Windows build (no strndup()) * make documentation build optional with -Ddocumentation={true|false|auto} * build: require Meson 0.47 * add command "listneighbors" * reduce network transfer for "search" * fall back to "Composer" or "AlbumArtist" tag in the default format * support abstract socket in --host option ------------------------------------------------------------------- Thu Oct 4 08:47:40 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com> - Update to 0.30: * add command "rescan" * seek: use the "seekcur" command instead of "seekid" * require MPD 0.19 * implement %prio% for --format * the default --format falls back to "performer" if there is no "artist" * add command "prio" * command "outputs" prints attributes * fix build failure with gcc 7.0 and clang 4.0 * build with Meson instead of autotools - Switch to meson - Move the bash completion to /usr ------------------------------------------------------------------- Thu Sep 28 09:07:27 UTC 2017 - olaf@aepfle.de - Update to 0.28 * let "listall" print songs only * "searchplay" supports tags * add command "pause-if-playing" * format: add escape character to escape sequences * use environment variable "MPC_FORMAT" * require libmpdclient 2.9 or newer ------------------------------------------------------------------- Thu Aug 27 09:11:53 UTC 2015 - Mathias.Homann@opensuse.org - Update to 0.27: 0.27 (2015/05/30) * fix --enable-debug and --enable-werror * add unit tests * new command: "searchplay" searches and plays songs from the current playlist * fix use-after-free bug * new command: "searchadd" works like findadd with non-exact matching * improved error handling * show directories in command "tab" * bash completion: escape '&' * add %mtime% and %mdate% to --format * recognize command by unambiguous prefix * "insert" queues new songs when "random" mode is enabled 0.26 (2014/06/03) * fix segfault when adding absolute paths * "playlist" can show stored playlist * "search" supports --format 0.25 (2013/11/09) * fix "insert" with directory argument * optimize tab completion commands * do character set conversion for tab completion commands * require libmpdclient 2.3, MPD 0.16 0.24 (2013/10/29) * configure.ac: fix syntax error * new command "toggleoutput" * use the "volume" command on MPD 0.18 * fix search/find with "filename" constraint * add search/find with "base" constraint * don't strip trailing slashes from absolute URLs ------------------------------------------------------------------- Tue Jun 18 18:24:27 UTC 2013 - fisiu@opensuse.org - Update to 0.23: * do character set conversions on client-to-client messages * allow trailing slashes in paths that can be directories * make "mv" a shortcut for "move" * new command "cdprev" * support absolute paths in "add" and "update" * enable/disable: support output names, multiple arguments and "only" mode * doc: document missing format keywords ------------------------------------------------------------------- Tue Feb 7 17:24:53 UTC 2012 - pascal.bleser@opensuse.org - update to 0.22: * implement the client-to-client protocol (MPD 0.17) * sticker: fix crash bug * print newline after volume level * print status after no-op relative volume change - changes from 0.21: * idle: fix assertion failure on unknown idle event * new command "insert" * show only playlists on command "lsplaylists" - changes from 0.20: * reactivate "search filename" * MixRamp support * support --format with "ls" and "listall" * new command "clearerror" * implement "current --wait" * command "add": print the failed song ------------------------------------------------------------------- Fri Jan 14 00:00:00 UTC 2010 - detlef@links2linux.de - new upstream version <0.19> * require libmpdclient 2.2 * reactivate "search filename" * MixRamp support * support --format with "ls" and "listall" * new command "clearerror" * implement "current --wait" * command "add": print the failed song ------------------------------------------------------------------- Thu Dec 17 00:00:00 UTC 2009 - detlef@links2linux.de - rename to mpclient ------------------------------------------------------------------- Mon Dec 7 00:00:00 UTC 2009 - detlef@links2linux.de - new upstream version <0.19> * search: fix "mpc search any" * idle: flush output after each idleloop iteration * added command "sticker" (MPD 0.15) * added command "replaygain" (MPD 0.16) * implemented position, id for --format * fixed bash completion ------------------------------------------------------------------- Tue Aug 18 00:00:00 UTC 2009 - detlef@links2linux.de - new upstream version <0.17> * fixed busy loop while waiting for "idle" response * added command "idleloop" ------------------------------------------------------------------- Thu Jul 23 00:00:00 UTC 2009 - detlef@links2linux.de - new upstream version <0.16> * added command "current" * support the new MPD modes "consume" and "single" * added command "idle" ------------------------------------------------------------------- Mon Feb 2 00:00:00 UTC 2009 - detlef@links2linux.de - new upstream version <0.15> * optimized and simplified the "add" command, don't obtain and print song list when adding directories * same optimization for the "ls" command, which did some very expensive underscore matching logic using "listall" * show MPD error message in "status" * fixed special character handling in bash completion * fixed two crash bugs due to wrong string pool usage * don't fall back to ISO-Latin-1 in unknown locale * disable character set conversion to/from pipe * fix memory leak in songToFormatedString() * fix memory leak in charset_set() * Sat Dec 20 2008 - Detlef Reichelt <detlef@links2linux.de> <0.14>-<0.pm.1> - new upstream version <0.14> * Support for date, genre, composer, performer, disc, and comment * Added "mpc find" * Added "mpc list" ------------------------------------------------------------------- Tue Mar 27 00:00:00 UTC 2007 - detlef@links2linux.de - new upstream version ------------------------------------------------------------------- Thu Sep 28 00:00:00 UTC 2006 - detlef@links2linux.de - new upstream version ------------------------------------------------------------------- Mon Aug 21 00:00:00 UTC 2006 - detlef@links2linux.de - install file-handler ------------------------------------------------------------------- Sun Aug 13 00:00:00 UTC 2006 - detlef@links2linux.de - new upstream version ------------------------------------------------------------------- Tue Mar 23 00:00:00 UTC 2004 - malakhanov@gmx.de - modified for SUSE/Packman ------------------------------------------------------------------- Wed Mar 10 00:00:00 UTC 2004 - gbpeck@sbcglobal.net - Update URL - Rebuild for official release ------------------------------------------------------------------- Mon Mar 8 00:00:00 UTC 2004 - gbpeck@sbcglobal.net - Version 0.10.1 ------------------------------------------------------------------- Wed Mar 3 00:00:00 UTC 2004 - gbpeck@sbcglobal.net - Version 0.10.0 ------------------------------------------------------------------- Fri Feb 6 00:00:00 UTC 2004 - gbpeck@sbcglobal.net - Rebuild with mach ------------------------------------------------------------------- Thu Oct 30 00:00:00 UTC 2003 - gbpeck@sbcglobal.net - Version 0.9.2 ------------------------------------------------------------------- Tue Oct 7 00:00:00 UTC 2003 - gbpeck@sbcglobal.net - Version 0.9.1 ------------------------------------------------------------------- Tue Sep 30 00:00:00 UTC 2003 - gbpeck@sbcglobal.net - Version 0.9.0 ------------------------------------------------------------------- Thu Aug 14 00:00:00 UTC 2003 - gbpeck@sbcglobal.net - Initial build
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor