mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
* 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
1.0 KiB
1.0 KiB
✨ New Features
- Generalised Tagger view to support tagging using supported scene scrapers. (#1812)
- Added built-in
Auto Tagscene 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)