View Issue Details

IDProjectCategoryView StatusLast Update
0009178MMANavigationpublic2012-09-16 06:32
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Fixed in Version1.0.1 
Summary0009178: Implement Search
DescriptionSearch button should show a Search box that would return results as soon as user types the text. It should return:

1. Artist objects when the search string matches Artist name. They can have a generic Artist icon, or possibly later better a collage of Artist's albums.
2. Albums objects when the search string matches Album title or Album Artist name. They should have Album art as an icon.
3. Individual Songs when the search string matches any field. The icon would probably be best as associated Album Art with some generic icon overlay (in order to distinguish from Albums), but for the first version only some generic icon would be fine.
4. Other items could be added as well, like Playlists, Genres, etc., but it probably isn't critical for the first version.
TagsNo tags attached.
Fixed in build

Relationships

related to 0009234 closedmarek Breadcrumbs functionality isn't intuitive 

Activities

jiri

2012-02-24 09:02

administrator   ~0030539

Since full-text search implementation might be a little tricky, we could rely on an easier implementation for the first version(s). I'd suggest to get all tracks from DB to memory (i.e. SELECT *...) and then perform the search in memory.

jiri

2012-05-30 10:10

administrator   ~0031252

Last edited: 2012-05-30 10:36

Problems:
1. After entering some text and pressing Enter, Search results appear in a list, but:
1a. Pressing MM icon (top-left corner) freezes the app.
1b. Title of this view is 'MediaMonkey', but should be 'Search: XXX' instead.

rusty

2012-09-16 06:32

administrator   ~0032010

Verified build 30.