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:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user