Stein Magnus Jodal
6acaa490e9
Make all strings unicode by default ( fixes #224 )
2012-11-13 00:18:47 +01:00
Stein Magnus Jodal
65b550eb44
Ignore invalid pylint warnings ( #211 )
2012-10-17 01:42:58 +02:00
Stein Magnus Jodal
f69148c572
Move loading of MPD protocol modules into a function ( #211 )
2012-10-16 15:25:56 +02:00
Stein Magnus Jodal
666800ec57
Fix most flake8 warnings ( #211 )
2012-10-16 14:00:34 +02:00
Stein Magnus Jodal
c52d5c9388
Document mopidy.frontends.mpd.protoocol.mpd_commands as a part of the MPD frontend API
2011-06-04 19:20:53 +02:00
Stein Magnus Jodal
d5a13ae1ca
Add auth_required=True to handle_request, and add it to the MpdCommand object stashed in mpd_commands
2011-06-04 18:55:54 +02:00
Stein Magnus Jodal
e68d715d3e
Rename handle_pattern decorator to handle_request
2011-06-04 18:51:18 +02:00
Stein Magnus Jodal
a08885bb95
Use a MpdCommand namedtuple in the mopidy.frontends.mpd.protocol.mpd_commands list
2011-06-04 18:43:30 +02:00
Thomas Adamcik
a078a7448e
Match what mpd expects with regards to caps for encoding
2010-10-30 22:33:36 +02:00
Stein Magnus Jodal
222982e444
Move get_mpd_protocol_version() into MPD frontend
2010-08-20 00:44:09 +02:00
Stein Magnus Jodal
10c1cab0c7
Reorganize mopidy.frontends.mpd
...
- Rename .frontend.MpdFrontend to .dispatcher.MpdDispatcher, as it
dispatches requests.
- Move exceptions into .exceptions.
- Move .server.MpdSession to .session.MpdSession.
- Move handle_pattern to .protocol.handle_pattern.
2010-08-19 23:51:46 +02:00
Stein Magnus Jodal
d0aac71cfb
MPD: Split protocol implementation into 11 modules
2010-08-10 02:08:59 +02:00