What I would like to see is changing the Recent Episodes list to be sorted by Air Date.
I believe this would be easy to implement by changing the retrieval SQL statement. Currently the ORDER BY clause is:
Code:
order by idEpisode descCode:
order by CASE WHEN c05="" THEN (SELECT MAX(c05) FROM episode WHERE episode.idepisode<episodeview.idepisode) ELSE c05 END desc, idEpisode descAdditional thoughts would be to make this an option via the settings or skin.


![[Image: watched-fanart.jpg]](http://trakt.tv/user/Sranshaft/widget/watched-fanart.jpg)
![[Image: all-fanart.jpg]](http://trakt.tv/user/IsamuDragon/widgets/watched/all-fanart.jpg)
![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help