There was a post about a music client that showed all album covers in a huge list. I thought, lets try this in gmpc. I allready got a GtkTreeModel (GmpcMpdDataModel) that can show all info displayed there. So after a few minutes of hacking up a plugin I had a GtkIconView showing me all the read more
Monthly Archives: December 2008
Gtk On windows and icon theme issue – continued.
A long time ago I blogged about having issues with icon in gtk on windows. It refused to look inside 16×16/24×24 etc directories. (see here ). I think I finally found a solution. Grab the latest hicolor theme from here, extract the index.theme file and place it in your gtk installd dir under “share/icons/hicolor/”. This read more
Site update
Spend several hours tonight updating the mediawikis and wordpress. Annoying things you have todo. Because the cms on sarine.nl is mostly obsolete, I choose not to update it, but remove it all together. I’ll probly use my blog as portal later. (now has a placeholder page). I also installed another theme. Looks pretty good now. read more
GMPC 0.17.0: ?? + ?? = ?
My christmas present to you all. GMPC 0.17.0 Fix building with NLS disabled. Fix resize issue. Add a function that generates a filename for cover art, this should be used in metadata plugins. To give a more consistent saving. New Metadata database that uses a more structured layout. (less overhead) Custom progres bar. (So gmpc read more
GMPC-git build script.
If you want to use the latest greatest git version, but don’t want the hassle of updating, building the whole tree everytime. There is now a script available that does this for you. The script can be found here. Before using this script you should edit the user settings. (prefix, number of threads to use read more
Quality of soundcards
I often make the remark that soundcards in laptops/motherboards are bad. F.e. I say “It does not perform better then 12 bit”. What I mean by this is the following: If you turn an analog signal into a digital signal, you introduce errors, because you only have X defined levels, not infite as with analog. read more
Dmix, the pain or MPD High cpu usage
At mpd we are having an issue with high cpu usage, this started when alsa decided to use the great dmix by default. We now know this is caused by resampling. I never hit this problem and kind of assumed that the soundcards it happens on only supported 48khz sample rate. (with some crappy old read more
GMPC 0.17.0 Beta 2
Changes since 0.16.1 GMPC Fix building with NLS disabled. Fix resize issue. Add a function that generates a filename for cover art, this should be used in metadata plugins. To give a more consistent saving. New Metadata database that uses a more structured layout. (less overhead) Custom progres bar. (So gmpc does not use 20% read more
GMPC: Mac OsX love
Now that I spend some time on fixing, improving gmpc on windows. It is time to make it work nicer on windows. The latest gmpc now integrates it menu bar in apples. Pleases preferences and about under the “apple” and shows a nice status icon in the dock. Now I need somebody to make me read more
GMPC advanced playlist filter
Since the last git build, you can do search like: artist=eric clapton album=unplugged It is still tokenized. so artist=eric clapton matches not only the artist eric clapton but also clapton, eric. You can stop tokenizing still in the same way: artist=(eric clapton). I will add this to the normal search too: Offcourse a screenshot: Next read more