๐ If you want to review this again, plantationcane.man:
: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> ๐
#Issue with sync_to_trakt_list
1 messages ยท Page 1 of 1 (latest)
Welcome @dark patio!
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.
I set up two lists on trakt. I am trying to get it so that if I add a movie in plex to the collection then the trakt list will be changed. In my log it show the lists but I still get an error. I have tried changing the title to match exactly how it shows in the log ("teen-movies") also without the dash but I receive an error. Does sync to trakt only work with empty trakt lists? The two lists are teen movies and Sunshiine studios top 200 movies. They are contained in the attached collections-movies file.
๐ If you want to review this again, antwanchild:
: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: Luma
Person who Invoked the Command: Antwan
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: Rec 01 - โ [ERROR]
Page 07: Rec 02 - โ ๏ธ [WARNING]
Page 08: Rec 03 - ๐ฌ CONVERT WARNING
Page 09: Rec 04 - ๐ฌ๐ก๏ธ PLEX DB CACHE ADVICE
Page 10: Rec 05 - ๐ฌ๐ช๐ง WSL MEMORY RECOMMENDATION
Page 1/10
@dark patio yaml overlay_files: reapply_overlays: false # If you are doing a lot of testing and changes, keep this to true to always reapply overlays overlay_path: - remove_overlays: false you should get rid of the overlay_path:
These errors seem pretty straightforward to me:
Collection Error: sunshine studios top 200 movies invalid. Options best-of-2000s-by-scores, best-of-1990s-by-score, best-of-1980s-by-score, best-of-1970s-by-score, best-of-1960s-by-score, best-of-1950s-by-score, best-of-1930s-by-score, sunshine-studios-top-200-movies, teen-movies |
sunshine studios top 200 movies is invalid. The valid options are:
Options best-of-2000s-by-scores, best-of-1990s-by-score, best-of-1980s-by-score, best-of-1970s-by-score, best-of-1960s-by-score, best-of-1950s-by-score, best-of-1930s-by-score, sunshine-studios-top-200-movies, teen-movies
sunshine studios top 200 movies is not the same as sunshine-studios-top-200-movies
Same thing with teen movies and teen-movies
Sunshine Studios Top 200 Movies:
sort_title: "! 00_t"
sync_to_trakt_list: sunshine studios top 200 movies
collection_order: custom
Teen Movies:
sort_title: 500_teen
sync_to_trakt_list: teen movies
collection_order: custom
neither of these "collections" have a builder; what are you trying to do here?
The way this is intended to be used:
collections:
Sync this to some Trakt List:
plex_search:
genre: horror
sync_to_trakt_list: my-horror-movies
That will find all the horror movies in my library and sync that list of horror movies with the trakt list my-horror-movies.
This:
Sunshine Studios Top 200 Movies:
sort_title: "! 00_t"
sync_to_trakt_list: sunshine studios top 200 movies
collection_order: custom
is doing nothing.
I imagine if you change sunshine studios top 200 movies to the valid value of sunshine-studios-top-200-movies, you get a different error about the collection having no builder or the like.
Start with an empty list, then run this:
collections:
Sync this to some Trakt List:
plex_search:
genre: horror
sync_to_trakt_list: all-my-horror-movies
|======================== Validating Sync this to some Trakt List Attributes ========================|
| |
| Looking for: Sync this to some Trakt List |
| |
| Validating Method: plex_search |
| Value: {'genre': 'horror'} |
| |
| Validating Method: sync_to_trakt_list |
| Value: all-my-horror-movies |
| |
| Validation Successful |
...
|======================== Adding to Sync this to some Trakt List Collection =========================|
| |
| 1/68 | Sync this to some Trakt List Collection | + | Abbott and Costello Meet Dr. Jekyll and Mr. Hyde (1953) |
...
| 68/68 | Sync this to some Trakt List Collection | + | Winnie-the-Pooh: Blood and Honey (2023) |
| |
| 68 Movies Processed 68 Movies Added |
| |
...
| |
|======== Syncing Sync this to some Trakt List Collection to Trakt List all-my-horror-movies ========|
| |
| |
| 68 Movies Added |
| |
| Trakt List Ordered Successfully |
68 items in the collection, 68 items in the Trakt list
And to demonstrate that an empty list is not required:
Change the collection definition to this:
collections:
Sync this to some Trakt List:
plex_search:
genre: comedy
sync_to_trakt_list: all-my-horror-movies
Then delete all collections and run it again:
| 297 Movies Processed 297 Movies Added |
| |
...
|======== Syncing Sync this to some Trakt List Collection to Trakt List all-my-horror-movies ========|
| |
| |
| 280 Movies Added |
| |
| 51 Movies Removed |
| |
| Trakt List Ordered Successfully |
antwanchild used !aenh
@dark patio, 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.
Sync to trakt does not seem like it will perform as I want it as I am trying to sync a collection that I created in Plex - done by hand and not with any builders - to a list on Trakt. I already built a list in trakt that is similar to my plex collection. Most importantly if I add a movie to my plex collection it will then sync to the trakt list and be added there. Possible some other way? If not then no big deal, I appreciate the help.
That is not something it is intended to do, at least not in the way you are attempting.
Is the collection in Plex a smart or dumb collection?
chazlarson used !aenh
@dark patio, 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.