| Hunter has many features and many uses. The key to a collection is the availability
of a csv (comma separated values) file usually created by the maker of the collection. The
csv file contains a listing of all files that make up this collection. It contains
sufficient details about each file so that Hunter can, with a high degree of certainty,
determine that any given file is a match for what is supposed to be in the collection.
These details include the filename, its size and its crc32 (cyclical redundancy check 32
bit) value. They may also include subfolder information for large collections and other
information; these are called extended csvs.
In image collecting for example, perhaps two files out of maybe thirty thousand jpg
files will have exactly the same size and crc32 value and yet not be the same image at
all! Thus, the pair make a fairly accurate way to validate collections.
The majority of Hunters features are designed for use with collections that have a
published csv file. However, Hunter can also make csv files for any collection of files,
image based or not. These can then be used to maintain the collection.
Additionally, some features of Hunter can be readily used by any kind of collection
independent of a csv file. These include unzipping zipped file, jpg testing, and the
blazingly fast finding of exact byte by byte duplicates, for example.
When with a csv-based collection, Hunter really becomes a powerful tool. Hunter can
setup collection documents that contain one or more collection groups, such as finished,
ongoing, fantasy, scenery, hot cars, and so on. Within a group can be as many individual
collections as desired, such as Great Cars of 98, Great Cars of 99, Fantasy collection 99,
and so on.
A collection has two parts: the csv file and the folder(s) that contain the files that
make up the collection. Once setup, Hunter can verify the files in the collection. It can
"clean the collection" which means to put files in the correct subfolders, move
bad or corrupt files out of the collection, move extras and duplicates out of the
collection. Hunter can search any number of incoming folders for files that belong
in a given collection and then move those that do into the proper collection folder(s). |