Hi,
It seems iTunes10 needs some update to mt-daapd / mt-daapd-svn .
A patch already exists on Apple forum : http://discussions.info.apple.com/thread.jspa?threadID=2564925&start=60&tstart=0
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
__._,_.___
.
__,_._,___
No comments:
Post a Comment