Posts: 236
Joined: Feb 2013
Reputation:
1
Went back and forward on different releases and now on latest it works in some cases, still didn't get the pattern if is openelec related problem or only my problem.
Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
I've done a quick test with PR4839 and to be honest I'm not seeing any significant difference - at best, maybe a 60ms improvement.
Without this patch, the time spent in "ScanForExternalSubtitles" is reported as between 600ms and 1600ms when starting a movie in a folder containing 1042 files (mixture of movies, artwork and nfo files) on a 1GHz Pi over XBMC NFS. Sometimes it takes 600ms, other times it takes 1600ms, I have no idea why it's so inconsistent.
With this PR these times are appear to be reduced by a few milliseconds, possibly as much as 60ms (so down to between 540ms and 1540ms), but generally the difference is so small that I could be imagining any improvement at all.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Posts: 236
Joined: Feb 2013
Reputation:
1
Milhouse, I was checking the log I provided yesterday because downloading subtitles and I noticed this error on the beggining of the log:
"01:44:33 470.108063 T:3058331648 ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files"
Is this related with my installation or is happening to everyone?
Posts: 4,146
Joined: Jan 2008
Reputation:
41
Just a FYI:
PR:4837 is introducing a recursive fast hash method for enumerating series folders. Unfortunately there's no huge speed gain when your library content is accessed via XBMC's libnfs implementation. You should see faster scan times for local files (locally mounted nfs works as well) and smb://.
Note: The initial scanning for new content will take some more time as it's generating new hashes. After that it should be noticeably faster to scan
for new content. In case you're sharing your video database with another instance of XBMC, please make a backup as this PR is not yet
merged and only available in this build.
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the
forum rules (wiki).
Please read the pages on
troubleshooting (wiki) and
bug reporting (wiki) before reporting issues.
Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
I'm not seeing anything in the log, what's in xbmc.old.log after xbmc has restarted?
Have you tried with a fresh .xbmc (to rule out a dodgy addon). I've tested the YouTube addon here and it plays videos without a problem.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
The last build (#0603) included a bump to Python and JSON API version numbers, though not sure why that would cause a problem so doubt it's related (and doesn't seem to be a problem for me).
I'm still not seeing anything useful in your debug log, you need to cause the crash, wait until xbmc has restarted, then upload xbmc.old.log
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.