#Library: TV Shows not defined

1 messages · Page 1 of 1 (latest)

haughty quiverBOT
#

✅ YAML validation passed! YAML checked and IS valid.

Note: Although YAML is valid, it may not be written as Kometa expects

#

Welcome @warm scaffold!

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.

#

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

haughty quiverBOT
#

I've recently set up Kometa and I was able to get everything to work with only the 'Movies' library pulling from plex. I added the library 'TV Shows' and now I am getting a bunch of errors and Kometa is saying there is an issue with the library. I've tried commenting out the playlist section to resolve the issue and this doesnt seem to help. Attached is my config (I removed the plex and tvdb information) and the logs

#
**Kometa Info**
Kometa Header

Version: 2.0.1 (Docker)
PlexAPI Version: 4.15.12
Platform: Linux-6.1.79-Unraid-x86_64-with-glibc2.28
Memory: 31 GB

Run Command: kometa.py

Kometa Footer

Finished 05:00 Run
Version: 2.0.1
Finished: 05:11:32 2024-05-29 Run Time: 0:11:27

Available Kometa Versions

as of 2024-05-29 19:04:29

Kometa Version (Master branch)

2.0.1

Kometa Version (Develop branch)

2.0.1-develop18

Kometa Version (Nightly branch)

2.0.1-nightly30

warm scaffold
#

Just to clarify - the only thing I added from it working to not working is lines 55-78 on the config file

quick quest
#

You have no library in the config named "TV Shows", therefore this:

    libraries: Movies, TV Shows      # list of libraries that you want the Kometa Defaults playlists to look at

produces an error since "TV Shows" doesn't exist.

woven venture
warm scaffold
quick quest
#
| playlist_files:                                                                                    |
| - default: playlist                  # This is a file within Kometa's defaults folder              |
|   template_variables:                                                                              |
|     libraries: Movies, TV Shows      # list of libraries that you want the Kometa Defaults playlists to look at |

That is referring to libraries you have defined in the Kometa config, not libraries on your Plex Server.

You need "TV Shows" defined here alongside "Movies":

| libraries:                           # This is called out once within the config.yml file          |
|   Movies:                            # These are names of libraries in your Plex                   |
|     collection_files:                                                                              |
...
woven venture
#

the config file doesn't define the library. the library is defined in Plex. and even if in your config, then your config wasn't saved before the run

quick quest
warm scaffold
#

Hm. I was pretty confident that I had updated the config before running Kometa. I'll give it another run and see if the error displays again

quick quest
#

Not in there

warm scaffold
#

So I dont get an error for the library anymore lol. But now it says there's a parsing issue

haughty quiverBOT
#

📝 If you want to review this again, hukiomd:
: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: Hukio
Person who Invoked the Command: Hukio
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: Rec 01 - 💥 [CRITICAL]
Page 06: Rec 02 - 💥 YAML ERROR
Page 07: Rec 03 - ❌🛠️ INCOMPLETE LOGS

quick quest
#

Reverse the order of these two lines:

    remove_overlays: false
    - file: config/Movies.yml

This line

    remove_overlays: false

Cannot go in the middle of a list of collection_files.

warm scaffold
#

So far so good. Its doing the movies library first. Fingers crossed!

warm scaffold
#

It worked!!!

#

Thank you so much