! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Feature request: Track search -text box
Status:
RESOLVED: FIXED
Severity:
enhancement
Product:
Xfmedia
Component:
general

Comments

Description Mikko Rytk 2005-02-18 07:47:42 CET
I suggest a new feature that might be usefull in xfmedia. It's a sort of search
field, a text box above or below the playlist. Entering any text here would
select all rows in playlist that contain the entered text. Search should be case
insensitive and ignore special characters (commas and underscores).

This would be very handy when selecting tracks from randomized or just long
playlist. One could for example type a name of an artist here and hit remove to
easily remove all tracks from that artist.

There should probably be an option to disable/enable this feature, if it slows
down the playlist noticeably.

Reproducible: Always
Steps to Reproduce:
Comment 1 milky_cow_101 2005-03-15 01:41:32 CET
The good hting about this bug is that "jump to file" exacts this function already.  So it would be 
as easy as putting a hook to the pre-written code.
Comment 2 Brian J. Tarricone (not reading bugmail) 2005-03-15 02:01:46 CET
Well, it's not quite that easy, since it'll be a matter of modifying the
existing playlist to use a level of abstraction (the filtered GtkTreeModel that
sits on top of the "real" GtkListStore), hence my decision to wait until after
0.7.0 (which is way overdue as it is).
Comment 3 Brian J. Tarricone (not reading bugmail) 2005-05-01 11:42:35 CEST
Implemented, but this may have created some bugs, so file new ones if you find
'em...

Bug #775

Reported by:
Mikko Rytk
Reported on: 2005-02-18
Last modified on: 2005-05-01

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Version:
unspecified
Target Milestone:
xfmedia-0.8.0

Attachments

Additional information