update
This commit is contained in:
parent
1fec22f773
commit
c1b7d4bd40
19
Readme.md
19
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}"`
|
`/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
|
||||||
|
@ -2,7 +2,7 @@ version: "2.1"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
plex:
|
plex:
|
||||||
image: linuxserver/plex:1.41.4
|
image: linuxserver/plex:1.41.5
|
||||||
container_name: plex
|
container_name: plex
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user