Menu

Pidgin Now Playing / News: Recent posts

Selectable players

I've provided a runtime plugin preference for selecting the music player to probe for media information.

Currently available players are still xmms and amarok. I don't yet have an effective means of detecting where libDCOP.so and libDCOP.h are, so I've had to hardcode them in autoconf.ac for my system (sorry). I probably won't fix this, though, because my next step is to link to supporting libraries at runtime, so the compiler doesn't need to know where they are.

Posted by halber_mensch 2007-09-10

Source code in

I finally imported source code into the svn repo. You'll notice immediately that this source is nowhere near ready for widespread distribution, nor is the plugin configurable for a player. The source is at a halfway point in that respect, I've just gotten done verifying that the mixed C/C++ compiles and links with libtool, and that the amarok player can be successfully probed with the DCOP library. The next step for me is to break up the code further so that the player is selectable, and each player has its own configuration widgets. After that, we'll break away from the compile time linking and start dynamically loading modules. You should have little trouble running the autotools to generate a configure script, at which point you can use gmake to build and install the plugin.

Posted by halber_mensch 2007-08-23
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.