[project @ 5744]
[audio-mpd.git] / TODO
blobb7327949956b757a8f55040ba73cbdbf4d8165a5
1 no time plan associated - not even an order implied.
3 the indication in parens forecasts the difficulty / bump in version implied.
4 can be either minor, medium or major.
7 ** distribution:
9 - sign module using Module::Signature. (minor)
12 ** tests:
14 - write more tests. really. (minor)
15 - perform test coverage and fill in the blanks. (medium when 100%)
18 ** dialog with mpd:
20 - more error handling. (medium)
21 - more extensive coverage of supported mpd instruction set. (medium)
22 - make Audio::MPD utf-8 aware. (medium)
23 - auto-reconnect. (medium)
26 ** internals:
28 - new Audio::MPD::Item module, with AMI::Song & AMI::Directory subclasses to
29   better encapsulate data returned. (major)
30 - new Audio::MPD::Collection module, using AM::Item. (major)
33 ** mpd enhancements:
35 - song ratings. (major)
36 - support for notifications. (major)
40 Maybe:
41         Make subs check for permissions before executing
42         Make it possible to use MPD.pm in "light"-mode:
43                 For small clients/scripts
44                 Don't fetch outputs, commands etc.