-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO.ft
49 lines (29 loc) · 897 Bytes
/
TODO.ft
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Alfred-MPD
==========
Control an `mpd` server from Alfred.
Search library, queue/unqueue tracks, control playback.
General.todo
------------
- Set specific volume (e.g. volume 100)
- Add "other actions…" option
- Queue whole album
- Browse artist
- Browse album
- Better handling of browsing albums:
`album:name of album` means you have to enter `track:...` to further filter. Expand query to `album:name of album any:`?
- Change query delimiter and implement "no trailing space backs up"
Bugs.todo
---------
- Escape colons in track/album names
Better to make browsing an album a separate action?
Features
--------
### Outputs.todo ###
View (and manipulate?) audio outputs.
- View outputs
- Toggle outputs on/off
mpd.py
------
Basic interface to `mdp` via the `mpc` CLI program.
### Commands.todo ###
Parts of the core API that haven't been implemented yet.