File: TODO

package info (click to toggle)
libaudio-mpd-perl 2.004-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 356 kB
  • sloc: perl: 1,444; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 855 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
no time plan associated - not even an order implied.


** distribution:

- sign module using Module::Signature.


** module enhancements

- implementing missing methods in am::collection (random, etc.)
    . artists_matching (yup, no way to have it with mpd's api)
    . albums_matching (ditto)
    . random_song / random_songs
    . songs_by_artist_from_album
    . songs_by_artist_without_album
    . songs_without_artist
- extending and harmonizing subs in am::playlist (add() should allow
  multiple arguments, for example)
- what about improving am::* to allow for auto-update?


** dialog with mpd

- more extensive coverage of supported mpd instruction set.
- better communication with mpd (including auto-reconnect).


** mpd scripts:

- mpd proxy adding song ratings on-the-fly.
- small daemon watching collection dir (inotify) and updating mpd