File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# alfred-mpd
2
2
3
- * Copyright 2016 Ian McCowan*
4
-
5
3
alfred-mpd is an [ Alfred] ( http://www.alfredapp.com/ ) workflow designed to make
6
4
playing music using [ mpd] ( https://www.musicpd.org ) extremely quick and convenient.
7
5
8
6
This workflow uses the [ python-mpd2] ( https://github.com/Mic92/python-mpd2 ) library
9
- to control mpd from Python.
7
+ to control mpd from Python. (The library is included; you don't need to install
8
+ it yourself. This is just to give credit.)
9
+
10
+ Current functionality is designed around the way I myself play music, which is to
11
+ say, a whole album at a time. In the future I may be willing to implement other
12
+ use cases if people ask, but I get the impression that use of mpd on a Mac is
13
+ at best an extremely niche proposition.
14
+
15
+ Trigger this workflow using the ` mpdalbum ` keyword. Alfred will scan your mpd
16
+ database, and you can use Alfred's fuzzy matching to search for an album and
17
+ play it. The workflow also comes with a hotkey (default ⌃⇧↑) to save you
18
+ from having to type the keyword. You may of course change or disable it.
19
+
20
+ * Copyright 2016 Ian McCowan*
You can’t perform that action at this time.
0 commit comments