Hello everyone,
I just notice that the collection showed in the movie page is different depending on the movie
For example, I see the Matrix collection on the 2,3 and 4 movies
But the first one is on a dynamic collection for popular movies, and I see this collection instead on the movie page, how can I show the matrix collection everywhere ?
Its just an example; its happening with some other movies that are in specific collection
I've tried to add the last ascii character (Ω) to move this collection at the end of the collection page, but it didn't work (the collection is correclty sorted at the end, but it doesn't solve my problem)
PS: I don't know if its important, but all my collection are custom, based on trakt, imdb or plex_search (to prevent plex from autorefreshing the collection during the day)
# Popular
"Films populaires":
trakt_chart:
- chart: trending
limit: 30
- chart: popular
limit: 30
collection_order: release
sort_title: "Ω040_Films populaires"
sync_mode: sync
summary: "Collection des films populaires et tendances sur Trakt."
visible_library: false
visible_home: true
visible_shared: true
# Genre
"Films - Action et Aventure":
sort_title: "Ω50_Action et Aventure"
summary: "Films d'action et aventure."
collection_order: random
###genre1-ActionAventure###
visible_library: false
visible_home: false
visible_shared: false
plex_search:
all:
genre:
- Action
- Adventure
sort_by: random
PS2: I've a script that's modifying the visible setting before each kometa execution (at 5am) to build a new home page everyday
Thank you for your advice