jon-turney / pidgin-musictracker

Automatically exported from code.google.com/p/pidgin-musictracker
GNU General Public License v2.0
0 stars 0 forks source link

Support MPRIS v2 player interface #233

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
MPRIS v2 interface spec has been finalized, we should support it

http://www.mpris.org/2.0/spec/

Prereq: a player which supports this interface for testing with :-)

Original issue reported on code.google.com by b152fee4...@gmail.com on 18 Sep 2010 at 11:22

GoogleCodeExporter commented 8 years ago

Original comment by b152fee4...@gmail.com on 18 Sep 2010 at 11:24

GoogleCodeExporter commented 8 years ago

Original comment by b152fee4...@gmail.com on 19 Sep 2010 at 4:58

GoogleCodeExporter commented 8 years ago
Prereq: a player which supports this interface for testing with :-)

htttp://gmusicbrowser.org

Original comment by ezebir...@gmail.com on 4 Mar 2011 at 9:39

GoogleCodeExporter commented 8 years ago
Patch to add MPRIS2 support from Henrik Olsson

Original comment by b152fee4...@gmail.com on 25 Jul 2011 at 12:30

Attachments:

GoogleCodeExporter commented 8 years ago
Any news?

Original comment by hen...@fixme.se on 27 Sep 2011 at 1:11

GoogleCodeExporter commented 8 years ago
When trying to start up with this patch, I get:
(11:42:31) plugins: /usr/lib/pidgin/musictracker.so is not loadable: undefined 
symbol: get_mpris2_info
(11:42:31) plugins: Unable to find saved plugin /usr/lib/pidgin/musictracker.so

not sure why that should be... everything compiled correctly

Original comment by greatq...@gmail.com on 8 Jan 2015 at 4:48

GoogleCodeExporter commented 8 years ago
ah, i see - had to do some Makefile hacking because the patch adds mpris2.c.  
Luckily i remembered the 'nm' command from college (oh so many years ago) which 
was probably the last time I had to use it! 

Original comment by greatq...@gmail.com on 8 Jan 2015 at 5:00