Added natural sort for scene and image titles (#943)

* Added natural sort for scene and images
* Use natural sort for movie names

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
JoeSmithStarkers
2020-11-25 20:09:07 +11:00
committed by GitHub
parent 794ea00d37
commit df37ddcc2c
14 changed files with 154 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
### 🎨 Improvements
* Use natural sort for titles and movie names.
* Support optional preview and sprite generation during scanning.
* Support configurable number of threads for scanning and generation.