#Status overlay not appearing for some shows

1 messages · Page 1 of 1 (latest)

restive robin
#

As seen in the screenshot, the status overlay is working correctly for the Colbert Report, but no status overlay is being displayed for Comedy Central Presents. Attaching a log file as requested, and the yaml used for the status overlays:

  Weekly:
    overlay:
      name: airing
      group: STATUS
      weight: 900
    tmdb_on_the_air: 5000

  Returning:
    overlay:
      name: returning
      group: STATUS
      weight: 800
    plex_all: true
    filters:
      tmdb_status:
         - returning
         - planned
         - production

  Ended:
    overlay:
      name: ended
      group: STATUS
      weight: 600
    plex_all: true
    filters:
      tmdb_status:
         - ended

  Cancelled:
    overlay:
      name: cancelled
      group: STATUS
      weight: 700
    plex_all: true
    filters:
      tmdb_status:
         - canceled
dim vaultBOT
#

📝 If you want to review this again, dubstylee.:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝

#

Welcome @restive robin!

Thanks for being a PMM Sponsor, we greatly appreciate it! Your ticket will now be diverted to <@&1097919568334311495> and <@&938443185347244033>.

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

#

You can press the "Close Post" button above or type /close at any time to close this post.

dim vaultBOT
#
**User Info**

Author of Linked Message: dubstylee.
Person who Invoked the Command: dubstylee.
File Name: meta.log

Table of Contents:
Page 01: User Info
Page 02: PMM Info
Page 03: PMM Summary Info
Page 04: PMM Config.yml YAML Validation
Page 05: Plex Configuration - Section 1
Page 06: Rec 01 - 💥 INTERNAL SERVER ERROR
Page 07: Rec 02 - ❌ [ERROR]
Page 08: Rec 03 - ⚠️ [WARNING]
Page 09: Rec 04 - ⚠️ NO ITEMS FOUND IN PLEX
Page 10: Rec 05 - 💬 CONVERT WARNING

karmic gyroBOT
#

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.

If you are posting any yaml-formatted text (such as collections), you can add yaml to your Grave Accent keys for coloured 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
pearl leaf
#
|================================ Gathering Items for Ended Overlay =================================|
|                                                                                                    |
| Collection Filter tmdb_status: ['ended']                                                           |
|                                                                                                    |
| Builder: plex_all: show                                                                            |
|                                                                                                    |
| Processing Plex All Shows                                                                          |
|                                                                                                    |
| 548 IDs Found                                                                                      |
|                                                                                                    |
...
| Convert Warning: No TMDb ID Found for TVDb ID: 354624                                              |

That instance of "Comedy Central Presents" has no TMDB ID, so PMM can't find it to apply the overlay.

#

Probably you want to match it in Plex to this one:

restive robin
#

ohhh, it's matching to the wrong tvdb id... I see

#

and now I have a better idea about the | Convert Warning: No TMDb ID Found for TVDb ID: 354624 | error message!

pearl leaf
#

@restive robin Anything further needed here? If not, please type /close and hit enter.

restive robin
#

all set, thanks again