You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,14 +69,14 @@ Pulls Posters, Backdrops and Title Cards.
69
69
70
70
## Notes
71
71
72
-
- When running a sync/show/collection/movie it will keep downloading sets until all the needed posters are found.
73
-
-**Show:** Poster and Backdrop
74
-
-**Season:** Poster
75
-
-**Episode:** Title Card
76
-
-**Collection:** Poster and Backdrop
77
-
-**Movie:** Poster and Backdrop
78
-
- To enable support for Collections in Plex, each Collection needs to have a label with its tmdb-id, in the format of `tmdb-<number>`\
79
-
If using Kometa, refer to [this comment](https://github.com/Buried-In-Code/Mediux-Posters/issues/12#issuecomment-2622002859) to have Kometa add these labels.
72
+
- When running a sync/show/collection/movie it will keep downloading sets until all the needed posters are found.
73
+
-**Show:** Poster and Backdrop
74
+
-**Season:** Poster
75
+
-**Episode:** Title Card
76
+
-**Collection:** Poster and Backdrop
77
+
-**Movie:** Poster and Backdrop
78
+
- To enable support for Collections in Plex, each Collection needs to have a label with its tmdb-id, in the format of `tmdb-<number>`\
79
+
If using Kometa, refer to [this comment](https://github.com/Buried-In-Code/Mediux-Posters/issues/12#issuecomment-2622002859) to have Kometa add these labels.
80
80
81
81
## Settings
82
82
@@ -87,6 +87,7 @@ File will be created on first run.
87
87
88
88
```toml
89
89
exclude_usernames = []
90
+
kometa_integration = false
90
91
only_priority_usernames = false
91
92
priority_usernames = []
92
93
@@ -105,6 +106,10 @@ token = "<Token>"
105
106
106
107
A list of usernames whose sets should be ignored when running a sync.
107
108
109
+
-`kometa_integration`
110
+
111
+
If enabled, will remove the `Overlay` label from any media Mediux-Posters uploads a poster/backdrop/title-card to.
112
+
108
113
-`only_priority_usernames`
109
114
110
115
A boolean flag that limits downloading sets to ones created by the users specified in `priority_usernames`.
0 commit comments