1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 09:32:03 +02:00

* Tomahawk now relies on Lucene for indexing / searching Artists, Albums and Tracks.

* Lucene index is stored on disk for faster startups.
* Queries are now auto-resolved when retrieved via Query::get( QVariant, true ). The second parameter is optional and true by default.
* Updated database schema and removed the old ngram tables.
* Hopefully didn't break too much :-)
This commit is contained in:
Christian Muehlhaeuser
2011-02-03 11:02:35 +01:00
parent 87e081be98
commit 4aefc4ecbf
35 changed files with 338 additions and 444 deletions

View File

@@ -16,6 +16,7 @@ ENDIF()
FIND_PACKAGE( Taglib 1.6.0 REQUIRED )
FIND_PACKAGE( LibLastFm 0.3.3 REQUIRED )
FIND_PACKAGE( LibEchonest REQUIRED )
FIND_PACKAGE( CLucene REQUIRED )
IF( UNIX AND NOT APPLE )
ADD_SUBDIRECTORY( alsa-playback )