Refactor FsDiscoverer to not use recursion
Instead, use a stack of folders to check for (we don't really care about depth-first VS breadth-first search)
Additionally this should simplify pausing the discovery
Instead, use a stack of folders to check for (we don't really care about depth-first VS breadth-first search)
Additionally this should simplify pausing the discovery
VideoLAN code repository instance