Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

Remuco not compatible with totem >= 3.0 #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: Fedora 15
* Remuco version: 0.9.5
* Player: totem 3.0.1

Currently, remuco is not compatible with totem >= 3.0: it seems the totem 
Python API radically changed compared to the 2.x branch. Even the format of the 
*.plugin files slightly changed.
Is an update of this plugin for totem 3.0 planned?

Original issue reported on code.google.com by pikachu....@gmail.com on 17 Jun 2011 at 11:22

GoogleCodeExporter commented 9 years ago
Currently I lack the time to work on this. I'll catch this issue when possible, 
but this may be not until .. sorry, I cannot say it right now.

Original comment by obensonne@googlemail.com on 1 Jul 2011 at 9:09

GoogleCodeExporter commented 9 years ago
Same problem is in Rhythmbox plugin.

Original comment by Accurse...@gmail.com on 8 Jan 2012 at 10:51

GoogleCodeExporter commented 9 years ago
Hi, I've been working on fixing the issue with Totem new Api, but I get a 
"Segment Violation" error.

I'm trying to start a new totem adapter, but it still sends me a Segment 
Violation using when calling the function "remuco.PlayerAdapter.start(self)" as 
in the Fooplayer example.

It hasn't got anything else than logs to see if it start.

If someone can tell me how to debug this, or can solve it, please send me an 
e-Mail and I'm going to take care of making a new adapter.

Original comment by JCA...@gmail.com on 14 Jan 2012 at 9:57

Attachments:

GoogleCodeExporter commented 9 years ago
You might solve this problem by explicitly dereferencing the TotemAdapter 
instance when deactivating the plugin (i.e. setting it to None). I remember 
there were similar problems in context of the Rhythmbox plugin .. see 
http://code.google.com/p/remuco/source/browse/adapter/rhythmbox/remythm.py for 
example code - try to make it similar in the plugin for Totem.

By the way .. thanks for your work on this!

Original comment by obensonne@googlemail.com on 21 Jan 2012 at 7:45

GoogleCodeExporter commented 9 years ago
It didn't solved the trouble, I still have the Segment Violation error...

Original comment by JCA...@gmail.com on 23 Jan 2012 at 7:06