https://bugs.kde.org/show_bug.cgi?id=437807

--- Comment #10 from Robby Stephenson <ro...@periapsis.org> ---
(In reply to mark from comment #9)
> what is your "debug" suppose to dump out? I would have expected it to state
> when it enter/leaves modules.   I finally ran strace on it and i can see
> where it does open the directory when i select it and it sees there are 14
> entries in the directory.  It doesn't matter if recursive is select or now
> as i'm only selecting an individual album directory so there is nothing in
> it but flac files.  I do not see where it opened any of the flac files from
> the strace.  I don't see any unusual errors.   It just returns without doing
> any scans of the individual files.

Yeah, I think we've established the existing diagnostic output doesn't meet
your expectations. :) It's concentrated on the scenario where an audio file is
read and considered but then doesn't get added to the collection for whatever
reason (no album, no track number, inconsistent artist, bad merging of entries,
etc.).

So like I said, the lack of any output seems to indicate that the directory may
be read for the list of files but something is keeping those files from either
being scanned or read. That part of the code hasn't changed much in a while, so
I'm also at a bit of a loss why it might have worked before but not now. So I'm
going back through any recent changes again. Nothing in my unit tests are
showing up as having any problems.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to