Plex-Meta-Manager icon indicating copy to clipboard operation
Plex-Meta-Manager copied to clipboard

TV Episodes by custom order

Open sych0 opened this issue 2 years ago • 6 comments

Version Number

1.16.5

What branch are you on?

master

Describe the Bug

When creating a tv episode list, the custom order flag does not work. For example, Simpsons episodes rated 7.5 or higher in descending order of highest rated to lowest results in either an alphabetical list, or a random order list. Alpha and Release flags work properly, but custom does not. There is no error in the log, it just doesnt work as expected. I think something breaks in the moving process as the logs look like it worked, but then you head to plex and the list is not the correct order.

Relevant Collection/Playlist Definition

Simpsons Best of:
    collection_order: custom
    collection_level: episode
    sync_mode: sync
    imdb_list:
      url: https://www.imdb.com/search/title/?series=tt0096697&sort=user_rating,desc
      limit: 250
    sort_title: Simpsons Best of

Logs

https://gist.github.com/sych0/6f15a58a2bd1db036a49a1df8e64585d

sych0 avatar Apr 22 '22 21:04 sych0

I also tried using the example from the wiki for the top 100 Simpsons episodes:

Top 100 Simpsons Episodes:
     collection_order: custom
     collection_level: episode
     plex_search:
       type: episodes
       sort_by: audience_rating.desc
       limit: 100
       all:
         title.ends: "Simpsons"
     summary: A collection of the highest rated simpsons epsodes.

also fails and results in an alphabetical list in plex.

sych0 avatar Apr 25 '22 16:04 sych0

Reproduced with this :

  One Chicago:
    collection_level: episode
    collection_order: custom
    sync_mode: sync
    summary: One Chicago watch order.
    trakt_list: https://trakt.tv/users/wildestsdreamss/lists/one-chicago-watch-order?sort=rank,asc

hbooo avatar May 06 '22 13:05 hbooo

any update on my languishing bug?

sych0 avatar Jul 10 '23 05:07 sych0

I don't think there's any update at this point in time, but congratulations on having one of the longest-running issues lol!

I will add this to our internal tracker as this has definitely been discussed a few times over the past year and is something we do want to address.

Stay posted!

YozoraXCII avatar Jul 10 '23 07:07 YozoraXCII

so i wanna try and get this cleaned up for our next release is the same thing still happening post 1.20.0 and if so could you post a new log

meisnate12 avatar Jan 07 '24 19:01 meisnate12

Top 100 Simpsons Episodes: collection_order: custom collection_level: episode plex_search: type: episodes sort_by: audience_rating.desc limit: 100 all: title.ends: "Simpsons" summary: A collection of the highest rated simpsons epsodes.

I can confirm this is working in 1.20

image

YozoraXCII avatar Jan 07 '24 20:01 YozoraXCII