Subject: | [PATCH] dpap.imagefilesize Content Code |
The dpap.imagefilesize - pifs - content code is understood by iPhoto 4 clients, though for some reason not shared by iPhoto 4 servers. It is understood by iPhoto 5 clients & shared by iPhoto 5 servers.
Thus, this patch enables Net::DPAP::Server to share imagefilesizes with iPhoto 4, 5, & Net::DPAP::Client - & Net::DPAP::Client to understand imagefilesizes shared by iPhoto 5 & Net::DPAP::Server.
The imagefilesize is important, for instance, for implementing a Filesys::Virtual::DPAP module.
Thanks!
Jack
--- Net/DAAP/DMAP.pm 2005/03/07 23:50:42 1.1
+++ Net/DAAP/DMAP.pm 2005/03/07 23:52:24
@@ -864,6 +864,11 @@
'NAME' => 'dpap.creationdate',
'TYPE' => 5
},
+ 'pifs' => {
+ 'ID' => 'pifs',
+ 'NAME' => 'dpap.imagefilesize',
+ 'TYPE' => 5
+ },
'pimf' => {
'ID' => 'pimf',
'NAME' => 'dpap.imagefilename',