Tempest0580 / tempest

Kodi Addon
24 stars 8 forks source link

Trakt progress not working correctly again #27

Closed Techmuse closed 4 years ago

Techmuse commented 4 years ago

Actually 2 issues here.

1) progress is pulling watched episodes as well as those that are yet to be watched. It should only pull non watched episodes. 2) sort order is weird, possibly due to the issue in 1. Episodes are being sorted by episode number regardless of season. For example 1x01, 2x01, 3x01, 1x02, 2x02, etc. Should sort by season, then episode. Sort as is would be fine only if a single season existed in list.

Tempest0580 commented 4 years ago

I put this on the list to look into.

host505 commented 4 years ago

For 2, see here https://github.com/Tempest0580/tempest/issues/28#issuecomment-569943874 Unfortunately this doesn't solve the trakt progress issue, tvdb has to restore their api as before the changes for it to be fixed, as it returns wrong episodes/seasons orders (hence the forced sorting method for listing)

Tempest0580 commented 4 years ago

Pushed a Update that should fix this.

Techmuse commented 4 years ago

Thanks. Looks like it’s working now. Checked my settings re flattened seasons. As I thought flatten seasons if off.

Thanks again for all your effort.

Tempest0580 commented 4 years ago

Your welcome. Glad it worked out.