> 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 _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
