milohr / babe-qt

This version is unmantained. The new version is now named VVAVE
https://phabricator.kde.org/source/vvave/
Other
139 stars 9 forks source link

Database and Toolbar #1

Closed ShalokShalom closed 7 years ago

ShalokShalom commented 7 years ago

Hi there :+1:

Did you record your Youtube Video with the current commit?

Since on 2 systems, freeBSD and KaOS, is it not possible to add a database or move the toolbar.

https://www.youtube.com/watch?v=rTEl3aHlNcs

milohr commented 7 years ago

Hi, right now the toolbar can be moved only by dragging it from the corner, i haven't implemented yet that combobox menu just yet. as far for the database problem i'm not sure, by the way, if you have already selected the Musik folder and try to select it again it won't let you, instead it will watch that folder and check for changes inside it (like additions or removals)

milohr commented 7 years ago

for the data base you could please check if the path ~/.local/share/babe got created? and inside should be the db file collection.db if it was created byt not the db file, then maybe you could change the path in settings.h header to something else and double check const QString collectionDBPath=QDir().homePath()+"/.local/share/babe/";

if the issue persists maybe it be due to some qt library, i'm using QSql QSqlDriver

milohr commented 7 years ago

never mind, i found the bug, it was my fault... i wasn't creating correctly the db path, now it is ffixed, please try again with the lastest commit

ShalokShalom commented 7 years ago

thanks a lot