allow shared plex servers (#1391)

* allow shared plex servers

* update dependencies
This commit is contained in:
Jason Dove
2023-08-22 08:49:26 -05:00
committed by GitHub
parent 560cb826b3
commit b3fda4e88d
9 changed files with 20 additions and 15 deletions
+2
View File
@@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- This can be configured using the following env vars (note the double underscore separator `__`)
- `PROVIDER` - set to `MySql`
- `MYSQL__CONNECTIONSTRING` - (e.g. `Server=localhost;Database=ErsatzTV;Uid=root;Pwd=ersatztv;`)
- Add option to use shared Plex servers, not just owned servers
- This can be enabled by setting the env var `ETV_ALLOW_SHARED_PLEX_SERVERS` to any non-empty value
### Fixed
- Fix subtitle scaling when using QSV hardware acceleration