![]() |
2010-09-09
, 13:02
|
|
Posts: 271 |
Thanked: 124 times |
Joined on May 2006
@ Aperture Science, Inc.
|
#2
|
![]() |
2010-09-09
, 13:16
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#3
|
The Following User Says Thank You to Rob1n For This Useful Post: | ||
![]() |
2010-09-09
, 13:43
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#5
|
![]() |
2010-09-09
, 13:55
|
|
Posts: 559 |
Thanked: 1,017 times |
Joined on May 2008
@ Finland
|
#6
|
mmmmm
I would like it to index the new pictures/videos AFTER I've shot them, after LEAVING the application that made them. Not during...
In general, while I'm doing the creation, I would want as little other system activity as possible. Real multi-tasking on a limited resource device only goes that far ... Ask Apple and Google.
So while doing time critical stuff, I ideally want all non-critical stuff frozen.
That would help the stuttering while filming.
But that's asking too much I guess ...
![]() |
2010-09-09
, 14:06
|
Posts: 424 |
Thanked: 196 times |
Joined on Mar 2010
@ Sweden
|
#7
|
![]() |
2010-09-09
, 15:37
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#8
|
You should check out the program called tracker-config. It not only lets you set all these parameters manually (thus making tracker actually, y'know, bearable), but it also helps on understanding how it works.
Tracker is all open source, so you can check out exactly what's being done from the code (the manual pages are the best place to start). According to the trackerd manual page, all three groups automatically include all (non-hidden) subdirectories.
![]() |
2010-09-09
, 15:59
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#9
|
The Following User Says Thank You to Netweaver For This Useful Post: | ||
![]() |
2010-09-09
, 16:07
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#10
|
The Following 2 Users Say Thank You to Flandry For This Useful Post: | ||
There is a configuration file for tracker in /home/user/.config/tracker/ called tracker.cfg. By default it has quite a few comments that can be helpful in deciphering the settings, but i find i'm still not really sure what the default behavior of tracker is. There's also an app called tracker-cfg that lets you edit these settings with a GUI.
There are three categories you can put individual folders into that determine how tracker treats them (please correct any errors here) (Edit: see this later post for links to more complete descriptions):
The way these are specified can be a bit confusing, because for example you specify a root folder to be watched (meaning tracker will automatically watch all its subfolders). It's not clear if it works the same way for the other two lists.
I'd appreciate a description of the behavior if anyone understands it. In particular, i'm wondering what the default rule is for folders not specifically included in any lists. and whether the "do not watch" list is for directory roots or just individual directories.
The current configuration on my N900 is supposed to be not watching a specific directory of web images, but i keep seeing them show up in the images listing after rebuilding the database. (tracker-processes -r)
Some of the other options are a bit confusing as well. Is there better documentation for this somewhere?
Thanks in advance for whatever insights you might have on the inner workings of tracker. I'd like to tame it!
Unofficial PR1.3/Meego 1.1 FAQ
Accelemymote: make your accelerometer more joy-ful
Last edited by Flandry; 2010-09-09 at 16:09. Reason: Added link