2013-04-30, 20:03
Tutorial for adapting an old Database for Ember 1.3.0.12 and newer
If this message appears, the database needs to be adjusted:
Step 1:
Confirm the message and close Ember Media Manager.
Step 2:
Download SQLite Database Browser
Step 3:
Start SQLite Database Browser and open the file "Media.emm_old".
Step 4:
Click on "Modify Table"
Step 5:
Select "Movies" and click on "Edit"
Step 6:
Scroll down to "Watched" and click on "Edit field"
Step 7:
Change the field name to
Click on "Custom type" [...] an enter
Click on "Apply Changes"
Step 8:
Close the "Edit table definition" window and save the database.
Step 9:
Remove the empty database (Media.emm) in Ember root folder and rename "Media.emm_old" to "Media.emm"
Step 10:
Start Ember Media Manager
If this message appears, the database needs to be adjusted:
Step 1:
Confirm the message and close Ember Media Manager.
Step 2:
Download SQLite Database Browser
Step 3:
Start SQLite Database Browser and open the file "Media.emm_old".
Step 4:
Click on "Modify Table"
Step 5:
Select "Movies" and click on "Edit"
Step 6:
Scroll down to "Watched" and click on "Edit field"
Step 7:
Change the field name to
Code:
HasWatched
Click on "Custom type" [...] an enter
Code:
BOOL
Click on "Apply Changes"
Step 8:
Close the "Edit table definition" window and save the database.
Step 9:
Remove the empty database (Media.emm) in Ember root folder and rename "Media.emm_old" to "Media.emm"
Step 10:
Start Ember Media Manager