adamgot / python-plexlibrary

Create and maintain dynamic Plex libraries based on recipes.
BSD 3-Clause "New" or "Revised" License
203 stars 40 forks source link

Numbering not applied #109

Closed boff999 closed 3 years ago

boff999 commented 3 years ago

The library is being created and symlinks all work great. However the numbering isn't being applied. I have the following settings in the recipe (IMDb top 250) but it's also happening with my trending recipe:

sort: true sort_title: format: '{number}. {title}' visible: true absolute: true max_age: 0 max_count: 250

I'm not sure if the problem is with Plex or if I've missed something with my settings? I can see the the sort is running in the script but in nano seconds.

Before the sort the script lists the film's in the correct order but after the sort it lists them again but in reverse alphabetical order with number starting at 250? I've included a few from either side of the sort output to show what I mean:

2021-07-11 12:14:40,085 INFO:The Last Picture Show (1971) 2021-07-11 12:14:40,085 INFO:Slumdog Millionaire (2009) 2021-07-11 12:14:40,086 INFO:Blade Runner 2049 (2017) 2021-07-11 12:14:40,086 INFO:Cat on a Hot Tin Roof (1958) 2021-07-11 12:14:40,086 INFO:Creating the 'Movies - IMDB Top 250 v2' library in Plex... 2021-07-11 12:14:40,096 WARNING:Library already exists in Plex. Scanning the library... 2021-07-11 12:14:40,102 INFO:Waiting for metadata to finish downloading... 2021-07-11 12:19:31,331 INFO:Retrieving a list of items from the 'Movies - IMDB Top 250 v2' library in Plex... 2021-07-11 12:19:33,127 INFO:Setting the sort titles for the 'Movies - IMDB Top 250 v2' library... 2021-07-11 12:19:33,128 INFO:Removing symlinks for items which no longer qualify 2021-07-11 12:19:33,154 INFO:Removed symlinks for 0 items. 2021-07-11 12:19:33,154 INFO:Scanning the 'Movies - IMDB Top 250 v2' library... 2021-07-11 12:19:44,397 INFO:250 Zootopia (2016) 2021-07-11 12:19:44,415 INFO:251 Zack Snyder's Justice League (2021) 2021-07-11 12:19:44,422 INFO:252 Young Frankenstein (1974) 2021-07-11 12:19:44,427 INFO:253 The Wolf of Wall Street (2013) 2021-07-11 12:19:44,432 INFO:254 The Wizard of Oz (1939)