| Summary: | amaroK drops the images and directories tables when all collection folders are unchecked | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Greg Meyer <greg> |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.3-CVS | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Greg Meyer
2005-05-05 03:04:46 UTC
The workaround, if you confirm that this is occurring, is to use the sqlite3 command line tool to re-add the database tables. These are the sql commands for creating the two tables CREATE TABLE directories (dir VARCHAR(255) UNIQUE,changedate INTEGER ); CREATE INDEX directories_dir ON directories( dir ); CREATE TABLE images (path VARCHAR(255),artist VARCHAR(255),album VARCHAR(255)); CREATE INDEX images_album ON images( album ); CREATE INDEX images_artist ON images( artist ); I couldn't reproduce this, Greg, could you test again? Closing for lack of feedback. Please reopen if it still happens with amaroK 1.3.9. |