update plex-mm
continuous-integration/drone/push Build is passing Details

states/02
thest1tch 1 year ago
parent 4af763b2e4
commit 308c22388a

@ -1,44 +1,37 @@
Plex Meta Managers
.env файл
```
PUID=1000
PGID=1000
TZ="Asia/Yekaterinburg"
DOCKER_APP="/opt/appdata"
```
# Plex Meta Managers
``` yaml
plexmm-films:
``` yaml title="docker-compose.yml
version: "3.7"
services:
plexmm:
image: lscr.io/linuxserver/plex-meta-manager:latest
container_name: plexmm-films
container_name: plexmm
restart: "no"
networks:
- direct_net
security_opt:
- no-new-privileges:true
environment:
TZ: $TZ
PUID: $PUID
PGID: $PGID
TZ: "Asia/Yekaterinburg"
PUID: 1000
PGID: 1000
PMM_CONFIG: /config/config.yml #optional
PMM_TIME: 03:00 #optional
PMM_RUN: "True" #optional
PMM_TEST: "False" #optional
PMM_NO_MISSING: "False" #optional
volumes:
- $DOCKER_APP/plexmm/films:/config
- ./plexmm:/config
```
конфиг файл в папке $DOCKER_APP/plexmm/films
## Конфиг файл в папке ./plexmm
config.yml
??? example "config.yml"
```yaml
## This file is a template remove the .template to use the file
=== "Фильмы"
libraries:
```yaml
## This file is a template remove the .template to use the file
libraries:
Фильмы:
metadata_path:
- file: config/Movies/Genre.yml
@ -66,9 +59,9 @@ libraries:
mass_critic_rating_update: imdb
mass_audience_rating_update: mdb_trakt
mass_user_rating_update: tmdb
playlist_files:
- pmm: playlist
settings:
playlist_files:
- pmm: playlist
settings:
cache: true
cache_expiration: 60
asset_directory: config/assets
@ -106,26 +99,26 @@ settings:
check_nightly: false
show_unconfigured: true
playlist_exclude_users:
webhooks: # Can be individually specified per library as well
webhooks: # Can be individually specified per library as well
error:
version:
run_start:
run_end:
changes:
delete:
plex: # Can be individually specified per library as well; REQUIRED for the script to run
plex: # Can be individually specified per library as well; REQUIRED for the script to run
url: http://
token: token
timeout: 60
clean_bundles: false
empty_trash: false
optimize: false
tmdb: # REQUIRED for the script to run
tmdb: # REQUIRED for the script to run
apikey: api
language: ru
cache_expiration: 60
region:
trakt:
trakt:
client_id: id
client_secret: secret
pin: pin
@ -137,11 +130,11 @@ trakt:
refresh_token:
scope: public
created_at:
```
```
Для сериалов:
=== "Сериалы"
```yaml
```yaml
Сериалы:
metadata_path:
- file: config/TV-Shows/Collections.yml
@ -183,4 +176,4 @@ trakt:
horizontal_align: center
vertical_align: top
vertical_offset: 0
```
```
Loading…
Cancel
Save