#Failing default franchise collections

1 messages · Page 1 of 1 (latest)

worthy ivy
#

Both TV and Movie franchise collections fail. It appears to be caused by two attempts to set the collection_order flag.

My config was setup with quickstart initially and I suspect I made a mistake there..

last arrowBOT
#

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

#

Welcome @worthy ivy!

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.

last arrowBOT
#

📝 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> 📝

last arrowBOT
# last arrow
**User Info**

Author of Linked Message: jetpig
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: 👥 People Poster Scan Results
Page 06: Plex Configuration - Section 1
Page 07: Plex Configuration - Section 2
Page 08: Rec 01 - 💥 TRACEBACK ERROR
Page 09: Rec 02 - ❌ [ERROR]
Page 10: Rec 03 - ❌ TO BE CONFIGURED ERROR
Page 11: Rec 04 - ⚠️ [WARNING]
Page 12: Rec 05 - 💬 CONVERT WARNING
Page 13: Rec 06 - 💬💡️ PLEX DB CACHE ADVICE

last arrowBOT
mild shale
worthy ivy
inner elk
#

would for sure update your verison of quickstart

worthy ivy
#

yep, doing that

wise solar
#

These both seem pretty clear to me:

|    52 | Collection Error: collection_order: custom cannot be used with tmdb_collection
|    30 | Collection Error: collection_order: custom can only be used with a single builder per collection |

The first ones, you have collections that are using this builder:

tmdb_collection_details: 1565

Which is not compatible with custom ordering.

The second:

You have collections like Fast & Furious using multiple builders:

tmdb_collection_details: 9485
tmdb_movie: 384018

and since custom means "The order in which the builder returns them" it's meaningless and not allowed with multiple builders.

The first one fails for the same reason since tmdb_collection_details can accept multiple collection IDs and in that case would be multiple builders.

It is special-cased since if this:

tmdb_collection_details: 1565

Failed with custom can only be used with a single builder you'd be rightfully confused since you are only using a single builder.

That one [and perhaps others like it] is special-cased rather than complicated with "Is there just one ID? Then I can use custom. More than one? No custom" logic,

worthy ivy
#

okay, so this is what my old quickstart generated for the problematic franchise collections:

      template_variables:
        collection_mode: default
        visible_home: true
        visible_library: true
        visible_shared: true
        collection_order: custom

Is the problem THIS collection_order? cause I am unfamiliar with where that builder info would be

#

i've updated quickstart and have it's full run going

mild shale
#

So far working?

worthy ivy
#

Yeah! And the answer to my previous question is yes, that collection_order is the source of my problem. I'm gonna go back through my backups and see if I can find where it might have turned up.

#

gonna go ahead and close this