diff --git a/Readme.md b/Readme.md index 845e7be..314743e 100644 --- a/Readme.md +++ b/Readme.md @@ -82,3 +82,22 @@ root@odroid:/usr/lib/plexmediaserver# /usr/lib/plexmediaserver/Plex\ Media\ Scan ``` `/usr/lib/plexmediaserver/Plex\ Media\ Scanner -s -r -c "${PLEXLIBNUM}"` + +## Plex custom names and folders + +Naming pattern depends on selected "Agent" + +Custom filenames possilbe with .plexmatch file + + +https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/ +https://support.plex.tv/articles/plexmatch/ + + +Update Metadata + +.plexmatch is supported only if you are using "Plex Local Media Assets" as the metadata agent. + +Problem: usange of multiple metadata agents is deprecated + +Erweitert -> Lokale Metadaten bevorzugen diff --git a/docker-compose.yml b/docker-compose.yml index df85f5f..dd00425 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "2.1" services: plex: - image: linuxserver/plex:1.41.4 + image: linuxserver/plex:1.41.5 container_name: plex network_mode: host environment: