![]() |
2009-12-16
, 08:05
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#12
|
How do I keep a video from showing up in the thumbnails?
When I select :
Media Player/Videos
I see thumbnails of all of the video content on my N900. There are some I do NOT want to show everyone I show the phone to.
If I change the listing from Video-Date to Video-Category, I lose the thumbnails, but the title is still in the listing.
Thanks
![]() |
2009-12-16
, 08:30
|
|
Posts: 857 |
Thanked: 1,206 times |
Joined on Dec 2009
@ Chertsey in the Thames, United Kingdom
|
#13
|
![]() |
2009-12-16
, 08:31
|
|
Posts: 857 |
Thanked: 1,206 times |
Joined on Dec 2009
@ Chertsey in the Thames, United Kingdom
|
#14
|
![]() |
2009-12-16
, 08:48
|
Posts: 31 |
Thanked: 23 times |
Joined on Nov 2009
@ Newcastle UK
|
#15
|
![]() |
2009-12-16
, 09:43
|
Posts: 755 |
Thanked: 406 times |
Joined on Feb 2008
@ UK
|
#16
|
The Following 3 Users Say Thank You to codeMonkey For This Useful Post: | ||
![]() |
2009-12-16
, 10:13
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#17
|
For completeness, another possibility is mentioned in this thread by AnimS. Using the tracker.cfg file to specify folders that you don't want indexed/tracked/thumbnailed.
[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
![]() |
2009-12-16
, 10:57
|
Posts: 891 |
Thanked: 499 times |
Joined on Nov 2009
@ UK
|
#18
|
![]() |
2009-12-16
, 11:43
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#19
|
Seems the way to go... if it works, which I haven't tried.
EDIT:
Try to play with this section... looks promising:
Look how they include $HOME/MyDocs/.sounds/ but exclude $HOME/MyDocs/.sounds/Ringtones/
You could do the same, have $HOME/MyDocs/.videos/ in the "watch"-list (where it is now), create a new folder "private" in there and then include $HOME/MyDocs/.videos/private to the NoWatchDirectory= line.
![]() |
2009-12-16
, 12:07
|
Posts: 117 |
Thanked: 10 times |
Joined on Oct 2009
@ Wolverhampton
|
#20
|
eg: .video
this will hide the Video folder. I think, lol, all linux does that.