View Single Post
Posts: 9 | Thanked: 2 times | Joined on Apr 2010
#53
hello
i got a problem with file indexing and excluding directories from tracker.cfg file.
Media player added to library all the sounds i got on the phone ie sounds from games, navigation program etc.
So i wanted to chage it.
I found this topic and did as instructed.
I add new lines in tracker.cfg and then used tracker-precess -r cmd
and it almost worked but unfortunetly media player is showing right now ringtones.
And I cant understend why.
My tracker.cfg looks like that.
Code:
[Watches]
# List of directory roots to index and watch (separator=;)
WatchDirectoryRoots=$HOME/MyDocs/.sounds/;$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/;$HOME/MyDocs/;$HOME/MyDocs/Res/;
# Set to false to completely disable any watching
EnableWatching=true
did i missed smth ?
thanks for any advice