File Collection Manager

File Collection Manager is a small application I've created to manage collections of files. It has several features I needed, mainly tracking files and dependencies, and verifying files by checksums in case of damaged media.

I have rewritten File Collection Manager to use Python. It is now a simple console application that tracks files, directories, and symbolic links of a file collection. When a collection is updated, it automatically removes any missing items, adds any new items, and calculates the checksums for any new and changed files.