mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Update paths.md
remove some extra words and clarify source location
This commit is contained in:
parent
9f81f63e89
commit
a5eefeb64c
1 changed files with 7 additions and 7 deletions
|
@ -138,8 +138,8 @@ Within the above example, PMM will:
|
|||
|
||||
* First, look within the root of the PMM directory (also known as `config/`) for a metadata file named `TVShows.yml`. If this file does not exist, PMM will skip the entry and move to the next one in the list.
|
||||
* Then, look within the root of the PMM directory (also known as `config/`) for a directory called `TV Shows`, and then load any metadata files within that directory.
|
||||
* Then, look at the [PMM folder](https://github.com/meisnate12/Plex-Meta-Manager/tree/master/defaults) within the GitHub PMM Repo for a file called `tmdb.yml` which it finds [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/master/defaults/chart/tmdb.yml).
|
||||
* Then, look at the within the Custom Defined Repo for a file called `charts.yml`.
|
||||
* Then, look in the [defaults folder](https://github.com/meisnate12/Plex-Meta-Manager/tree/master/defaults) within the local PMM folder [or docker container] for a file called `tmdb.yml` which it finds [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/master/defaults/chart/tmdb.yml).
|
||||
* Then, look within the Custom Defined Repo for a file called `charts.yml`.
|
||||
* Finally, load the metadata file located at `https://somewhere.com/PopularTV.yml`
|
||||
|
||||
</details>
|
||||
|
@ -168,8 +168,8 @@ Within the above example, PMM will:
|
|||
|
||||
* First, look within the root of the PMM directory (also known as `config/`) for a metadata file named `overlays.yml`. If this file does not exist, PMM will skip the entry and move to the next one in the list.
|
||||
* Then, look within the root of the PMM directory (also known as `config/`) for a directory called `overlay configs`, and then load any metadata files within that directory.
|
||||
* Then, look at the [PMM folder](https://github.com/meisnate12/Plex-Meta-Manager/tree/master/defaults/overlays) within the GitHub PMM Repo for a file called `imdb.yml`.
|
||||
* Then, look at the within the Custom Defined Repo for a file called `overlays.yml`.
|
||||
* Then, look in the [defaults folder](https://github.com/meisnate12/Plex-Meta-Manager/tree/master/defaults) within the local PMM folder [or docker container] for a file called `imdb.yml`.
|
||||
* Then, look within the Custom Defined Repo for a file called `overlays.yml`.
|
||||
* Finally, load the metadata file located at `https://somewhere.com/Overlays.yml`
|
||||
|
||||
</details>
|
||||
|
@ -196,8 +196,8 @@ Within the above example, PMM will:
|
|||
|
||||
* First, look within the root of the PMM directory (also known as `config/`) for a playlist file named `Playlists.yml`. If this file does not exist, PMM will skip the entry and move to the next one in the list.
|
||||
* Then, look within the root of the PMM directory (also known as `config/`) for a directory called `Playlists`, and then load any playlist files within that directory.
|
||||
* Then, look at the [PMM folder](https://github.com/meisnate12/Plex-Meta-Manager/tree/master/defaults) within the GitHub PMM Repo for a file called `playlist.yml` which it finds [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/master/defaults/playlist.yml).
|
||||
* Then, look at the within the Custom Defined Repo for a file called `playlists.yml`.
|
||||
* Then, look in the [defaults folder](https://github.com/meisnate12/Plex-Meta-Manager/tree/master/defaults) within the local PMM folder [or docker container] for a file called `playlist.yml` which it finds [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/master/defaults/playlist.yml).
|
||||
* Then, look within the Custom Defined Repo for a file called `playlists.yml`.
|
||||
* Finally, load the playlist file located at `https://somewhere.com/Playlists.yml`
|
||||
|
||||
</details>
|
||||
|
@ -225,7 +225,7 @@ Within the above example, PMM will:
|
|||
* First, look within the root of the PMM directory (also known as `config/`) for a metadata file named `templates.yml`. If this file does not exist, PMM will skip the entry and move to the next one in the list.
|
||||
* Then, look within the root of the PMM directory (also known as `config/`) for a directory called `templates`, and then load any metadata files within that directory.
|
||||
* Then, load the metadata file located at `https://somewhere.com/templates.yml`.
|
||||
* Then, look at the [PMM folder](https://github.com/meisnate12/Plex-Meta-Manager/tree/master/defaults) within the GitHub PMM Repo for a file called `templates.yml` which it finds [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/master/defaults/templates.yml).
|
||||
* Then, look in the [defaults folder](https://github.com/meisnate12/Plex-Meta-Manager/tree/master/defaults) within the local PMM folder [or docker container] for a file called `templates.yml` which it finds [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/master/defaults/templates.yml).
|
||||
* Finally, look at the within the Custom Defined Repo for a file called `templates.yml`.
|
||||
|
||||
</details>
|
||||
|
|
Loading…
Reference in a new issue