mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix broken and outdated links in the Help document (#2180)
* Update Contributing.md
Fixed readme.md link.
* Update Introduction.md
"/settings?tab=configuration" is no longer valid. It is "/settings?tab=libraries" now.
* Update Interface.md
Fixed broken "Stash Plex Theme" link.
* Update ScraperDevelopment.md
Fixed broken "golang fields" link.
* Update Interactive.md
Added missing title.
* Update Contributing.md
Changed link to the correct document -->
4c71a7dc1b (r776229444)
This commit is contained in:
@@ -6,7 +6,7 @@ Financial contributions are welcomed and are accepted using [Open Collective](ht
|
||||
|
||||
## Development-related
|
||||
|
||||
The Stash backend is written in golang with a sqlite database. The UI is written in react. Bug fixes, improvements and new features are welcomed. Please see the [README.md](https://github.com/stashapp/stash/raw/develop/README.md) file for details on how to get started. Assistance can be provided via our [Discord](https://discord.gg/2TsNFKt).
|
||||
The Stash backend is written in golang with a sqlite database. The UI is written in react. Bug fixes, improvements and new features are welcomed. Please see the [README.md](https://github.com/stashapp/stash/blob/develop/docs/DEVELOPMENT.md) file for details on how to get started. Assistance can be provided via our [Discord](https://discord.gg/2TsNFKt).
|
||||
|
||||
## Documentation
|
||||
|
||||
@@ -44,4 +44,4 @@ We welcome contributions for future improvements and features, and bug reports h
|
||||
|
||||
## Providing support
|
||||
|
||||
Offering support for new users on [Discord](https://discord.gg/2TsNFKt) is also welcomed.
|
||||
Offering support for new users on [Discord](https://discord.gg/2TsNFKt) is also welcomed.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Interactivity
|
||||
|
||||
Stash currently supports syncing with Handy devices, using funscript files.
|
||||
|
||||
In order for stash to connect to your Handy device, the Handy Connection Key must be entered in Settings -> Interface.
|
||||
|
||||
@@ -24,7 +24,7 @@ The maximum loop duration option allows looping of shorter videos. Set this valu
|
||||
|
||||
The stash UI can be customised using custom CSS. See [here](https://github.com/stashapp/stash/wiki/Custom-CSS-snippets) for a community-curated set of CSS snippets to customise your UI.
|
||||
|
||||
[Stash Plex Theme](https://github.com/stashapp/stash/wiki/Stash-Plex-Theme) is a community created theme inspired by the popular Plex interface.
|
||||
[Stash Plex Theme](https://github.com/stashapp/stash/wiki/Theme-Plex) is a community created theme inspired by the popular Plex interface.
|
||||
|
||||
|
||||
## Custom served folders
|
||||
@@ -50,4 +50,4 @@ custom_served_folders:
|
||||
|
||||
The `background.png` and `noise.png` files can be placed in the `custom` folder, then in the custom css, the `./background.png` and `./noise.png` strings can be replaced with `/custom/background.png` and `/custom/noise.png` respectively.
|
||||
|
||||
Other applications are to add custom UIs to stash, accessible via `/custom`.
|
||||
Other applications are to add custom UIs to stash, accessible via `/custom`.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Introduction
|
||||
|
||||
Stash works by cataloging your media using the paths that you provide. Once you have [configured](/settings?tab=configuration) 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.
|
||||
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 there is no task queue, so the Generate task 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!
|
||||
Once your media is imported, you are ready to begin creating Performers, Studios and Tags, and curating your content!
|
||||
|
||||
@@ -273,7 +273,7 @@ Collectively, these configurations are known as mapped scraping configurations.
|
||||
|
||||
A mapped scraping configuration may contain a `common` field, and must contain `performer`, `scene`, `movie` or `gallery` depending on the scraping type it is configured for.
|
||||
|
||||
Within the `performer`/`scene`/`movie`/`gallery` field are key/value pairs corresponding to the [golang fields](#object-fields) on the performer/scene object. These fields are case-sensitive.
|
||||
Within the `performer`/`scene`/`movie`/`gallery` field are key/value pairs corresponding to the [golang fields](/help/ScraperDevelopment.md#object-fields) on the performer/scene object. These fields are case-sensitive.
|
||||
|
||||
The values of these may be either a simple selector value, which tells the system where to get the value of the field from, or a more advanced configuration (see below). For example, for an xpath configuration:
|
||||
|
||||
@@ -822,4 +822,4 @@ Rating
|
||||
Studio (see Studio Fields)
|
||||
Tags (see Tag fields)
|
||||
Performers (list of Performer fields)
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user