View Single Post
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#32
You can try this (this is assuming that /home/user/MyDocs/Music/ only contains sub-directories that actually hold your music and album art:

Code:
NoIndexFileTypes=/home/user/MyDocs/Music/*/*.jpg;
If /home/user/MyDocs/Music/ also contains album art then you need to add an extra path:

Code:
NoIndexFileTypes=/home/user/MyDocs/Music/*.jpg;
And you may need to add extra paths like so depending on how you have stored your music and how many levels deep:

Code:
NoIndexFileTypes=/home/user/MyDocs/Music/*/*.jpg;/home/user/MyDocs/Music/*/*/*.jpg;