In my test library I noticed some movies that have Disney+ streaming overylay does not get added to the Disney+ collection. Theres some Cars shorts and also Halloweentown and Zenon which are disney channel orginal movies that are streaming on disney+
#Not all movies with streaming overlay go into streaming collection.
1 messages · Page 1 of 1 (latest)
📝 If you want to review this again, exo_wolf:
: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 @orchid horizon!
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.
**User Info**
Author of Linked Message: Exo_Wolf
Person who Invoked the Command: Exo_Wolf
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: Plex Configuration - Section 2
Page 07: Rec 01 - ❌ ANIDB AUTH ERRORS
Page 08: Rec 02 - ❌🔒 BLANK API KEY ERROR
Page 09: Rec 03 - ❌ [ERROR]
Page 10: Rec 04 - ❌ MY ANIME LIST CONNECTION ERROR
Page 11: Rec 05 - ❌ TO BE CONFIGURED ERROR
Page 12: Rec 06 - ❌ TRAKT CONNECTION ERROR
Page 13: Rec 07 - ⚠️ [WARNING]
Page 14: Rec 08 - 💬 CONVERT WARNING
Page 15: Rec 09 - 💬💡️ PLEX DB CACHE ADVICE
Page 1/15
This is somewhat expected
The overlays search for the first 10,000 items that TMDb returns (sorted by popularity, and this is the max return size), the collections have a set limit of 500
You can increase that limit using template variables, it was set to avoid people ending up with collections with thousand(s) of items in them
ah okay that makes sense. would the template variable be
- default: streaming
template_variables:
data: 10000
Data typically has sub attributes.
I'm not sure this is configurable
https://kometa.wiki/en/latest/defaults/overlays/streaming/
Don't see anything here
you would pass limit as the template variable
libraries:
Movies:
collection_files:
- default: streaming
template_variables:
limit: 5000
For the collection, but that's not available on the overlay, it seems