Update FAQ.md

Updated: This path doesn't seems to be valid
TRaSH 2020-07-28 20:16:54 +02:00
parent 543f889f5f
commit bd897f9a72

27
FAQ.md

@ -36,17 +36,26 @@ If you're getting a error that looks like this:
![image-20200723180256943](images/image-20200723180256943.png)
This can be for various reasons, but the most common is, Bazarr is running as a service, which causes one of two things:
This can be for various reasons we've collected the the most common ones depending on the used OS.
**Bazarr service runs under Local System account that won't be able to access network shares.**
##### Windows:
- **Bazarr service runs under Local System account that won't be able to access network shares.**
Run Bazarr's service as another user that has access to that share. You need to change the account used for Bazarr service in `services.msc` console.
**You're using a mapped network drive (not a UNC path).**
- **You're using a mapped network drive (not a UNC path).**
Change your paths to UNC paths (`\\server\share`) both in Sonarr, Radarr and Bazarr will be able to access those files.
**Your docker containers volume paths don't match with Sonarr/Radarr**
##### Docker:
- **Your docker containers volume paths don't match with Sonarr/Radarr**
make sure Bazarr uses the identical volume paths as Sonarr and Radarr.
##### Docker & Synology when mixing packages with dockers:
- In worse case scenario you need to make use of [Paths Mapping](https://github.com/morpheus65535/bazarr/wiki/Settings#path-mappings)
> *If you're using docker and get this warning and need help with it provide us with the docker compose or docker build command of Bazarr and Sonarr/Radarr !!!*
>
> *If you're using a system with a GUI(Synology, unRAID, OMV, etc.) to configure docker use one of the following from terminal(puTTy) to get the docker compose or docker build command.*`
@ -60,8 +69,6 @@ make sure Bazarr uses the identical volume paths as Sonarr and Radarr.
> *And yes this even works on a Synology*
> *if you don't know how you probably didn't read the [[Installation-Synology]]*
**You might need to make use of [Paths Mapping](https://github.com/morpheus65535/bazarr/wiki/Settings#path-mappings)**
------
### Why (or) do I need the Anti-Captcha
@ -157,9 +164,9 @@ If you need to write one then you can use the 2 following templates depending wh
- [API-Template](https://github.com/morpheus65535/bazarr/blob/master/libs/subliminal_patch/providers/napisy24.py)
- [Page-Scrapping-Template](https://github.com/morpheus65535/bazarr/blob/master/libs/subliminal_patch/providers/soustitreseu.py)
If API is supported it is preferred.
Why ?
Easier Error management and Scrapping the site is more resource intensive.
> If API is supported it is preferred.
> Why ?
> Easier Error management and Scrapping the site is more resource intensive.
2. The slowest: