View Single Post
Posts: 76 | Thanked: 13 times | Joined on Jul 2010
#1
Code:
[Watches]
# List of directory roots to index and watch (separator=;)
WatchDirectoryRoots=$HOME/MyDocs/.sounds/;$HOME/MyDocs/.documents/;$HOME/MyDocs/.videos/;$HOME/MyDocs/.images/;$HOME/MyDocs/.camera/;
# List of directory roots to index but NOT watch (separator=;)
CrawlDirectory=
# List of directory roots NOT to index and NOT to watch (separator=;)
NoWatchDirectory=$HOME/MyDocs/core-dumps/;$HOME/MyDocs/cities/;$HOME/MyDocs/.sounds/Ringtones/;$HOME/MyDocs/tmp/;/media/mmc1/tmp/;/media/mmc1/cities/;
# Set to false to completely disable any watching
EnableWatching=true
This is the original tracker.cfg , as can be seen, by default it is only allowed to index and watch .sounds , .documents , .videos , .images , .camera

but I have NITDroid installed and the mediaplayer is indexing those game sound file which I have no idea where those sound files are. They are in the emmc I guess. How do I stopped it from indexing those unwanted files?