Excluding MP3 Subfolders for music library scanning

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
milchkuh Offline
Donor
Posts: 10
Joined: Feb 2011
Reputation: 0
Post: #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?
(This post was last modified: 2012-10-12 16:17 by milchkuh.)
find quote