Idea: Pause download package when video is playing.
|
5th Oct, 2013, 09:14 PM
Post: #39
|
|||
|
|||
RE: Pause download package when video is playing.
(5th Oct, 2013 08:35 PM)cjvanzwol Wrote: This would be very usefull for me, but I can not seem to make ik work. I think I followed all the steps correctly. The processes doesn't dissapear from the process list, because they only get paused. To see if a process is paused just check it's status. You can see it like this with ps | grep transmission Terminal xbian 1429 11.9 2.2 51972 8624 ? TNl Oct03 304:31 /usr/local /bin/transmission-daemon -f -g /etc/transmission/ Terminal xbian 1429 11.8 2.1 51972 8396 ? SNl Oct03 304:33 /usr/local/bin/transmission-daemon -f -g /etc/transmission/ To check if you have done the visudo part correctly, try to do something with privileges to the file (with the sudo command) and check if it asks for your password. Terminal xbian@xbian ~ $ sudo -K xbian@xbian ~ $ sudo nano /home/xbian/.xbmc/addons/service.procmanager/resources/startall.py If you've done it right, it shouldn't ask for a password. I should say that I'm now using just the priority to manage the background processes, I don't stop them when playing stuff, I just make their priority really low and the xbmc one high, so that it always gives cpu preference to xbmc. I have been testing it for a little while because that's the way that xbian download package works and wanted to try it out. Sometimes you can have a bit of stuttering, but just in the beginning, when it's starting to redistribute the cpu. Try it out! It's a lot easier and maybe it does the job for you! I have written a guide on managing process priorities if you don't know how to implement it http://forum.xbian.org/thread-892.html I'm now using priority 6 (low) for the downloads and -6 for xbmc. Nevertheless, if you still want to completely pause the downloads I can help you. PD: You should try xbian, it works great and it has an already configurated package that automatically installs couchpotato,sickbeard,transmission,headphones,nzbget. (You can easily disable each of them if you want to) Here is the thread http://forum.xbian.org/thread-1018.html |
|||
« Next Oldest | Next Newest »
|