|
33e4b71f
|
2023-01-18T06:40:42
|
|
fix error when losing connection
|
|
3c2fe63e
|
2022-05-06T17:58:13
|
|
fix links in docs and comments
|
|
d575e239
|
2022-05-06T16:42:27
|
|
remove playlist command, instead use playlistinfo
|
|
b90d88a3
|
2022-05-06T16:00:57
|
|
add readpicture
|
|
d11e4a76
|
2022-05-05T21:53:17
|
|
cosmetic changes
|
|
18adeb82
|
2022-05-05T21:39:50
|
|
fetch binary
|
|
72d41fc4
|
2021-01-07T13:26:06
|
|
fix rubocop warnings
|
|
bbc8a3f2
|
2019-12-19T12:58:08
|
|
run rubocop
|
|
eec08a09
|
2019-10-07T20:28:30
|
|
fix comment
|
|
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
|
|
f2d081ce
|
2017-02-09T20:24:40
|
|
readcomments should use fetch_object instead of fetch_item
|
|
80219834
|
2017-01-30T22:20:53
|
|
update readme and some code cleanups
|
|
918694b3
|
2015-03-18T14:23:47
|
|
wtf?! nobody uses MPDClient!
|
|
5f8c755c
|
2015-03-18T12:56:59
|
|
Added support for mount, umount, listmounts, listneighbors, listfiles, rangeid, addtagid, cleartagid
|
|
131c55d8
|
2014-12-06T18:00:56
|
|
Merge pull request #4 from pizzocel/automatic-reconnection
Automatic reconnect after the server dropped the connection.
|
|
04ba297d
|
2014-12-06T14:12:10
|
|
Automatic reconnect after the server dropped the connection.
|
|
e2c81263
|
2014-12-06T02:06:57
|
|
Added a mutex protecting execution of MPD commands.
|
|
b3b5e23e
|
2013-11-06T12:47:22
|
|
add support for volume
|
|
18993ed2
|
2013-11-06T12:37:59
|
|
add support for toggleoutput
|
|
c8cf8f19
|
2013-11-06T12:31:47
|
|
Add support for readcomments
|
|
fae20655
|
2013-10-10T01:00:26
|
|
remove trailing whitespaces
|
|
8c4ed16c
|
2013-06-20T11:12:29
|
|
mpd_client.rb:169:in `disconnect': undefined method `info' for nil:NilClass
|
|
00e02f71
|
2013-02-19T17:16:28
|
|
add support for ranges
|
|
b7ab0f6d
|
2013-01-09T17:00:41
|
|
Better support for fetching stickers from MPD
|
|
92247f7e
|
2013-01-09T14:57:16
|
|
add logger
|
|
2800950d
|
2012-07-09T15:07:58
|
|
mpd_client and mpd 0.17
|
|
d114e6f1
|
2012-03-31T16:28:05
|
|
fix fetch_list method to correct output Array of results
|
|
8dd4cd58
|
2012-03-30T15:26:30
|
|
error in read_pair method
|
|
62c070fb
|
2012-03-30T12:22:17
|
|
first commit
|