Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

3.5.06

Compare
Choose a tag to compare
@smxi smxi released this 26 Dec 22:12
· 88 commits to stable since this release

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:

  1. 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.
  2. -U 3 for updater, allows updating from smxi.org
  3. --no-ssl disable ssl certificate checks for -U.
  4. Added --dry-run, --dry for --test.
  5. Added --copy-append for --append/-a to make it consistent in alternate syntaxes.
  6. Infofix: -X now replaces tabs with spaces, those are always messy
  7. Infofix: -Xa new starter trigger syntax to start track numbering for cases when there are no track/song numbers.
  8. Infofix: -Xc fix Windows cp-1252 characters, not all of them, but the main offenders like magic quotes, ellipses, n,m dashes.
  9. Infofix: -Xd, -Xk - added test, switch for dd/mm/yyyy type date formats, but only works when file contains dd > 12.
  10. Infofix: -Xk triggers d, adds day of week in parentheses after iso date.
  11. Infofix: -Xn failed to handle track numbers like 23:. Also added more supported numbering formats, like d1t23.
  12. Infofix: -Xv triggers q, adds to quality report flac ffp verification.
  13. Infofix: -X0 removes characters before content, good for copy/paste etc of data from info file.
  14. Infofix/Prefill: made both support --prefill-file/--info-file for alternate file names. Short forms --if / --pf.
  15. Infofix/Prefill: now you can add terminator markers to track numbers. Works with -E, -Xn, -Xt, -Xm.
  16. Prefill: strips ;, % from track end along with *, those are special codes from some live archive projects.
  17. Prefill: loosened first location of Lineup/band type performers list, now can start closer to top block.
  18. Prefill: added many prefill field name types, see changelog. Also added some auto append to Album name generation for Etree id, shnid, Type:.
  19. Prefill: added --prefill-tag/--pt to let you add one time, or via configuration item, tags to use those values to prefill.
  20. Sync: was translating ` to ' but that leads --clean to keep thinking that's a different file, removed that translation.
  21. Help, man updates for the above changes and fixes and updates.