|
|
09-09-2010
, 09:02 AM
|
|
|
Posts: 271 |
Thanked: 124 times |
Joined on May 2006
@ Aperture Science, Inc.
|
#2
|
|
|
09-09-2010
, 09:16 AM
|
|
Posts: 3,617 |
Thanked: 2,392 times |
Joined on Nov 2009
@ Cambridge, UK
|
#3
|
| The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
|
09-09-2010
, 09:43 AM
|
|
Posts: 322 |
Thanked: 176 times |
Joined on Oct 2009
@ Gent, Belgium
|
#5
|
|
|
09-09-2010
, 09:55 AM
|
|
|
Posts: 384 |
Thanked: 516 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 ...
)
|
|
09-09-2010
, 10:06 AM
|
|
Posts: 421 |
Thanked: 191 times |
Joined on Mar 2010
@ Sweden
|
#7
|
|
|
09-09-2010
, 11:37 AM
|
|
|
Posts: 1,552 |
Thanked: 1,768 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.
|
|
09-09-2010
, 11:59 AM
|
|
Posts: 322 |
Thanked: 176 times |
Joined on Oct 2009
@ Gent, Belgium
|
#9
|
| The Following User Says Thank You to Netweaver For This Useful Post: | ||
|
|
09-09-2010
, 12:07 PM
|
|
|
Posts: 1,552 |
Thanked: 1,768 times |
Joined on Oct 2009
@ Boston
|
#10
|
| The Following 2 Users Say Thank You to Flandry For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
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; 09-09-2010 at 12:09 PM. Reason: Added link