Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Search directory recursively *and* follow symlinks #12

Open
Niluge-KiWi opened this issue Oct 5, 2018 · 0 comments
Open

Comments

@Niluge-KiWi
Copy link

SimpleMovieCatalog assumes all symlinks are files, resulting it broken recursion for symlinks to directories.

Adding follow => 1 to find is not enough: it does follow symlink to directories, but it also disables preprocess, breaking everything.

I also tried to manually readlink on symlinks in preprocess but find doesn't seem to recurse on they that way.
I'm out of idea (I'm no perl developer at all...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant