https://bugs.gpodder.org/show_bug.cgi?id=921
--- Comment #6 from Thomas Perl <[email protected]> 2012-09-25 09:13:40 BST --- (In reply to comment #5) > (Mit Bezug zu comment 4) > > > > Actually the default sorting is whatever the backend gives (which just > > happens > > to be descending, release order). I'd rather leave it as-is, because the UI > > is > > too busy otherwise (when the column is sorted like that, it's highlighted > > visually - at least with my Gtk theme). Why don't you like the default > > sorting? > > there's no sorting done by the application? OK, then it's correct to not show > any sorting indicator because it's correct from the application's POV. > > currently i try (emphasis on "try" because python is a totally new language to > me, awesome but totally new) to implement a sort option to specify the column > to sort by because i like to have te episodes sorted by their names. the > default will be 'sorted by publish date, descending' in order to mimic the > current behaviour. > > why by episode names? some podcasts publish episodes from different series > which produces with the default sorting (or actually no sorting as i just > learned) a list like this: > > season B episode 3 > season A episode 2 > season B episode 2 > season A episode 1 > season B episode 1 > > which isn't very suited for viewing/hearing the episodes of one season one > after another. this is much better, at least for me: > > season A episode 1 > season A episode 2 > season B episode 1 > season B episode 2 > season B episode 3 What you could obviously try is to use "search-as-you-type" on the episode list to filter e.g. for "Season A", and then you should only get these episodes and in correct (chronological) order. -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
