#Collections not generating

1 messages · Page 1 of 1 (latest)

mossy ermine
#

Struggling to get my Christmas Movie collection to appear in Plex.

I have this within my config file

` Films:
report_path: config/missing/Movies_report.yml
remove_overlays: false
overlay_files:
- file: config/overlays/gradient_movies.yml
- default: resolution
template_variables:
file: config/overlays/resolution/<<key>><<alt>>.png
use_resolution: true
use_edition: false
horizontal_offset: 50
horizontal_align: left
vertical_offset: 50
vertical_align: bottom
back_radius: 0
back_align: left
back_color: '#00000000'
back_height: 50
use_720p: false
use_576p: false
use_480p: false
- default: audio_codec
template_variables:
file: config/overlays/audio_codec/<<key>>.png
horizontal_offset: 50
horizontal_align: right
vertical_offset: 50
vertical_align: bottom
back_radius: 0
back_align: right
back_color: '#00000000'
back_height: 50
use_pcm: false
use_flac: false
use_opus: false
use_mp3: false
use_aac: false
- default: resolution
template_variables:
file: config/overlays/edition/<<key>>.png
use_resolution: false
use_edition: true
horizontal_offset: 0
horizontal_align: center
vertical_offset: 40
vertical_align: top
back_radius: 0
back_color: '#00000000'
back_height: 153
- file: config/overlays/audience_rating.yml

operations:
  mass_audience_rating_update: mdb_tmdb

collection_files:
- file: config/collections/Films_Christmas.yml `
alpine mesaBOT
#

Welcome @mossy ermine!

It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

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

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

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

mossy ermine
#

Sorry got cutoff

collections: Christmas Films: template: { name: Shared } summary: "Oh it's Christmas time baby!!!!." tmdb_keyword: 207317 # christmas sort_title: "!Christmas" collection_order: audience_rating.desc visible_home: true visible_shared: true collection_mode: hide_items minimum_items: 1 delete_below_minimum: false schedule: range(11/15-12/31) # ← this is now active again

#

This is my collection request

alpine mesaBOT
#

📝 If you want to review this again, threshermaw:
: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> 📝

#
**User Info**

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

Table of Contents:
Page 01: User Info
Page 02: Kometa Info
Page 03: Kometa Summary Info
Page 04: Kometa Config.yml YAML Validation
Page 05: Plex Configuration - Section 1
Page 06: Plex Configuration - Section 2
Page 07: Rec 01 - ❌ [ERROR]
Page 08: Rec 02 - ❌⏰ KOMETA SCHEDULED TIME CONFLICT
Page 09: Rec 03 - ❌ TRAKT CONNECTION ERROR
Page 10: Rec 04 - ⚠️ [WARNING]
Page 11: Rec 05 - ⚠️🖥️ LINUXSERVER IMAGE DETECTED
Page 12: Rec 06 - ⚠️ NO ITEMS FOUND IN PLEX

crisp saddle
#

You are referring to a template that indent defined in the file.

visual shoal
#

And would recommend not using the LSIO image

mossy ermine
#

Ok. Any perticular reason?

safe sageBOT
#
LinuxServer (LSIO) Issues

The Linuxserver.io image [linuxserver/kometa] is different to the OFFICIAL image [kometa-team/kometa] in a few ways that cause problems.

It keeps the Kometa files in a different place inside the image compared to official, so when you exec into it you can't just run Kometa, you need to cd into another dir first.

The default run time is 3:00am which coincides with Plex maintenance.

Generally speaking, we suggest you use the official Kometa image instead of lsio. Type !repos for more info.

mossy ermine
visual shoal
crisp saddle
#

Simplest template case:
config/my-collections.yml:

templates:
  Shared:
    bing:
    bang:
    boing:

collections:
  Christmas Films:
    template: { name: Shared }
    summary: "Oh it's Christmas time baby!!!!."
    ...

External template:
config/my-template-file.yml:

templates:
  Shared:
    bing:
    bang:
    boing:

config/my-collections.yml:

external_templates:
  file: config/my-template-file.yml

collections:
  Christmas Films:
    template: { name: Shared }
    summary: "Oh it's Christmas time baby!!!!."
    ...
safe sageBOT
#

antwanchild used !aenh

@mossy ermine, anything else needed here? If not, please type /close and hit enter. Please respond within 24 hours of this message or it will be archived.