| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 2
|
|
| Author |
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
hello everyone
i have a computer in my living room that functions as a media player (connected to the TV). usually its just sits there and does nothing but when i want to watch a movie i use it. so i though i'll install the WCG app and use the "spare" time for something good. the problem is when i play a movie, after a couple of minutes (3, the configurable setting in BOINC manager) the WCG app kicks in and takes up all the CPU power so the movie just freezes or crashes. i dont want to lower the CPU percentage setting cuz most of the time that computer doesnt do anything. is there a way to make the WCG app not kick in when a movie (or, for that matter, any full-screen application) is running? thnx in advance |
||
|
|
Ingleside
Veteran Cruncher Norway Joined: Nov 19, 2005 Post Count: 974 Status: Offline Project Badges:
|
Don't know any method to specifically pause based on a full-screen application, but you can use the <exclusive_app> method. To use this, in your cc_config.xml (located in your BOINC data-directory, if not present just make it) and the file should look something like this:
----------------------------------------<cc_config> <options> <exclusive_app>wmplayer.exe</exclusive_app> </options> <log_flags> </log_flags> </cc_config> If you've got more than one application you'll want to stop BOINC-crunching for, just add these on new lines, each between their own <exclusive_app> </exclusive_app>-tags. Note, depending on how old your BOINC-client is, it's possible the application-name is CaseSensitiVe, don't remember in which client-version it was made case-insensitive under windows... After editing your cc_config.xml with one or more applications, in advanced view, choose to "Read config file" (under advanced menu-choise) and verify if it's working for the application(s) you've added. Note, for this to work, the "Activity" must be "Based on preferences". BTW, for anyone running other projects besides WCG and is using a GPU, there's also a separate <exclusive_gpu_app>-tag that can be used to stop GPU-crunching. ![]() "I make so many mistakes. But then just think of all the mistakes I don't make, although I might." |
||
|
|
|