#Collections wont add to Plex (Getting errors)
1 messages ยท Page 1 of 1 (latest)
Welcome @harsh stream!
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, supervillain0470:
: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> ๐
๐ฌ๐ก๏ธ PLEX DB CACHE ADVICE
Consider updating the Plex DB cache setting from 0.50 GB, to a value greater than 1 GB based on the total memory of 8.00 GB.
Setting db_cache: 1024 within the plex settings in your config.yml is effectively 1024MB which is 1GB. For more info on this setting: https://kometa.wiki/en/latest/config/plex#plex-attributes
NOTE:The number you choose can vary wildly based on a number of factors (such as the size and number of libraries, and the amount of files/operations/overlays that are being utilized).
That error is caused by bad metadata in PLex for one particular movie.
It is worked around in the Kometa nightly release.
is there a guide on how to update the docker image to that release ?
!branch
If you are looking for guidance on how to switch branches of Kometa, please type one of the following commands
!branchgit if you are running Kometa locally (i.e. you cloned the repository using Git)
!branchdocker if you are running Kometa within docker
!branchunraid if you are running docker on Unraid
NOTE: This is addressing changing from, for instance, latest to nightly.
replace TAG_HERE with latest, develop, or nightly; whichever you want to switch to.
The command to update/download the docker image is:
docker pull kometateam/kometa:TAG_HERE
Then recreate your container via whatever means you used to create it [docker run, docker-compose, etc.], setting the image as kometa-team/kometa:TAG_HERE
trying it out right now. thank you guys.
Kometa is an open-source python project allowing you to unlock the potential of your media server.
i was trying to use this to get my pin
but i just get a erorr
thank you.
I put the appbox external IP when creating the trakt API instead of the redirect URL
Is there anything that should change in the docs to prevent that mistake?
updating the image fixed the original issue as well
if you could add a note saying the device auth url should be copied and pasted in the "redirect URL" box
that would help
How should that change?
Just change it to say "copy-paste" instead of "enter"?
Seems like a subtle change, but sincerely if it makes it clearer that's a simple change.
It's the trakt page in the wiki
Kometa is an open-source python project allowing you to unlock the potential of your media server.
No worries, I just ask whenever something like this occurs.
yes makes sense. and i bet its annoying when people dont read the instructions you put in. I apologize.
when running the above in my config i get this message in my log
YAML Error: while parsing a block mapping
that's an issue with spacing, you probably have a tab instead of spaces
what editor do you use? we recommend vscode with a couple of extensions
We highly recommend to use a decent editor software to manage Kometa's .yml files.
Standard text editors (such as Notepad and TextEdit) often save text in a rich-text format which can result in text formatted in a way that Kometa cannot read. But not only that, they also make it very hard to visually distinguish the formatting, such as indentation.
Kometa requires indents to always be multiples of 2 spaces, and not TAB stops. If you have one space too much, or too few, it is very hard to notice that with a editor like Notepad.
An editor that is more focused on editing code instead of text will automatically detect the .YML fileformat and adjust things to make it easier to work. They can also try to detect possible errors even before you actually run the .yml in Kometa.
This can save a lot of time and headaches.
Preferred:
Visual Studio Code (Windows/Mac/Linux, Opensource & Free) Website
Additionally, install the indent-rainbow by oderwat extension and the YAML by Red Hat extension and leverage our schema.json file by adding this to the top of your config.yml file: # yaml-language-server: $schema=https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/json-schema/config-schema.json
Other options:
Notepad++ (Windows only, Opensource & Free)
Website
Sublime Text (Windows/Mac/Linux, Paid)
Website
For further details and a short list of highly recommended extensions, you can also take a look here.
Here is an example of how Visual Studio Code works with indent-rainbow plugin and using our Kometa schema (Click on image to get a better view):
use the above... you wont be disappointed
no, but the rainbow indent and the other extensions help
sounds good thanks
so i am able to add collections to my tv show library
but get this errors with my movie library
๐ If you want to review this again, supervillain0470:
: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> ๐
see how this is red? that's part of what we are showing you
that error, i think was fixed in the latest nightly
you can switch to nightly branch
i am updated to nightly already
that was the first thing i was told to do in this thread
tv show library works fine
no you are not updated to nightly
that log was not from nightly
oh damn
i didnt change over in docker
do i delete the other image in docker ?
when i type my run line into powershell it doesnt runs the "latest" version still
docker run --rm -it -v "C:\Users\USER_\kometa\config:/config:rw" kometateam/kometa
cause you aren't telling it to run nightly
docker run --rm -it -v "C:\Users\USER_\kometa\config:/config:rw" kometateam/kometa:nightly
thank you
say i deploy another appbox..... can i use the same api token credentials for tvdb and trakt ? or it can only be used for one appbox at a time?
should be able to use the same
!afnh
Anything further needed here? If not, please type /close and hit enter. Please respond within 24 hours of this message or it will be archived.
Thank you for all the help guys I got everything up and running yesterday