Since version 0.11.3, Banshee ships with support for Bob's karma plugin.
I just gave it a try but ran into some problems.
First of all, banshee complains at startup with :
Plugin module: /usr/lib/banshee/Banshee.Dap/Banshee.Dap.Karma.dll
Does not implement PluginModuleEntry.GetTypes. For faster startup
performance
and to lower memory consumption, it is recommended that the following
code
be added to the plugin module:
public static class PluginModuleEntry
{
public static Type [] GetTypes()
{
return new Type [] {
typeof(Banshee.Dap.Karma.KarmaDap)
};
}
}
Following the procedure from http://bobcopeland.com/karma/banshee/, I
patched the source for banshee 0.11.3 for the transcode bug but it
doesn't work completely : when uploading a song to /from the karma, the
message «Waiting for the transcoder» is still displayed for a (long)
while. Then the actual uploading is performed (I checked the karma
library afterwards) but
* after each song, the error message
* Libkarma warning: iconv() failed
is displayed.
* the karma interface in Banshee gets frozen with :
Warning: Couldn't handle async MethodReturn message for request id 5930
with signature 'Boolean '
If a try to delete a song, I get :
** Libkarma error: delete error
Warning: Couldn't handle async MethodReturn message for request id 5952
with signature 'Boolean '
I'd be happy to help debug it further.
Julien
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel