mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix typos in docs (en) (#4946)
This commit is contained in:
@@ -15,7 +15,7 @@ Regex patterns can be added in the config file or from the UI.
|
||||
If you add manually to the config file a restart is needed while from the UI you just need to click the Save button.
|
||||
When added through the config file directly special care must be given to double escape the `\` character.
|
||||
|
||||
There are 2 sperate exclusion settings. One is for videos, another is for images/galleries.
|
||||
There are 2 separate exclusion settings. One is for videos, another is for images/galleries.
|
||||
|
||||
Some examples:
|
||||
|
||||
@@ -23,7 +23,7 @@ Some examples:
|
||||
- `"/\.[[:word:]]+/"` will exclude all hidden directories like `/.directoryname/`.
|
||||
- `"c:\\stash\\videos\\exclude"` will exclude specific Windows directory `c:\stash\videos\exclude`.
|
||||
- `"^/stash/videos/exclude/"` will exclude all directories that match `/stash/videos/exclude/` pattern.
|
||||
- `"\\\\stash\\network\\share\\excl\\"` will exlcude specific Windows network path `\\stash\network\share\excl\`.
|
||||
- `"\\\\stash\\network\\share\\excl\\"` will exclude specific Windows network path `\\stash\network\share\excl\`.
|
||||
|
||||
> **Note:** If a directory is excluded for images and videos, then the directory will be excluded from scans completely.
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
Stash works by cataloging your media using the paths that you provide. Once you have [configured](/settings?tab=library) the locations where your media is stored, you can click the Scan button in [`Settings -> Tasks`](/settings?tab=tasks) and stash will begin scanning and importing your media into its library.
|
||||
|
||||
For the best experience, it is recommmended that after a scan is finished, that video previews and sprites are generated. You can do this in [`Settings -> Tasks`](/settings?tab=tasks). Note that currently it is only possible to perform one task at a time and but there is a task queue, so the generate tasks should be performed after scan is complete.
|
||||
For the best experience, it is recommended that after a scan is finished, that video previews and sprites are generated. You can do this in [`Settings -> Tasks`](/settings?tab=tasks). Note that currently it is only possible to perform one task at a time and but there is a task queue, so the generate tasks should be performed after scan is complete.
|
||||
|
||||
Once your media is imported, you are ready to begin creating Performers, Studios and Tags, and curating your content!
|
||||
Reference in New Issue
Block a user