This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
3.5.03
Improved --prefill/-E to use existing top block field names in info file to prefill artist, venue, location, date, and producer tags if present. Pretty much just this one feature was improved, with some code refactors as well. Due to user generated field names, it will take a few releases to get the set good enough to capture most user's choices, but the starting set of matches should be fine.
See acxi.changelog for full details: https://github.com/smxi/acxi/raw/stable/acxi.changelog
Main features:
- Added dynamic detection of field name: value pairs on top data block of info.txt type file, if present, switches to use field name/value tests for ARTIST, LOCATION, VENUE, DATE tags.
- Started process of moving away from passing arrays back and forth, to use array references more consistently. This will take some releases to do, and is not a priority.
- Some more code reorganization and cleanup to make it easier to follow and read, top variable assignments better organized.