- April 27, 2009
- 778
- 333
- 32
- Home Country
- Netherlands
I was investigating the startup of MediaPortal and found out that namely the loading of the music database takes a long time, 10 seconds! Also the ChannelNavigator thing takes pretty long:
Any way to speed this up? The music database is a little more then 10MB. I'm not planning to remove some music.
I'm using a Kingston V+ 200 SSD
Logs: https://forum.team-mediaportal.com/...d-mediaportallogs_21_03_13__15_50-zip.124455/
edit:
Must be a plugin that loads the database, because in debug mode to report to Team MP, it doesn't do this.
Code:
2013-03-21 16:14:45.865234 [Debug][CacheChannels(13)]: CacheChannelsThread: started
2013-03-21 16:14:46.009765 [Info.][CacheChannels(13)]: ChannelNavigator::LoadSettings()
2013-03-21 16:14:48.193359 [Warn.][Extension Settings(14)]: GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\myextensions2settings.xml' is missing control id 3 (window property: btnDefaults)
2013-03-21 16:14:48.348632 [Debug][CacheChannels(13)]: CacheChannelsThread: ended
2013-03-21 16:14:49.232421 [Debug][MPMain(1)]: MusicDatabase: GetSongsByFilter - SQL: select distinct strAlbumArtist, strAlbum, dateAdded, strGenre, strPath from tracks order by dateLastPlayed desc limit 50;, Filter: tracks
2013-03-21 16:14:58.307617 [Info.][MPMain(1)]: SQLiteClient: Closing database: PictureDatabase.db3
2013-03-21 16:14:59.588867 [Info.][MPMain(1)]: [MP Upnp Renderer:] Started Plugin with Assembly-Version: 2.2.0.3
Any way to speed this up? The music database is a little more then 10MB. I'm not planning to remove some music.
I'm using a Kingston V+ 200 SSD
Logs: https://forum.team-mediaportal.com/...d-mediaportallogs_21_03_13__15_50-zip.124455/
edit:
Must be a plugin that loads the database, because in debug mode to report to Team MP, it doesn't do this.
Last edited: