Replies: 1 comment
|
After doing some looking more at the list, it is grabbing the top 10 list correctly then resorting them by score.desc which I assume is because it is not defined, since that is the default sort. How do I do no extra sort on the list, and just leave the titles in whatever position they are in already in the list if that is possible? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey Guys,
Is there any way to force PMM to keep lists in the order they are on mdbList or any other chart site like trakt/imdb? For example I am getting Top 10 Movies, and in the picture below you can see the first 8 start with Deadpool and have Logan in 8th:
https://i.imgur.com/w2M3pOU.png
However when PMM creates the collection, it has some random ordering even though I thought collection_order: custom is supposed to keep the original order:
And in Plex:
https://i.imgur.com/bT6Hm9m.png
My template is as follows:
Am I doing something incorrectly?
All reactions