Files
stash/ui/v2.5/src/components/Changelog/versions/v0110.md
WithoutPants 39fdde273d Scan refactor (#1816)
* Add file scanner
* Scan scene changes
* Split scan files
* Generalise scan
* Refactor ffprobe
* Refactor ffmpeg encoder
* Move scene scan code to scene package
* Move matchExtension to utils
* Refactor gallery scanning
* Refactor image scanning
* Prevent race conditions on identical hashes
* Refactor image thumbnail generation
* Perform count concurrently
* Allow progress increment before total set
* Make progress updates more frequent
2021-10-15 10:39:48 +11:00

1.0 KiB

New Features

  • Generalised Tagger view to support tagging using supported scene scrapers. (#1812)
  • Added built-in Auto Tag scene scraper to match performers, studio and tags from filename - using AutoTag logic. (#1817)
  • Added interface options to disable creating performers/studios/tags from dropdown selectors. (#1814)

🎨 Improvements

  • Optimised scanning process. (#1816)

🐛 Bug fixes

  • Fix colour codes not outputting correctly when logging to file on Windows. (#1846)
  • Sort directory listings using case sensitive collation. (#1823)
  • Fix auto-tag logic for names which have single-letter words. (#1817)
  • Fix huge memory usage spike during clean task. (#1805)