masghar / yet-another-music-application

Automatically exported from code.google.com/p/yet-another-music-application
0 stars 0 forks source link

Ability to search for all songs that have bookmarks #171

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the feature you want implemented.
Type something in the search field that displays all songs that have bookmarks 
added to them.

Describe why you think that this feature is needed.
It is a quick way of identifying which tracks have been tagged and which still 
need to be tagged.

Are there any other projects that inspired you? Do you have any screenshots
or mockups to show a concept of this feature?

Original issue reported on code.google.com by wic...@gmail.com on 1 Mar 2011 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by ephracis on 1 Mar 2011 at 9:51

GoogleCodeExporter commented 9 years ago
I think we should have some sort of advanced syntax for searching.

My suggestion:

(field:value)

You want to find all loves with the word "love" anywhere in them:
love

Now you want to only show tracks by Bob Marley (still with "love" anywhere in 
them):
love (artist:"Bob Marley")

Now you want to remove all tracks without bookmarks
love (artist:"Bob Marley") (bookmarks:true)

We should also introduce quotation so
"bob marley"
will show only Bob Marley songs while
bob marley
will show both Bob Dylan and Damian Marley.

Lastly, we introduce the minus sign for negative keywords:
"Bob Marley" -(title:love)
Will show all songs by Bob Marley which do not contain the word "love" in the 
title.

Original comment by ephracis on 29 Sep 2011 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by christof...@stoffiplayer.com on 24 Apr 2012 at 4:46

GoogleCodeExporter commented 9 years ago
Wouldn't it be cool to add some natural language parsing? Like

all rap songs by eminem
all tracks by bob marley from legend

Maybe some day? It could be a starting foundation for some voice command stuff 
in the future? Just a thought... :D

Original comment by christof...@stoffiplayer.com on 3 Aug 2012 at 5:15