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
+4-4
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ Remix your plex recommendations.
9
9
- Merge recommendations on home into one from different libraries. Aka have movies and shows in a single row.
10
10
- Remove watched items from recommendations.
11
11
- Choose between styles, shelf (default) or hero.
12
-
- Use tmdb artwork for hero styles
12
+
- Use tmdb artwork for hero styles.
13
13
- Works on every client/app not only plex web!
14
14
- Plays nice with PMM (and without).
15
15
16
16
!!This does not alter your plex data in anyway. it only alters outgoing api requests. All your collections or rows are kept intact!!
17
17
18
-
## settings
18
+
## Settings
19
19
Settings are set via [environment variables](https://kinsta.com/knowledgebase/what-is-an-environment-variable/)
20
20
21
21
| Setting | Default | Description |
@@ -25,15 +25,15 @@ Settings are set via [environment variables](https://kinsta.com/knowledgebase/wh
25
25
| REPLEX_CACHE_TTL | 300 | Time to live for caches in seconds. Set to 0 to disable |
26
26
| REPLEX_TMDB_API_KEY || Enables tmdb artwork for hero hubs instead of plex background artwork |
27
27
28
-
## hub style
28
+
## Hub style
29
29
30
30
You can change the hub style to hero elements by setting the label "REPLEXHERO" on an collection.
31
31
Plex uses an items background for hero styles rows. Often these dont have any text or are not suitable for hero artwork in general.
32
32
You can use tmdb to automaticly load hero artwork by providing the env `REPLEX_TMDB_API_KEY`. This way you can keep your backgrounds and hero artwork seperated.
33
33
34
34
see https://developer.themoviedb.org/docs/getting-started on how to get an api key.
35
35
36
-
## usage example
36
+
## Usage
37
37
38
38
_Make sure that the collections you want to merge have the same name in your different libraries as the merge happens by name.
39
39
Example: an collection named "Trending" in a Movie library will be merged with an collection named "Trending" from a shows library on home._
0 commit comments