David Sansome
|
dacc7c1a2d
|
Remove " characters from the library filter text before doing an FTS query. Fixes issue #1504
|
2011-03-04 21:10:10 +00:00 |
Paweł Bara
|
d109b70898
|
David's comments
|
2011-02-14 17:29:56 +00:00 |
Paweł Bara
|
82e92bb3ac
|
library view has now three modes: 'all songs', 'duplicates only' and new 'untagged songs only' (check out the http://code.google.com/p/clementine-player/wiki/LibraryViewModes) - fixes issue #305
+ hiding the 'complexity' of QueryOptions filter and query_mode mutual exclusion behind it's API
|
2011-02-06 13:18:18 +00:00 |
Paweł Bara
|
9a9d8ad177
|
don't let invalid CUE related media files into library (invalid == those which were not recognized by TagLib)
better logging of erroneous DB queries (error + query + bound values instead of just error)
|
2011-02-05 13:43:04 +00:00 |
Paweł Bara
|
2959dbff85
|
'show duplicates only' view for library where you can see which songs in your library are duplicated and delete unnecessary duplicates (fixes issue #1328)
|
2011-01-30 21:00:49 +00:00 |
Paweł Bara
|
e24e786a5d
|
incorporating David's suggestions
|
2011-01-18 17:12:05 +00:00 |
Paweł Bara
|
07739d6c68
|
Python bindings for LibraryView + new UI hook for plugins: the view's context menu
support for IN operator in LibraryQuery.AddWhere
|
2011-01-18 16:34:43 +00:00 |
David Sansome
|
3216f5b75e
|
Remove ( and ) characters from FTS queries. Fixes issue #1010
|
2010-12-04 18:16:00 +00:00 |
David Sansome
|
bea4b39020
|
Make Jamendo search work again
|
2010-11-27 19:37:09 +00:00 |
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +00:00 |
David Sansome
|
492d8fec87
|
Use sqlite's Full Text Search on the songs table
|
2010-06-20 16:30:10 +00:00 |
David Sansome
|
efcd2c968a
|
Search library on composer and genre too
|
2010-06-12 13:19:55 +00:00 |
David Sansome
|
7e1b54a779
|
Fix the height of items in the album cover manager, don't show artists with no albums, and add a status bar (currently unused)
|
2010-06-11 22:35:41 +00:00 |
David Sansome
|
0e83490766
|
Search in albumartist too. Fixes issue #387
|
2010-06-11 12:01:41 +00:00 |
David Sansome
|
1aee5e4667
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |