Ability to throttle background processes?
|
1st Mar, 2013, 12:36 AM
Post: #14
|
|||
|
|||
RE: Ability to throttle background processes?
Now i understand what you did Awaiting their response.
As far as i can see in the code this is already supported: Code: else if (execute.Equals("updatelibrary") && params.size()) This part is executed with the updatelibrary function, if will check if a scan is already running and if it isn't starts the scan. If it is it will stop the scan. So you just need to run the updatelibrary function twice i think. Also the core of XBMC has no such thing as pausing the scan and continuing it: Code: void Start(const CStdString& strDirectory, int flags); pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|