2014-04-28, 18:20
(2014-04-23, 20:59)zer04c Wrote:(2014-04-23, 15:17)robweber Wrote: There is a checkbox to let the addon run during video watching but nothing that would make it run specifically then. In all honesty most people dont want it to run when they are watching something because it could lag performance of the video due to the processing power needed as well. The RPI is kind of a underpowered machine, and depending on the skin and other services you have running it could just be taxing the little processor too much.
Thanks , ironically during playback is the time I notice it least. I think it because the RPI is usually running between 40-90 % when using the UI but only about 25% during playback due to the decoding on the hardware.
Would there be a way to activate when the device is idle instead. ?
There is now. Just pushed some changes to git that add an option to "run only when idle". The idea here is that the service listens for the screensaver activated event from xbmc. if a timer is scheduled to run and the screensaver is not active, it will wait until it is before attempting to run the scan. since the screensaver being active is effectively the idle condition here that is the only way this would work. Go ahead and download the zip from github or wait a few days and I'll do a repo pull. This will be for Gotham only.
(2014-04-28, 10:30)akhlan Wrote: Hi,
I would like use this add-on but I have a problem... I use a NAS and if I put this script in the contrab and the NAS is switch off, My update will delete all informations...
How resolve this issue ?
Rgds
A real easy way would be to just leave your NAS on In all seriousness though why would the NAS not being up delete all your information - unless you are also doing a clean at the same time? If you are doing that then that is just some bad planning, I suggest you check the "verify sources" option in the cleaning settings so that it will check if the NAS is up before doing a clean. This is assuming you haven't added the <cleanonupdate> tag to an advancedsettings file. If you're on Gotham then xbmc should do the verify for you. Either way your information shouldn't all be deleted just because the source is not available.