#Proper

1 messages · Page 1 of 1 (latest)

vagrant lanternBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

Including the meta.log from the beginning is a huge help use !logs for more information.

prime houndBOT
#
Using Code Blocks

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
vagrant lanternBOT
#

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.

hearty bane
#

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

prime houndBOT
#
Using Code Blocks

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
cosmic swift
#

?

hearty bane
#

like to run it on 4 or 5 different places

#

movies-1

#

movies-2

#

movies - etc

cosmic swift
#

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

hearty bane
#

Ok, you showed me the errors in my way thank you sir.. I see what I was doing wrong