A Note to all skinners!
If you have used the default animations for images in basichome (see below)
you should change it toCode:<animation effect="fade" start="10" end="100" time="1000" delay="80" reversible="false">Visible</animation> <animation effect="fade" start="100" end="0" time="900" reversible="false">Hidden</animation>
Using the old hidden animation makes MP show all fanart images like a slideshow on windowsopen and it does not look that good. Using visiblechange instead makes it smoth when opening basichome containing many image controls being loaded async.Code:<animation effect="fade" start="10" end="100" time="850">VisibleChange</animation>
Error [ExternalDatabaseMana]: getData: SQLite.NET.SQLiteException: SQLiteClient: movingpictures.db3 cmd:sqlite3_prepare16vm=null err:ERROR detailed:no such table: movie_info query:select title, backdropfullpath from movie_info;
at SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
at SQLite.NET.SQLiteClient.Execute(String query)
at FanartHandler.ExternalDatabaseManager.getData(String type)