Excluding MP3 Subfolders for music library scanning
#1
Because Itunes and other apps do not support .flac files I want to create in each lossless flac album folder a subfolder named MP3 where the .flac files are lying converted to .mp3 files. Now there is the problem that XBMC is creating duplicates in the albums. So I tried to exclude the MP3 folders from scanning with a regular expression in advancedsettings:

Code:
<audio>
   <excludefromscan>
        <regexp>(\\\\)192.168.2.254[(\\)[\w\s]*(\\)]*MP3(\\)</regexp>
   </excludefromscan>
</audio>

Unfortunately this is not working.. Could anybody help me out here?

Reply

Logout Mark Read Team Forum Stats Members Help
Excluding MP3 Subfolders for music library scanning0