linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ 5/7] test: Fix using Number instead of Track in simple-player
Date: Mon, 29 Oct 2012 16:41:47 +0200	[thread overview]
Message-ID: <1351521709-4063-5-git-send-email-luiz.dentz@gmail.com> (raw)
In-Reply-To: <1351521709-4063-1-git-send-email-luiz.dentz@gmail.com>

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

---
 test/simple-player | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/simple-player b/test/simple-player
index 70701da..f8751d6 100755
--- a/test/simple-player
+++ b/test/simple-player
@@ -111,7 +111,7 @@ if __name__ == '__main__':
 					"Album" : "Album",
 					"Genre" : "Genre",
 					"NumberOfTracks" : dbus.UInt32(10),
-					"Number" : dbus.UInt32(1),
+					"Track" : dbus.UInt32(1),
 					"Duration" : dbus.UInt32(10000) }, signature="sv")
 
 	print('Register media player with:\n\tProperties: %s\n\tMetadata: %s' \
-- 
1.7.11.7


  parent reply	other threads:[~2012-10-29 14:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29 14:41 [PATCH BlueZ 1/7] AVRCP: Add initial support for controller player Luiz Augusto von Dentz
2012-10-29 14:41 ` [PATCH BlueZ 2/7] audio: Export remote player as children object path of device Luiz Augusto von Dentz
2012-10-29 14:41 ` [PATCH BlueZ 3/7] player: Add support for SetProperty Luiz Augusto von Dentz
2012-10-29 15:41   ` Lucas De Marchi
2012-10-30  8:49     ` Luiz Augusto von Dentz
2012-10-29 14:41 ` [PATCH BlueZ 4/7] AVRCP: Remove conversions inside media.c Luiz Augusto von Dentz
2012-10-29 14:41 ` Luiz Augusto von Dentz [this message]
2012-10-29 14:41 ` [PATCH BlueZ 6/7] test: Fix using Number instead of Track in mpris-player Luiz Augusto von Dentz
2012-10-29 14:41 ` [PATCH BlueZ 7/7] test: Add support for using external player Luiz Augusto von Dentz
2012-10-31  8:39 ` [PATCH BlueZ 1/7] AVRCP: Add initial support for controller player Johan Hedberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1351521709-4063-5-git-send-email-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).