#Library: TV Shows not defined
1 messages · Page 1 of 1 (latest)
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> 📝
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
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
Finished 05:00 Run
Version: 2.0.1
Finished: 05:11:32 2024-05-29 Run Time: 0:11:27
as of 2024-05-29 19:04:29
2.0.1
2.0.1-develop18
2.0.1-nightly30
Just to clarify - the only thing I added from it working to not working is lines 55-78 on the config file
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.
this is not even in the logs, so this run doesn't even include that. but per the logs, as carrot said there is not a TV Shows library
i suppose thats where im confused. Why doesnt line 55 define the library "TV Shows"?
| 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: |
...
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
That bit shown in that screenshot was not in the config that generated this log. If it were, you wouldn't be seeing:
| 9 | Playlist Error: Library: TV Shows not defined |
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
So I dont get an error for the library anymore lol. But now it says there's a parsing issue
📝 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> 📝
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
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.
So far so good. Its doing the movies library first. Fingers crossed!