This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
3.5.06
A huge upgrade to infofix/prefill logic, along with many other smaller and not so small enhancements. These make using -E/--prefill much faster, and it now requires far less manual intervention when prepping an info file for use as prefill data source.
See acxi.changelog for full details: https://github.com/smxi/acxi/raw/stable/acxi.changelog
Features:
- Checksum delete: added more file extensions and ids to delete, mostly old shntool junk, but also robots.txt and index.htm and other stray downloader junk.
- -U 3 for updater, allows updating from smxi.org
- --no-ssl disable ssl certificate checks for -U.
- Added --dry-run, --dry for --test.
- Added --copy-append for --append/-a to make it consistent in alternate syntaxes.
- Infofix: -X now replaces tabs with spaces, those are always messy
- Infofix: -Xa new starter trigger syntax to start track numbering for cases when there are no track/song numbers.
- Infofix: -Xc fix Windows cp-1252 characters, not all of them, but the main offenders like magic quotes, ellipses, n,m dashes.
- Infofix: -Xd, -Xk - added test, switch for dd/mm/yyyy type date formats, but only works when file contains dd > 12.
- Infofix: -Xk triggers d, adds day of week in parentheses after iso date.
- Infofix: -Xn failed to handle track numbers like 23:. Also added more supported numbering formats, like d1t23.
- Infofix: -Xv triggers q, adds to quality report flac ffp verification.
- Infofix: -X0 removes characters before content, good for copy/paste etc of data from info file.
- Infofix/Prefill: made both support --prefill-file/--info-file for alternate file names. Short forms --if / --pf.
- Infofix/Prefill: now you can add terminator markers to track numbers. Works with -E, -Xn, -Xt, -Xm.
- Prefill: strips ;, % from track end along with *, those are special codes from some live archive projects.
- Prefill: loosened first location of Lineup/band type performers list, now can start closer to top block.
- Prefill: added many prefill field name types, see changelog. Also added some auto append to Album name generation for Etree id, shnid, Type:.
- Prefill: added --prefill-tag/--pt to let you add one time, or via configuration item, tags to use those values to prefill.
- Sync: was translating ` to ' but that leads --clean to keep thinking that's a different file, removed that translation.
- Help, man updates for the above changes and fixes and updates.