qmpdclient
qmpdclient copied to clipboard
QMPDClient official repository
1. qmpdclient/src/libmpdclient.c:452]: (style) Suspicious condition (assignment + comparison); Clarify expression with parentheses. Source code is while((ret = select(connection->sock+1,NULL,&fds,NULL,&tv)==1) || Maybe better code while(((ret = select(connection->sock+1,NULL,&fds,NULL,&tv)) == 1) || 2. qmpdclient/src/libmpdclient.c:533]:...
Skins?
There are no alternative skins provided in installation, there are no easily findable skins online and I can't find any documentation detailing how to make your own. Any chance for...
Could it please obey CD numbers when ordering tracks? And could it show them on the playlist?
I couldn't find a way to add a song to one of my playlists (the ones which are listed on Playlists tab). Drag'n'drop doesn't work, and there's no context menu...
Not yet finished, but should be fine with Linux/X11
QMPDClient used to work, but after my last "mpc update" I can't connect to my local mpd, bacause qmpdclient crashes with: "ASSERT: "d->artistAlbumMap.contains(artist)" in file ~something/qmpdclient/src/mpdcache.cpp, line 149". I cleaned...
Feature Request: Would be nice to have a function to add streams from the shoutcast directory to the web radio tab.
Feature Request: Possibility to search through the shoutcast directory.