Win Exclude a path from the music scan
#1
considering that i'm not able to solve my problem explained in this thread: http://forum.xbmc.org/showthread.php?tid=152533 i'm looking for a workaround.
i would like to exclude a certain music folder from scan.
so i looked into wiki at the advancedsettings file and i found a sintax but aftera a scan the folder is aways included.
cuold someone point me on the right way.
her is the syntax

Code:
<advancedsettings>
<audio>
<defaultplayer>dvdplayer</defaultplayer>
  <excludefromscan> <!-- Regular expressions that if evaluated to true won't be added to library. -->
    <regexp>N:\Mp3\50 Songs</regexp>
  </excludefromscan>
</audio>
</advancedsettings>

thanks a lot
Reply

Logout Mark Read Team Forum Stats Members Help
Exclude a path from the music scan0