Branch


Log

Author Commit Date CI Message
Thomas de Grivel 33e4b71f 2023-01-18T06:40:42 fix error when losing connection
Anton Maminov 0d74f759 2022-05-08T13:52:59 Merge pull request #8 from mamantoha/binary-response fetch binary
Anton Maminov 3c2fe63e 2022-05-06T17:58:13 fix links in docs and comments
Anton Maminov 3b5b5699 2022-05-06T16:50:53 Update client.rb
Anton Maminov 285ea86b 2022-05-06T16:44:50 Create client.rb
Anton Maminov 69c0c50b 2022-05-06T16:44:46 Update CHANGELOG.md
Anton Maminov d575e239 2022-05-06T16:42:27 remove playlist command, instead use playlistinfo
Anton Maminov bb153533 2022-05-06T16:27:49 add solargraph
Anton Maminov b90d88a3 2022-05-06T16:00:57 add readpicture
Anton Maminov 1ad1ffc2 2022-05-05T22:05:24 Update README.md
Anton Maminov a002d470 2022-05-05T21:58:47 2022
Anton Maminov ec37aaf5 2022-05-05T21:57:42 prepare 0.2.0
Anton Maminov d11e4a76 2022-05-05T21:53:17 cosmetic changes
Anton Maminov 84303a2c 2022-05-05T21:43:47 Create albumart.rb
Anton Maminov 2070c73e 2022-05-05T21:40:56 Update mpd_client.gemspec
Anton Maminov 18adeb82 2022-05-05T21:39:50 fetch binary
Anton Maminov c5482cf1 2021-01-07T14:25:59 require ruby 2.6.6 (#7) * require ruby 2.6.6 * add travis rubies
Anton Maminov 72d41fc4 2021-01-07T13:26:06 fix rubocop warnings
Anton Maminov e25736d8 2019-12-19T12:59:04 v0.1.1
Anton Maminov bbc8a3f2 2019-12-19T12:58:08 run rubocop
Anton Maminov 5906d9c7 2019-12-19T12:54:29 Update .ruby-version
Anton Maminov eec08a09 2019-10-07T20:28:30 fix comment
Anton Maminov 3547e3ce 2018-07-31T17:33:03 add license to gemspec
Anton Maminov 141cc085 2018-07-31T17:31:06 Rename MPDClient to MPD::Client (#6) * Rename MPDClient to MPD::Client * remove redundants return * Avoid single-line method definitions * nothing special * update readme * add idle example * add rubocop * add .hound.yml * add travis config * add badges to readme * remove rakefile * add rake * revert rakefile * ichange gemspec * add rspec * change travis config * remove rakefile * remove rack-test * add spec * add test * fix rubocop * update badges
Anton Maminov 8c174503 2017-02-09T21:19:20 version 0.0.6
Anton Maminov 3650ea96 2017-02-09T21:14:13 Merge pull request #5 from anddon/master readcomments should use fetch_object instead of fetch_item
Andrei Don f2d081ce 2017-02-09T20:24:40 readcomments should use fetch_object instead of fetch_item
Anton Maminov 80219834 2017-01-30T22:20:53 update readme and some code cleanups
Anton Maminov 20b6cb9e 2015-03-18T15:16:24 added pry to development
Anton Maminov ea3f3fb4 2015-03-18T14:50:15 version 0.0.5
Anton Maminov 1c5e69b7 2015-03-18T14:49:12 added rangeid example
Anton Maminov 3d5ae40f 2015-03-18T14:26:14 update examples
Anton Maminov 918694b3 2015-03-18T14:23:47 wtf?! nobody uses MPDClient!
Anton Maminov 9bbfe176 2015-03-18T12:57:52 modified changelog and commands
Anton Maminov 5f8c755c 2015-03-18T12:56:59 Added support for mount, umount, listmounts, listneighbors, listfiles, rangeid, addtagid, cleartagid
Anton Maminov 0afca72d 2015-03-18T12:55:01 modified README
Anton Maminov efc0ab28 2014-12-06T18:05:20 version 0.0.4
Anton Maminov 496d85c0 2014-12-06T18:04:00 update CHANGELOG
Anton Maminov 131c55d8 2014-12-06T18:00:56 Merge pull request #4 from pizzocel/automatic-reconnection Automatic reconnect after the server dropped the connection.
Anton Maminov 8e38ab10 2014-12-06T18:00:15 Merge pull request #3 from pizzocel/thread-safe-execute Added a mutex protecting execution of MPD commands.
pizzocel 04ba297d 2014-12-06T14:12:10 Automatic reconnect after the server dropped the connection.
pizzocel e2c81263 2014-12-06T02:06:57 Added a mutex protecting execution of MPD commands.
Anton Maminov 606e1b33 2013-11-26T11:38:59 table of contents [1]
Anton Maminov 4f8f2aeb 2013-11-26T11:35:23 add table of contents
Anton Maminov b3b5e23e 2013-11-06T12:47:22 add support for volume
Anton Maminov 18993ed2 2013-11-06T12:37:59 add support for toggleoutput
Anton Maminov c8cf8f19 2013-11-06T12:31:47 Add support for readcomments
Anton Maminov a2b8c06d 2013-11-06T12:02:01 modify changelog
Anton Maminov 5e1b1271 2013-11-06T11:57:34 add changelog
Anton Maminov a697341b 2013-11-06T11:56:27 add author to README
Anton Maminov 63e266ab 2013-10-10T01:02:33 remove trailing whitespaces [2]
Anton Maminov fae20655 2013-10-10T01:00:26 remove trailing whitespaces
Anton Maminov 8c4ed16c 2013-06-20T11:12:29 mpd_client.rb:169:in `disconnect': undefined method `info' for nil:NilClass
Anton Maminov 00e02f71 2013-02-19T17:16:28 add support for ranges
Anton Maminov b3ed628e 2013-01-18T22:44:43 list all available MPD commands
Anton Maminov b7ab0f6d 2013-01-09T17:00:41 Better support for fetching stickers from MPD
Anton Maminov 92247f7e 2013-01-09T14:57:16 add logger
Anton Maminov 2800950d 2012-07-09T15:07:58 mpd_client and mpd 0.17
Anton Maminov ca7786cb 2012-04-23T16:38:48 add example
Anton Maminov d114e6f1 2012-03-31T16:28:05 fix fetch_list method to correct output Array of results
Anton Maminov 11eca83f 2012-03-30T15:27:29 Merge branch 'master' of github.com:mamantoha/mpd_client
Anton Maminov 8dd4cd58 2012-03-30T15:26:30 error in read_pair method
Anton Maminov 579774b7 2012-03-30T14:11:39 Add license information
Anton Maminov 62c070fb 2012-03-30T12:22:17 first commit