FireTV - XBMC hangs when cleaning the libaray
#1
So I have a library on server and a firetv, the problem is xbmc will hang when I try to clean the library. It will show the dialog message but the progress bar does not move and it sits there for hours like this. The thing is when I use an Rpi it will clean just fine, its only the firetv that has the issues.

When I look at the log from about 10:30 to now (13:30) there are 48 lines of Database queries to both Video and Music (No music library though), A snipp-it looks like this:
Code:
10:36:10 T:1568109096   DEBUG: int CVideoDatabase::RunQuery(const CStdString&) took 55 ms for 345 items query: select * from movieview  WHERE ((movieview.playCount IS NULL OR movieview.playCount < 1))
10:36:11 T:1568109096   DEBUG: int CVideoDatabase::RunQuery(const CStdString&) took 127 ms for 1398 items query: select * from episodeview  WHERE ((episodeview.playCount IS NULL OR episodeview.playCount < 1))
10:36:11 T:1568109096   DEBUG: bool CMusicDatabase::GetSongsByWhere(const CStdString&, const CDatabase::Filter&, CFileItemList&, const SortDescription&) query = SELECT songview.* FROM songview  WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
10:36:11 T:1568109096   DEBUG: bool CMusicDatabase::GetAlbumsByWhere(const CStdString&, const CDatabase::Filter&, CFileItemList&, const SortDescription&, bool) query: SELECT albumview.* FROM albumview  WHERE albumview.strAlbum <> ''
10:36:11 T:1568109096   DEBUG: bool CMusicDatabase::GetAlbumsByWhere(const CStdString&, const CDatabase::Filter&, CFileItemList&, const SortDescription&, bool) - query took 1 ms
10:56:16 T:1568109096   DEBUG: int CVideoDatabase::RunQuery(const CStdString&) took 43 ms for 345 items query: select * from movieview  WHERE ((movieview.playCount IS NULL OR movieview.playCount < 1))

The Shares are though NFS from a macbook setup as a server. I'm just wanting to know if its just me and if it can be fixed.

Thank you
Raspberry Pi Model B 2 1024MB @ 1.0Ghz w/OSMC
--Decommissioned-- Raspberry Pi Model B 512MB @ 1.0Ghz w/ 3TB USB Drive Running Open Media Vault
Reply
#2
Bump. Sorry only have one more day to figure this out before I head home and I will not want to perform remote support for this.

Thank you
Raspberry Pi Model B 2 1024MB @ 1.0Ghz w/OSMC
--Decommissioned-- Raspberry Pi Model B 512MB @ 1.0Ghz w/ 3TB USB Drive Running Open Media Vault
Reply

Logout Mark Read Team Forum Stats Members Help
FireTV - XBMC hangs when cleaning the libaray0