adibaewa / musikcube

Automatically exported from code.google.com/p/musikcube
Other
0 stars 0 forks source link

Database corrupt #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Got actual sources from trunk.
Compiled with VS2005 on WinXP
After started mc2 the first time musik.db is created in 
"c:\Dokumente und Einstellungen\%USER%\Anwendungsdaten\mC2\1" (german os)

But musik.db could not be read by sqlite3 or other SQLiteBrowser.

How to proceed?

Best regards
l.f.

Original issue reported on code.google.com by erich.ba...@gmail.com on 10 Dec 2008 at 9:08

GoogleCodeExporter commented 9 years ago
Does it work in mC2?

We set the "PRAGMA legacy_file_format = OFF" that means that the db is created 
using 
the latest SQLite fileformat. 
Although it should be readable by the latest sqlite.exe that you can download 
from 
http://www.sqlite.org 

Original comment by onne...@gmail.com on 10 Dec 2008 at 11:31

GoogleCodeExporter commented 9 years ago
Sorry! You really need the latest sqlite from their website.
But still no songs are added to library.
I follow the 'Getting started' guide as well as adding a path in the mc2 
Settings.
There are no songs int the tracks table.
OS is Vista.

Original comment by erich.ba...@gmail.com on 11 Dec 2008 at 6:45

GoogleCodeExporter commented 9 years ago
Is the mC2dm2 release working?
Have you build the plugins? You need to build all the plugins as well (or at 
leased 
the taglib_plugin for tracks to be added).

Original comment by onne...@gmail.com on 11 Dec 2008 at 7:43

GoogleCodeExporter commented 9 years ago
Plugins have been build but was outdated. Now it works.

Original comment by erich.ba...@gmail.com on 11 Dec 2008 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by onne...@gmail.com on 12 Dec 2008 at 6:28