Re: [Rhythmbox-devel] Remote Control
- From: "W. Michael Petullo" <mike flyn org>
- To: rhythmbox-devel gnome org
- Subject: Re: [Rhythmbox-devel] Remote Control
- Date: Thu, 21 Oct 2010 20:08:54 -0500
> Here is a one byte change to libdmapsharing which allows the Rhythmbox
> DAAP/DACP plugin to work with Apple Remote v2.0.1 (229) on an iPod
> touch (and probably an iPhone, but maybe not on an iPad):
>
> diff --git a/libdmapsharing/daap-share.c b/libdmapsharing/daap-share.c
> index 2120632..05925fe 100644
> --- a/libdmapsharing/daap-share.c
> +++ b/libdmapsharing/daap-share.c
> @@ -287,7 +287,7 @@ daap_share_server_info (DMAPShare *share,
> dmap_structure_add (msrv, DMAP_CC_MSLR, 0);
> dmap_structure_add (msrv, DMAP_CC_MSTM, (gint32) DAAP_TIMEOUT);
> dmap_structure_add (msrv, DMAP_CC_MSAL, (gchar) 0);
> - dmap_structure_add (msrv, DMAP_CC_MSUP, (gchar) 0);
> + dmap_structure_add (msrv, DMAP_CC_MSUP, (gchar) 1);
> dmap_structure_add (msrv, DMAP_CC_MSPI, (gchar) 0);
> dmap_structure_add (msrv, DMAP_CC_MSEX, (gchar) 0);
> dmap_structure_add (msrv, DMAP_CC_MSBR, (gchar) 0);
I have applied your patch in Git master. Thank you!
--
Mike
:wq
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]