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
{{ message }}
This repository was archived by the owner on Apr 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Remix your plex recommendations.
10
10
- Remove watched items from recommendations.
11
11
- Choose between styles, shelf (default) or hero.
12
12
- Auto load artwork for hero styles.
13
+
- Filter hubs by its restrictions (per user hub)
13
14
- Disable user state: remove unplayed badges from row items.
14
15
- Disable leaf count: remove episode count from artwork.
15
16
- Force maximum quality.
@@ -77,6 +78,7 @@ Settings are set via [environment variables](https://kinsta.com/knowledgebase/wh
77
78
| REPLEX_TOKEN | | server admin plex token, needed for hero images. To find your token see: https://support.plex.tv/articles/204059436-finding-an-authentication |
78
79
| REPLEX_INTERLEAVE | true | Interleave home recommendations. Collection rows with the same name from different libraries are interleaved (combined) into one. |
79
80
| REPLEX_EXCLUDE_WATCHED | true | If set to true, hide watched items for recommended rows |
81
+
| REPLEX_HUB_RESTRICTIONS | true | Apply collections restrictions to their hub's. Plex does not apply restrictions to hubs, so you cannot have different collection hubs for users. this fixes that. |
0 commit comments