Skip to content
  • Klaus Wölfel's avatar
    Add prefix_strip config field for filename → title derivation · 3a733f43
    Klaus Wölfel authored
    After the anonymisation pass dropped the hardcoded
    prefix_strip=["NXD-GmbH","Accounting"] from the run loop, callers had no
    way to opt their own filename prefix into being stripped from the
    derived title without editing upload.py. Now Config.prefix_strip
    defaults to [] and is passed through to derive_title for each file.
    
    README, .upload-config.json.example and the two Config tests updated.
    3a733f43