Skip to content

FsDiscoverer: Don't use recursion and fix error handling

Refactor the FsDiscoverer to use a stack of folders to refresh rather than recursive calls, fixing #124 (closed)

This also cleans the .nomedia handling, which allows us to regroup the IO error handling to a single location, fixing #307 (closed)

Merge request reports