]> kaliko git repositories - python-musicpdaio.git/log
python-musicpdaio.git
6 weeks agoFixed unused argument main
kaliko [Sun, 10 Mar 2024 17:31:17 +0000 (18:31 +0100)]
Fixed unused argument

6 weeks agoFixed wrong exception name
kaliko [Sun, 10 Mar 2024 16:53:03 +0000 (17:53 +0100)]
Fixed wrong exception name

6 weeks agoMove protocol logic in the client
kaliko [Sun, 10 Mar 2024 16:32:45 +0000 (17:32 +0100)]
Move protocol logic in the client

6 weeks agoAdd first test (env var)
kaliko [Sun, 10 Mar 2024 16:04:16 +0000 (17:04 +0100)]
Add first test (env var)

6 weeks agoFixed mpd_timeout from env var
kaliko [Sun, 10 Mar 2024 16:03:46 +0000 (17:03 +0100)]
Fixed mpd_timeout from env var

6 weeks agoActually says "What is musicpdaio?", add forge reference
kaliko [Sun, 10 Mar 2024 14:46:14 +0000 (15:46 +0100)]
Actually says "What is musicpdaio?", add forge reference

6 weeks agoCleanup dev residues
kaliko [Sun, 10 Mar 2024 08:00:47 +0000 (09:00 +0100)]
Cleanup dev residues

6 weeks agoImproved documentation
kaliko [Sun, 10 Mar 2024 07:57:51 +0000 (08:57 +0100)]
Improved documentation

6 weeks agoAdd more docstrings
kaliko [Sun, 10 Mar 2024 06:59:34 +0000 (07:59 +0100)]
Add more docstrings

6 weeks agoImproved documentation
kaliko [Sat, 9 Mar 2024 16:34:20 +0000 (17:34 +0100)]
Improved documentation

6 weeks agoFixed version in pyproject.toml
kaliko [Sat, 9 Mar 2024 14:41:39 +0000 (15:41 +0100)]
Fixed version in pyproject.toml

6 weeks agoAdd missing license file
kaliko [Sat, 9 Mar 2024 14:40:54 +0000 (15:40 +0100)]
Add missing license file

6 weeks agoUpdate documentation
kaliko [Sat, 9 Mar 2024 14:39:11 +0000 (15:39 +0100)]
Update documentation

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

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

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

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

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

Some cleanup repr and log

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

7 weeks 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

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

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

7 weeks 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.

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

8 weeks 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