Return-Path: MIME-Version: 1.0 In-Reply-To: References: <1317905191-30118-1-git-send-email-luiz.dentz@gmail.com> From: Lucas De Marchi Date: Sat, 8 Oct 2011 12:34:37 -0300 Message-ID: Subject: Re: [PATCH BlueZ] Add mpris-player to test To: Luiz Augusto von Dentz Cc: linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Luiz, On Fri, Oct 7, 2011 at 6:58 AM, Luiz Augusto von Dentz wrote: > Hi Lucas, > > On Fri, Oct 7, 2011 at 12:33 AM, Lucas De Marchi > wrote: >> Hi Luiz >> >> On Thu, Oct 6, 2011 at 9:46 AM, Luiz Augusto von Dentz >> wrote: >>> >>> From: Luiz Augusto von Dentz >>> >>> It gather information from players implementing mpris spec and convert >>> to org.bluez.MediaPlayer spec. >>> --- >>> ?Makefile.tools ? ? ?| ? ?4 +- >>> ?test/mpris-player.c | ?959 +++++++++++++++++++++++++++++++++++++++++++++++++++ >>> ?2 files changed, 962 insertions(+), 1 deletions(-) >>> ?create mode 100644 test/mpris-player.c >>> >> >> What Media Player do you have? I've tried VLC and exaile here and both >> support only version 1.0. I didn't find one to support version 2.0 > > Fedora's rhythmbox, but I suppose there should be other player > implementing, or planning to implement, it too. It's working well here with rhythmbox. Sadly it's the only player I found that implements this version. Don't forget to add test/mpris-player to .gitignore. Lucas De Marchi