Skip to content

Commit e96fd36

Browse files
committed
Readme
1 parent 7d4a211 commit e96fd36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Remix your plex recommendations.
99
- Merge recommendations on home into one from different libraries. Aka have movies and shows in a single row.
1010
- Remove watched items from recommendations.
1111
- Choose between styles, shelf (default) or hero.
12-
- Use tmdb artwork for hero styles
12+
- Use tmdb artwork for hero styles.
1313
- Works on every client/app not only plex web!
1414
- Plays nice with PMM (and without).
1515

1616
!!This does not alter your plex data in anyway. it only alters outgoing api requests. All your collections or rows are kept intact!!
1717

18-
## settings
18+
## Settings
1919
Settings are set via [environment variables](https://kinsta.com/knowledgebase/what-is-an-environment-variable/)
2020

2121
| Setting | Default | Description |
@@ -25,15 +25,15 @@ Settings are set via [environment variables](https://kinsta.com/knowledgebase/wh
2525
| REPLEX_CACHE_TTL | 300 | Time to live for caches in seconds. Set to 0 to disable |
2626
| REPLEX_TMDB_API_KEY | | Enables tmdb artwork for hero hubs instead of plex background artwork |
2727

28-
## hub style
28+
## Hub style
2929

3030
You can change the hub style to hero elements by setting the label "REPLEXHERO" on an collection.
3131
Plex uses an items background for hero styles rows. Often these dont have any text or are not suitable for hero artwork in general.
3232
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.
3333

3434
see https://developer.themoviedb.org/docs/getting-started on how to get an api key.
3535

36-
## usage example
36+
## Usage
3737

3838
_Make sure that the collections you want to merge have the same name in your different libraries as the merge happens by name.
3939
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

Comments
 (0)