Wednesday, September 8, 2010

[nslu2-linux] Itunes 10 and mt-daapd

 

Hi,

It seems iTunes10 needs some update to mt-daapd / mt-daapd-svn .

A copy in case of post deletion :

diff -u mt-daapd-svn-1696.original/src/plugins/out-daap-proto.c mt-daapd-svn-1696/src/plugins/out-daap-proto.c
--- mt-daapd-svn-1696.original/src/plugins/out-daap-proto.c	2007-08-10 00:07:23.000000000 -0400
+ mt-daapd-svn-1696/src/plugins/out-daap-proto.c	2010-09-07 19:04:44.932978839 -0400
@@ -716,6 +716,8 @@
             /* aeHV */
             size += 9;
 
+	size += 12;
+
         return size;
         break;
 
@@ -920,6 +922,9 @@
         if(daap_wantsmeta(pinfo->meta, metaSongContentRating))
                 current += dmap_add_char(current,"ascr",
                                             atoi(valarray[SG_CONTENTRATING]));
+
+	current += dmap_add_int(current, "aeMK", 1);
+
         return 0;
         break;


Thanks to maintainers to update the current mt-daapd-svn version (Syno ds107+)

Bye


__._,_.___
Recent Activity:
.

__,_._,___

No comments:

Post a Comment