|
2010-11-03
, 14:55
|
|
Posts: 40 |
Thanked: 86 times |
Joined on Dec 2009
@ Sweden
|
#22
|
|
2010-11-03
, 14:59
|
Posts: 458 |
Thanked: 136 times |
Joined on Jul 2010
@ Holland
|
#23
|
|
2010-11-03
, 15:26
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2010
|
#24
|
|
2010-11-03
, 15:35
|
Posts: 458 |
Thanked: 136 times |
Joined on Jul 2010
@ Holland
|
#25
|
Cannot get it working if I add other folder then MyDocs like:
/home/user/applications/ or other
Tried GUI and editing file, rebuilding DB's, still no luck.
Any suggestions?
The Following User Says Thank You to Carlito For This Useful Post: | ||
|
2010-11-03
, 15:54
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#26
|
NoIndexFileTypes=FILEGLOB[;MORE;FILEGLOBS...]
should do what you want (haven't tested it though.)
|
2010-11-03
, 16:36
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#27
|
The problem with this is that I haven't got a consitent format for my cover art.
NoIndexFileTypes=/home/user/MyDocs/Music/*jpg;/home/user/MyDocs/Music/*png
|
2010-11-03
, 17:58
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#28
|
did you try putting the path in the glob?
maybe something like
will work.Code:NoIndexFileTypes=/home/user/MyDocs/Music/*jpg;/home/user/MyDocs/Music/*png
that would nicely solve your problem.
|
2010-11-04
, 08:55
|
Posts: 189 |
Thanked: 53 times |
Joined on Aug 2010
@ Netherlands
|
#29
|
|
2010-11-04
, 12:39
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#30
|
I LOVE YOU!
I'd assumed that this was only for fike types (ie jpg, png, etc) - didn't realise you could but a full path in there Doh!
I'm sure this topic has been discussed more than several times here but I'd never seen this solution before...
Thanks again
EDIT: Got it!! Did a reindex with xterminal.