Hallo Zusammen,
Ich habe gestern MySQL 5.6 unter Windows 7 64bit installiert und nach Anleitung in XBMC integriert. Bei mir funktioniert zumindest die Videodatenbank ohne Probleme.
Jetzt kommt der spannende Teil. Mein XBMC weigert sich bei Musik in den Datenbankmodus zu wechseln.
Folgendes habe ich herausgefunden.
1.My SQL
- die Datenbank xbmc_musik32 wurde von XBMC erstellt.
- die von mir als Quelle angegebenen Musikordner wurden sauber eingelesen und in den Tabellen für Album, songs usw. eingetragen (SQL Abfrage zeigt das)
2. XBMC LOG
11:17:51 T:4448 ERROR: SQL: The table does not exist
Query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
11:17:51 T:4448 ERROR: CMusicDatabase::GetAlbumsByWhere () failed
11:17:51 T:4448 ERROR: SQL: The table does not exist
Query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist WHERE album_artist.boolFeatured = 0)) and artistview.strArtist != ''
11:17:51 T:4448 ERROR: CMusicDatabase::GetArtistsByWhere failed
11:17:51 T:4448 ERROR: SQL: The table does not exist
Query: SELECT songview.* FROM songview WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
11:17:51 T:4448 ERROR: CMusicDatabase::GetSongsByWhere() failed
11:17:51 T:4448 ERROR: SQL: The table does not exist
Query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
11:17:51 T:4448 ERROR: CMusicDatabase::GetAlbumsByWhere () failed
11:17:51 T:4448 ERROR: SQL: The table does not exist
Query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
11:17:51 T:4448 ERROR: CMusicDatabase::GetAlbumsByWhere () failed
11:17:53 T:320 NOTICE: Thread Jobworker start, auto delete: true
11:17:53 T:3304 ERROR: SQL: The table does not exist
Query: select count(idSong) as NumSongs from songview
11:17:53 T:3304 ERROR: CMusicDatabase::GetSongsCount() failed
XBMC will auf VIEWS zugreifen albumview,artistview usw. leider befinden sich in der MYSQL Datenbank keinerlei Views.
In der Videodatenbank gibts views und hier funktioniert auch alles.
Wie kann ich XBMC Dazu veranlassen diese Views anzulegen?
Danke schonmal für evtl. Hilfe.
Alex