mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-13 02:55:22 +08:00
Added Performance Tuning
Added Performance Tuning
parent
d952e84ca6
commit
4651079676
8 changed files with 42 additions and 1 deletions
39
FAQ-Performance-Tuning.md
Normal file
39
FAQ-Performance-Tuning.md
Normal file
|
@ -0,0 +1,39 @@
|
|||
We gathered some info for people that use Bazarr on a low powered device like a RaspberryPi or when you have your media stored in the cloud.
|
||||
And when you got allot of missing Subtitles.
|
||||
|
||||
## Disable periodic scan for existing Subtitles.
|
||||
![image-20191231160315316](images/image-20191231160315316.png)
|
||||
|
||||
`Settings => Sonarr/Radarr`
|
||||
Disable it by setting `Full Filesystem Scan` to `Manually` for Sonarr/Radarr.
|
||||
|
||||
>This means that Bazarr won't scan your drive for existing subtitles and only knows about subtitles that Bazarr added !!!
|
||||
|
||||
|
||||
## Reduce the frequency of searching for missing Subtitles.
|
||||
![image-20191231161512036](images/image-20191231161512036.png)
|
||||
|
||||
`Settings => Subtitles`
|
||||
If you got allot of missing/wanted subtitles change the search frequency to a bigger interval.
|
||||
>Change this option also if you often see in the logs something like:
|
||||
`Execution of job "Update movies list from Radarr (trigger: interval[0:05:00], next run at: 2019-08-04 11:23:44 CEST)" skipped: maximum number of running instances reached (1)`
|
||||
|
||||
|
||||
## Disable scan for embedded Subtitles.
|
||||
![image-20191231163938714](images/image-20191231163938714.png)
|
||||
|
||||
Disable Scan for embedded Subtitles.
|
||||
|
||||
## Enable Adaptive Searching.
|
||||
|
||||
![image-20191231164912261](images/image-20191231164912261.png)
|
||||
|
||||
Adaptive searching should be (Always) enabled when you got many missing subtitles.
|
||||
|
||||
|
||||
## Disable Search Enabled Providers Simultaneously.
|
||||
![image-20191231164234681](images/image-20191231164234681.png)
|
||||
|
||||
Disable this option if you use a low performance device.
|
||||
Example a RaspberryPi.
|
||||
|
2
Home.md
2
Home.md
|
@ -36,6 +36,8 @@
|
|||
* FAQ's & More
|
||||
|
||||
* [First time installation/configuration](/morpheus65535/bazarr/wiki/First-time-installation-configuration)
|
||||
* [Performance Tuning](/morpheus65535/bazarr/wiki/FAQ-Performance-Tuning)
|
||||
|
||||
---
|
||||
|
||||
### Usage ###
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
* [First time installation
|
||||
and configuration](/morpheus65535/bazarr/wiki/First-time-installation-configuration)
|
||||
|
||||
* [Performance Tuning](/morpheus65535/bazarr/wiki/FAQ-Performance-Tuning)
|
||||
|
||||
|
||||
------
|
||||
|
|
BIN
images/image-20191231160315316.png
Normal file
BIN
images/image-20191231160315316.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
images/image-20191231161512036.png
Normal file
BIN
images/image-20191231161512036.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
images/image-20191231163938714.png
Normal file
BIN
images/image-20191231163938714.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
images/image-20191231164234681.png
Normal file
BIN
images/image-20191231164234681.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
BIN
images/image-20191231164912261.png
Normal file
BIN
images/image-20191231164912261.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
Loading…
Reference in a new issue