clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.78k stars 681 forks source link

Clementine database somehow not compatible with sqlite3 #5928

Open renn0xtek9 opened 6 years ago

renn0xtek9 commented 6 years ago

With ubuntu KDE (does not matter 32 bit /64 bit Qt4/Qt5 KDE4/KDE5) you get sqlite3 clementine.db "select * from playlist_items_fts" Error: unknown tokenizer: unicode

This is a big problem since it prevent users to make scripts e.g. that batch process playlist etc which would greatly extend the functionality of the player.

ValdikSS commented 6 years ago

5278

jonaski commented 6 years ago

Use the patch from #5669

renn0xtek9 commented 6 years ago

Is this merge in in master ? I use ubuntu repositories, I don't compile it from source and from what I understand if it is not in master the packagers won't use it too

renn0xtek9 commented 5 years ago

Can anyone provide extensive instead of evasive instructions on how to solve this ? This script on a fresh install does not work https://github.com/renn0xtek9/VMRequests/blob/master/RequestsScripts/Scripts/CompileClementine.sh nor does this one https://github.com/renn0xtek9/VMRequests/blob/master/RequestsScripts/Scripts/CompileClementine-qt5.sh