diff --git a/VERSION b/VERSION index 0c6b22ce..721b91af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.3-develop144 +1.17.3-develop145 diff --git a/defaults/award/separator_award.yml b/defaults/award/separator_award.yml index a0cdbfb3..89765dec 100644 --- a/defaults/award/separator_award.yml +++ b/defaults/award/separator_award.yml @@ -10,6 +10,9 @@ external_templates: template_variables: collection_section: 16 +translations: + pmm: translations + collections: Award Collections: template: diff --git a/defaults/chart/separator_chart.yml b/defaults/chart/separator_chart.yml index b249df3b..993cf5ba 100644 --- a/defaults/chart/separator_chart.yml +++ b/defaults/chart/separator_chart.yml @@ -10,6 +10,9 @@ external_templates: template_variables: collection_section: "01" +translations: + pmm: translations + collections: Chart Collections: template: diff --git a/defaults/movie/universe.yml b/defaults/movie/universe.yml index 3b216e47..791408cc 100644 --- a/defaults/movie/universe.yml +++ b/defaults/movie/universe.yml @@ -10,6 +10,9 @@ external_templates: template_variables: collection_section: "02" +translations: + pmm: translations + templates: universe: default: diff --git a/docs/home/guides/initial.md b/docs/home/guides/initial.md new file mode 100644 index 00000000..69e94e90 --- /dev/null +++ b/docs/home/guides/initial.md @@ -0,0 +1,7 @@ +# Initial Setup Guide + +**Before using this guide you should already have installed Plex Meta Manager.** + +See the [Installation Page](../installation) for info on how to install Plex Meta Manager. + +This guide is assuming you know how to run pmm with the `--run` run command or the `PMM_RUN` environment variable to perform immediate runs \ No newline at end of file diff --git a/docs/home/guides/wt/wt-01.md b/docs/home/guides/wt/wt-01.md index a09caf78..7ba571b1 100644 --- a/docs/home/guides/wt/wt-01.md +++ b/docs/home/guides/wt/wt-01.md @@ -1,4 +1,4 @@ -Next you’ll set up the config file. ThIs tells PMM how to connect to Plex and a variety of other services. +Next you’ll set up the config file. This tells PMM how to connect to Plex and a variety of other services. Before you do this you’ll need: diff --git a/docs/home/installation.md b/docs/home/installation.md index e04314c1..ec256ae9 100644 --- a/docs/home/installation.md +++ b/docs/home/installation.md @@ -1,6 +1,6 @@ # Installing Plex Meta Manager -Generally, Plex-Meta-Manmager can be installed in one of two ways: +Generally, Plex Meta Manager can be installed in one of two ways: 1. Running on a system as a Python script [we will refer to this as a "local" install] 2. Running as a Docker container