[gpodder-devel] treeAvailable reordering

  • From: thp at perli.net (Thomas Perl)
  • Date: Tue, 13 Mar 2007 19:49:16 +0100

Hello Michel,

On Mon, 12 Mar 2007 19:56:55 -0400 Michel Salim wrote:
> Available podcasts, I suppose (in gPodder terminology, this includes
> both the ones listed in the feed and the ones already downloaded, even
> if no longer available, right? I've not used it long enough to notice
> what happens when some episodes were dropped).
> 
> Searching descriptions by default would make sense. I don't think the
> URL adds much (assuming the search is done within a channel)

Ok, I'll note that. So you basically want to have a search field that
searches _inside_ the currently selected channel and display the
results in the list? Do you think a "global" search function also makes
sense or is it ok to just have a channel list "filtered" by some search
terms? (like, for example, library search in Rhythmbox)

> self.channel.sort()
> self.channel.reverse()
> 
> This should probably be self.channel.sort(reverse=True), to avoid
> going over the list another time.

Thanks for this quick heads-up, didn't know about the reverse keyword
parameter, of course that is the better method - added and commited to
current svn head :)


Enjoy,
Thomas


Other related posts: