mwheelerjr / mptvseries

Automatically exported from code.google.com/p/mptvseries
0 stars 0 forks source link

Playlist entries added in the incorrect sort order #550

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable unwatched playlist items
2. Find a show with 2+ seasons and have a few episodes watched on S01
3. Add to playlist at series name level

Result:

2x01 is shown as first playlist item, when it would be expected that the first 
S01 episode that is unwatched is added.

The rest of the playlist is in a weird order, like 2x1, 3x1, etc, so might be 
related.

Original issue reported on code.google.com by RoChess....@gmail.com on 13 Mar 2011 at 10:06

GoogleCodeExporter commented 9 years ago
also

What steps will reproduce the problem?
1. Add a series, at series level, to playlist (with more than 1 season)
2. Check the playlist

Result:
Playlist orders it as following: (example series with 4 seasons)

1x1 
2x1 
3x1 
4x1 
1x2 
2x2 
3x2 
4x2

should be 
1x1 
1x2 
1x3 onwards etc

cheers

mastyman

Original comment by connect...@gmail.com on 13 Mar 2011 at 10:20

GoogleCodeExporter commented 9 years ago
Also handle inline sorting of specials.

Fixed in r1453.

Original comment by damien.haynes@gmail.com on 15 Mar 2011 at 6:30