#Proper
1 messages · Page 1 of 1 (latest)
Please use code blocks when sending any code-related text (such as error messages or configuration file extracts.)
The Grave Accent key (`) is used to define code blocks and is typically found to the left of the number 1 key on a standard keyboard.
See the below sample text and output for basic code block text.
YOU TYPE THIS
```hello```
DISCORD DISPLAYS
hello
If you are posting any yaml-formatted text (such as collections), you can give your code block YAML formatting. See the below sample text and output
YOU TYPE THIS
```yaml
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
```
DISCORD DISPLAYS
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
This post has been marked as Resolved and will be closed in one hour.
If you require further assistance on this issue, you can send another message in this post to re-open it.
If you require further support that is unrelated to this post, please start a new post and do not re-open this one.
Thanks for using Plex Meta Manager.
This post has been marked as Resolved and will be closed in one hour.
If you require further assistance on this issue, you can send another message in this post to re-open it.
If you require further support that is unrelated to this post, please start a new post and do not re-open this one.
Thanks for using Plex Meta Manager.
What is the proper way to run this across multiple libraries
libraries:
Remux-Movies Anime:
metadata_path:
- git: PMM/chart/imdb
operations:
mass_audience_rating_update: imdb
overlay_path:
- remove_overlays: false
- file: config/movie-overlays.yml
Please use code blocks when sending any code-related text (such as error messages or configuration file extracts.)
The Grave Accent key (`) is used to define code blocks and is typically found to the left of the number 1 key on a standard keyboard.
See the below sample text and output for basic code block text.
YOU TYPE THIS
```hello```
DISCORD DISPLAYS
hello
If you are posting any yaml-formatted text (such as collections), you can give your code block YAML formatting. See the below sample text and output
YOU TYPE THIS
```yaml
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
```
DISCORD DISPLAYS
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
?
i understand
you simply copy and paste the entire block and only adjust the library name
Remux-Movies (Anime):
metadata_path:
- git: PMM/chart/imdb
operations:
mass_audience_rating_update: imdb
overlay_path:
- remove_overlays: false
- file: config/movie-overlays.yml
Second Library Name:
metadata_path:
- git: PMM/chart/imdb
operations:
mass_audience_rating_update: imdb
overlay_path:
- remove_overlays: false
- file: config/movie-overlays.yml```
you also have some formatting errors there, thats why the bot showed you how to post formatted code here in discord
Ok, you showed me the errors in my way thank you sir.. I see what I was doing wrong