Using the library¶
Basic flow:
Construct a Python dict to contain the album metadata
Construct a
bandcrash.options.Optionswith the encoding and output optionsInitialize a
concurrent.futures.ThreadPoolExecutorto run the tasks, and acollections.defaultdict(list)to hold its futuresCall
bandcrash.process()with the above