I'm working on a script to play music using MPD. I want to list available albums and have Alfred filter them rather than doing the filtering myself in a script filter. But when I check the "Alfred filters results" check box, the result is an empty list regardless of what I type:
If, on the other hand, I uncheck that box, I get a list of albums as expected, but I can't type to filter them:
Here's my code, in Python. It's really not very complicated:
from __future__ import unicode_literals
from __future__ import print_function
import json
import os
import