aMule Forum

English => aMule Help => Topic started by: ampau on March 20, 2015, 01:11:42 PM

Title: how to read canceled.met?
Post by: ampau on March 20, 2015, 01:11:42 PM
Hi,

is there a way to read the file canceled.met or to convert it to readable form?
Or is there at least a description of its structure somewhere?

I found a tool to read know.met, but no tool for canceled.met..
thanks
 paul
Title: Re: how to read canceled.met?
Post by: ampau on March 21, 2015, 11:08:39 AM
I just had a look at the source code.
seems that canceled.met contains only hash values but no other infomation about files.
Is that correct?
Title: Re: how to read canceled.met?
Post by: mr_hyde on March 21, 2015, 01:27:58 PM
Not an expert but looking at the code it seems that the files contains just:
- first byte containing the VERSION of the file
- number of stored hashes
- hashes

Bye,
  Mr Hyde
Title: Re: how to read canceled.met?
Post by: GonoszTopi on March 25, 2015, 05:29:54 PM
You all are right.

- Added new wiki page describing canceled.met (http://wiki.amule.org/wiki/Canceled.met_file)
- As of revision 10869 (http://repo.or.cz/w/amule.git/commit/10476b6585ddb4b715b405a5b069178b6767b279) the fileview tool supports canceled.met too.