When I load [EMAIL PROTECTED] (the porn version...) using the raw Client API (latest version, straight from CVS), I get a metadata length of 0:
 
        [...]
        long len=tse.getDataLength();
        long mlen=tse.getMetadataLength();
        System.out.println("Metadata length: "+mlen+", data length: "+len);
displays:
 
Event 0 received: State "PREPARED" reached.
Event 0 received: State "REQUESTING" reached.
Event 1 received: A  message was sent to tcp/localhost:19114.
Event 2 received: A  message was received from tcp/localhost:19114.
Event 0 received: State "TRANSFERRING" reached.
Event 128 received: Transfer of 196 bytes started.
Metadata length: 0, data length: 178
 
Where's the metadata? Specifically, where's the Content-Type field that used to be there?
 
This seems to be a problem with files that contain both metadata and data. Other files such as MSK@SSK@fuOg3Ay4wLzH16N3YlZcmshH1JQQAgE/mp3_collection/misc_tropus// work fine.
 
-Stefan

Reply via email to