Code

utils: don't use mpdclient_filelist_get() in gcmp_list_from_path()
authorMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 17:19:08 +0000 (19:19 +0200)
committerMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 17:19:08 +0000 (19:19 +0200)
commit43a08b69c16438a329699e2a0367700c689d6b20
treea603cb510e49d01faabc5afbbd69757d978ce780
parentaff0eb47d947692758c57363d1407c6adac316da
utils: don't use mpdclient_filelist_get() in gcmp_list_from_path()

Use libmpdclient's mpd_send_list_meta() instead.  This way, we can
stream MPD's response into the GList, and we don't need to read the
full filelist response.
src/utils.c