| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Pass the right var to Migrator::newEntry for the file nubmer. Before it
passed the series part number as the file number to newEntry.
|
|
|
|
|
|
|
|
|
|
| |
-Changed the database schema. Attached quality to files
-Subclassed SmTreeModel for SeriesTreeModel
-Made SmTreeModel virtual for that
Well, it seems there is a serious problem with the database schema.
Curiously everything inside the model works beside the db update. Seems
I have it wrong with the fks :(
|
|
Created a new database schema and implemented a migration script
to migrate data from the old schema to the new one.
The new schema is more "modular". Actors and files, including
covers are assigned to series parts.
|