2009-06-10, 15:10
I have my advancedsettings.xml file configured to exclude any Podcast directory within my Music collection (managed by iTunes).
I turned on automatic updating of the Music library and there appears to be an infinite loop somewhere as I had an xbmc.log file that was over 1Gb full of the same repeated information:
Have I screwed up my regular expression or is something not working right? Using week old SVN.
Code:
<audio>
<excludefromscan>
<regexp>Podcasts</regexp>
</excludefromscan>
<excludefromlisting>
<regexp>Podcasts</regexp>
</excludefromlisting>
</audio>
I turned on automatic updating of the Music library and there appears to be an infinite loop somewhere as I had an xbmc.log file that was over 1Gb full of the same repeated information:
Quote:01:06:42 T:2931809168 M:2658230272 DEBUG: ExcludeFileOrFolder: File '/var/multimedia/music/Downloads/Podcasts/' excluded. (Matches exclude rule RegExp:'podcasts')
01:06:42 T:2931809168 M:2658230272 DEBUG: ExcludeFileOrFolder: File '/var/multimedia/music/Downloads/Podcasts/' excluded. (Matches exclude rule RegExp:'podcasts')
01:06:42 T:2931809168 M:2658230272 DEBUG: ExcludeFileOrFolder: File '/var/multimedia/music/Downloads/Podcasts/' excluded. (Matches exclude rule RegExp:'podcasts')
01:06:42 T:2931809168 M:2658230272 DEBUG: ExcludeFileOrFolder: File '/var/multimedia/music/Downloads/Podcasts/' excluded. (Matches exclude rule RegExp:'podcasts')
01:06:42 T:2931809168 M:2658230272 DEBUG: ExcludeFileOrFolder: File '/var/multimedia/music/Downloads/Podcasts/' excluded. (Matches exclude rule RegExp:'podcasts')
01:06:42 T:2931809168 M:2658230272 DEBUG: ExcludeFileOrFolder: File '/var/multimedia/music/Downloads/Podcasts/' excluded. (Matches exclude rule RegExp:'podcasts')
Have I screwed up my regular expression or is something not working right? Using week old SVN.