]> kaliko git repositories - python-musicpdaio.git/log
python-musicpdaio.git
2 months agoUpdate documentation
kaliko [Sat, 9 Mar 2024 14:39:11 +0000 (15:39 +0100)]
Update documentation

2 months agoAdd password (issue #4) and refactoring
kaliko [Sat, 9 Mar 2024 13:43:44 +0000 (14:43 +0100)]
Add password (issue #4) and refactoring

2 months agoAdd project files, license, etc...
kaliko [Tue, 5 Mar 2024 17:03:48 +0000 (18:03 +0100)]
Add project files, license, etc...

2 months agoAdd Sphinx documentation
kaliko [Tue, 5 Mar 2024 16:35:07 +0000 (17:35 +0100)]
Add Sphinx documentation

2 months agoUpdate copyright and VERSION
kaliko [Tue, 5 Mar 2024 16:49:52 +0000 (17:49 +0100)]
Update copyright and VERSION

2 months agoAdd connections propertie
kaliko [Tue, 5 Mar 2024 16:38:37 +0000 (17:38 +0100)]
Add connections propertie

Some cleanup repr and log

2 months agoAdd unix socket (closes #1)
kaliko [Mon, 4 Mar 2024 15:31:27 +0000 (16:31 +0100)]
Add unix socket (closes #1)

2 months agoAdd binary read for albumart/readpicture and protocol version
kaliko [Sun, 3 Mar 2024 20:33:06 +0000 (21:33 +0100)]
Add binary read for albumart/readpicture and protocol version

2 months agoSwith more MPD command to asyncio
kaliko [Sun, 3 Mar 2024 13:13:28 +0000 (14:13 +0100)]
Swith more MPD command to asyncio

2 months agoAdd per connection command wrapper
kaliko [Sun, 3 Mar 2024 10:38:50 +0000 (11:38 +0100)]
Add per connection command wrapper

2 months agoSome improvement on ConnectionPool
kaliko [Sat, 2 Mar 2024 17:10:52 +0000 (18:10 +0100)]
Some improvement on ConnectionPool

Still have to deal with self.connection shared between different MPD
client command call to be truly concurrent.

2 months agoPartially implement protocol (AsyncIO POC)
kaliko [Sun, 25 Feb 2024 16:28:28 +0000 (17:28 +0100)]
Partially implement protocol (AsyncIO POC)

2 months agoAdd module mpdaio
kaliko [Sun, 25 Feb 2024 08:31:06 +0000 (09:31 +0100)]
Add module mpdaio

5 years agoSwitch to async/await
kaliko [Tue, 6 Nov 2018 13:24:17 +0000 (14:24 +0100)]
Switch to async/await

8 years agoSupport commands arguments
kaliko [Mon, 9 Nov 2015 13:54:04 +0000 (14:54 +0100)]
Support commands arguments

9 years agoRenaming module and coding style changes
kaliko [Sun, 26 Apr 2015 15:52:21 +0000 (17:52 +0200)]
Renaming module and coding style changes

9 years agoPlain asio API
kaliko [Sun, 26 Apr 2015 14:49:35 +0000 (16:49 +0200)]
Plain asio API

9 years agoHandles connection problems
kaliko [Fri, 24 Apr 2015 17:33:16 +0000 (19:33 +0200)]
Handles connection problems

9 years agoBetter stream managment
kaliko [Fri, 24 Apr 2015 12:12:35 +0000 (14:12 +0200)]
Better stream managment

9 years agoPlain POC of an MPDClient object
kaliko [Fri, 24 Apr 2015 08:47:06 +0000 (10:47 +0200)]
Plain POC of an MPDClient object

9 years agoInitial import
kaliko [Wed, 22 Apr 2015 13:31:08 +0000 (15:31 +0200)]
Initial import