From 2d8fafef914c749fe9d44619915ec5d863c7d6a6 Mon Sep 17 00:00:00 2001 From: 0x5f3 <104367919+0x5f3@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:31:13 +0000 Subject: [PATCH] Update README.md --- 0x5f3/README.md | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/0x5f3/README.md b/0x5f3/README.md index 5080ff1..521b8f7 100644 --- a/0x5f3/README.md +++ b/0x5f3/README.md @@ -1,5 +1,5 @@ -This config will populate the following: - +#### This config will populate the following: +``` - !Suggested (random, recently added|released, suggested, trending, popular, top-rated, unwatched, most watched) - !Seasonal * - Parental @@ -18,40 +18,28 @@ This config will populate the following: ( ! = enabled by default) ( * = movies only ) ( ^ = shows only ) - -For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md) - -**Requirements:** - +``` +###### For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md) +#### Requirements: +``` - APP/API keys for: mdblist, tmdb, trakt - -**Install:** - +``` +#### Install: ``` git clone https://github.com/0x5f3/pmm.config config ``` +#### Usage: -**Usage:** - -The initial process for populating collections: - +###### The initial process for populating collections: ``` docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/movie.yml --collection-only --run --ignore-schedules docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/show.yml --collection-only --run --ignore-schedules ``` - -Following a successful initial run: - +###### Following a successful initial run: ``` docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/movie.yml --collection-only --run docker run --rm -it -v ./config:/config meisnate12/plex-meta-manager --config config/show.yml --collection-only --run ``` -
-A successful run will result in something similar to this: -
-
- +###### A successful run will result in something similar to this: ![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png) -
- ![shows](https://github.com/0x5f3/pmm.config/blob/main/assets/_/_shows.png)