annegerben / oversight

Automatically exported from code.google.com/p/oversight
0 stars 1 forks source link

popcorn crashes for some if scan occurs when movie is playing #606

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

I can  use a trick NMJ uses - and only scan if the disk size has changed by 
more than 'n' Mb (maybe 0MB , maybe 20Mb to allow for any typical OS/process 
activity). This may not work accurately if using sym links in your heirachy 
though.

Also for 100 series I can only scan if certain processes are not running.

For 200 series syb_framework is running all the time and screensaver makes it 
look busy, but I can check output of free command.

Regarding specific scan times, For technical folk there is a crontab job that 
you can edit (but it will go back after reboot)
[code]
30,0 * * * * cd '/share/Apps/oversight/bin' && './oversight.sh' NEWSCAN 
>/dev/null 2>&1 & #oversight.watch
[/code]

I can change the drop down to allow direct setting of the crontab values.

Original issue reported on code.google.com by lordylo...@gmail.com on 22 May 2011 at 1:00