diff --git a/docs/defaults/images/country.png b/docs/defaults/images/country.png deleted file mode 100644 index 31f67ff5..00000000 Binary files a/docs/defaults/images/country.png and /dev/null differ diff --git a/docs/defaults/images/decade.png b/docs/defaults/images/decade.png new file mode 100644 index 00000000..207e408b Binary files /dev/null and b/docs/defaults/images/decade.png differ diff --git a/docs/defaults/images/director1.png b/docs/defaults/images/director1.png new file mode 100644 index 00000000..064e5398 Binary files /dev/null and b/docs/defaults/images/director1.png differ diff --git a/docs/defaults/images/director2.png b/docs/defaults/images/director2.png new file mode 100644 index 00000000..fb02fd79 Binary files /dev/null and b/docs/defaults/images/director2.png differ diff --git a/docs/defaults/images/moviecontent_rating_us.png b/docs/defaults/images/moviecontent_rating_us.png new file mode 100644 index 00000000..e1252c0f Binary files /dev/null and b/docs/defaults/images/moviecontent_rating_us.png differ diff --git a/docs/defaults/images/moviefranchise.png b/docs/defaults/images/moviefranchise.png new file mode 100644 index 00000000..ab86dc7e Binary files /dev/null and b/docs/defaults/images/moviefranchise.png differ diff --git a/docs/defaults/images/network.png b/docs/defaults/images/network.png new file mode 100644 index 00000000..76a17e5c Binary files /dev/null and b/docs/defaults/images/network.png differ diff --git a/docs/defaults/images/producer1.png b/docs/defaults/images/producer1.png new file mode 100644 index 00000000..c8824599 Binary files /dev/null and b/docs/defaults/images/producer1.png differ diff --git a/docs/defaults/images/producer2.png b/docs/defaults/images/producer2.png new file mode 100644 index 00000000..3dfaf05e Binary files /dev/null and b/docs/defaults/images/producer2.png differ diff --git a/docs/defaults/images/content_rating_us.png b/docs/defaults/images/showcontent_rating_us.png similarity index 100% rename from docs/defaults/images/content_rating_us.png rename to docs/defaults/images/showcontent_rating_us.png diff --git a/docs/defaults/images/showfranchise.png b/docs/defaults/images/showfranchise.png new file mode 100644 index 00000000..3c198b9f Binary files /dev/null and b/docs/defaults/images/showfranchise.png differ diff --git a/docs/defaults/images/studio.png b/docs/defaults/images/studio.png index 7a5228f4..8ae3d4c9 100644 Binary files a/docs/defaults/images/studio.png and b/docs/defaults/images/studio.png differ diff --git a/docs/defaults/images/universe.png b/docs/defaults/images/universe.png new file mode 100644 index 00000000..2b1f45ea Binary files /dev/null and b/docs/defaults/images/universe.png differ diff --git a/docs/defaults/images/writer1.png b/docs/defaults/images/writer1.png new file mode 100644 index 00000000..52dc3bc1 Binary files /dev/null and b/docs/defaults/images/writer1.png differ diff --git a/docs/defaults/images/writer2.png b/docs/defaults/images/writer2.png new file mode 100644 index 00000000..baad7a2b Binary files /dev/null and b/docs/defaults/images/writer2.png differ diff --git a/docs/defaults/movie/content_rating_us.md b/docs/defaults/movie/content_rating_us.md index 4e889c5d..034f4b74 100644 --- a/docs/defaults/movie/content_rating_us.md +++ b/docs/defaults/movie/content_rating_us.md @@ -6,7 +6,7 @@ If you do not use the US-based rating system within Plex, this file will attempt Example Collections Created: -![](../images/content_rating_us.png) +![](../images/moviecontent_rating_us.png) The below YAML in your config.yml will create the collections: ```yaml diff --git a/docs/defaults/movie/director.md b/docs/defaults/movie/director.md index b3c425b4..259c0686 100644 --- a/docs/defaults/movie/director.md +++ b/docs/defaults/movie/director.md @@ -4,7 +4,7 @@ The `- pmm: director` Metadata File is used to dynamically create collections ba Example Collections Created: -![](images/director1.png) +![](../images/director1.png) The below YAML in your config.yml will create the director collections: ```yaml @@ -17,7 +17,7 @@ libraries: ## Rainier Style Below is a screenshot of the alternative `Rainier` style which can be set via template variables -![](images/director2.png) +![](../images/director2.png) ## Template Variables diff --git a/docs/defaults/movie/franchise.md b/docs/defaults/movie/franchise.md index 3157760d..5f4438ba 100644 --- a/docs/defaults/movie/franchise.md +++ b/docs/defaults/movie/franchise.md @@ -1,6 +1,6 @@ # Franchise Language Default Metadata File -The `- pmm: franchise` Metadata File is used to create collections based on popular Movie franchises +The `- pmm: franchise` Metadata File is used to create collections based on popular Movie franchises, and can be used as a replacement to the TMDb Collections that Plex creates out-of-the-box. Unlike most Default Metadata Files, Franchise works by placing collections inline with the main library items if your library allows it. For example, the "Iron Man" franchise collection will appear next to the "Iron Man" movies within your library. diff --git a/docs/defaults/movie/producer.md b/docs/defaults/movie/producer.md index 65c41c2c..9cacdf75 100644 --- a/docs/defaults/movie/producer.md +++ b/docs/defaults/movie/producer.md @@ -4,7 +4,7 @@ The `- pmm: producer` Metadata File is used to dynamically create collections ba Example Collections Created: -![](images/producer1.png) +![](../images/producer1.png) The below YAML in your config.yml will create the producer collections: ```yaml @@ -17,7 +17,7 @@ libraries: ## Rainier Style Below is a screenshot of the alternative `Rainier` style which can be set via template variables -![](images/producer2.png) +![](../images/producer2.png) ## Template Variables diff --git a/docs/defaults/movie/writer.md b/docs/defaults/movie/writer.md index 138e09ab..77e27c3f 100644 --- a/docs/defaults/movie/writer.md +++ b/docs/defaults/movie/writer.md @@ -4,7 +4,7 @@ The `- pmm: writer` Metadata File is used to dynamically create collections base Example Collections Created: -![](images/writer1.png) +![](../images/writer1.png) The below YAML in your config.yml will create the writer collections: ```yaml @@ -17,7 +17,7 @@ libraries: ## Rainier Style Below is a screenshot of the alternative `Rainier` style which can be set via template variables -![](images/writer2.png) +![](../images/writer2.png) ## Template Variables diff --git a/docs/defaults/show/content_rating_us.md b/docs/defaults/show/content_rating_us.md index b900510c..b9c50581 100644 --- a/docs/defaults/show/content_rating_us.md +++ b/docs/defaults/show/content_rating_us.md @@ -6,7 +6,7 @@ If you do not use the US-based rating system within Plex, this file will attempt Example Collections Created: -![](../images/content_rating_us.png) +![](../images/showcontent_rating_us.png) The below YAML in your config.yml will create the collections: ```yaml