Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Infinite loop of doom scanning Music library
#1
I have my advancedsettings.xml file configured to exclude any Podcast directory within my Music collection (managed by iTunes).

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.
Reply
#2
bug.

see MusicInfoScanner.cpp, line 332 in relation to line 386
Reply
#3
Sweet. I'll look at that when my development box is back online - unless someone fixes it up in the next day or so.
Reply
#4
HAH, and I thought I was going nuts.
http://trac.xbmc.org/ticket/6598
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
seems both of your personalities had the same idea ;P
Reply
#6
Still, can't reproduce here ..
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#7
Patch uploaded. Would like it reviewed as I'm not sure why the existing code used a while loop. Details in http://trac.xbmc.org/ticket/6598
Reply

Logout Mark Read Team Forum Stats Members Help
Infinite loop of doom scanning Music library0