GNOME Bugzilla – Bug 348274
[Patch] speeding up "search by track"
Last modified: 2006-08-17 00:14:15 UTC
As already discussed on the mailing list (http://mail.gnome.org/archives/banshee-list/2006-July/msg00059.html) I've created a patch which solves some performance issues when doing a search based on a track's metadata. It simply suspends the OnSimpleSearch() method until the whole search criteria has been entered into to search field.
Created attachment 69349 [details] [review] patch to speed up "search by track" The changelog entry would be: 2006-07-21 Dominik Meister <meister@greenmail.ch> * src/PlayerInterface.cs: Introduce private bool suspendSearch to speed up the SearchBySelectedTrack method.
Thanks!
*** Bug 351315 has been marked as a duplicate of this bug. ***