https://bugs.gpodder.org/show_bug.cgi?id=921
--- Comment #5 from Andreas Piesk <[email protected]> 2012-09-24 19:25:36 BST --- (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 -- 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
