#How to sort collection of the IMDB list by rating?

1 messages · Page 1 of 1 (latest)

warm nova
#

Please help me sort top IMDB 250 by rating instead of release date by default:

    imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc
    sort_title: ++++++++_IMDb Top 250
    visible_library: true
    visible_home: true
    visible_shared: true
obsidian glenBOT
#

Welcome @warm nova!

It looks like you have not yet completed #938455615741775902, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

azure trench
#

sort_by: imdbrating.desc
or
sort_by: imdbrating.asc

warm nova
#

Thank u, I'll try this.

#
    imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc
    sort_title: ++++++++_IMDb Top 250
    visible_library: true
    visible_home: true
    visible_shared: true
    sort_by: imdb_rating.desc
#

It's not working

azure trench
#
Top 250 By IMDB:
  imdb_list:
    url: https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc
    sort_by: imdb_rating.desc
  sort_title: ++++++++_IMDb Top 250
  visible_library: true
  visible_home: true
  visible_shared: true
  collection_order: custom
  sync_mode: sync 
deft path
#

Why not just set the sort order in the imdb URL rather than trying to override it in PMM?

https://www.imdb.com/search/title/?groups=top_250&sort=release_date,asc
deft path
#

Anything further required here?