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

Symlinked directories are not found by _search_video #44

Closed
alexwh opened this issue May 13, 2014 · 2 comments
Closed

Symlinked directories are not found by _search_video #44

alexwh opened this issue May 13, 2014 · 2 comments
Assignees

Comments

@alexwh
Copy link

alexwh commented May 13, 2014

For example, if my searchdir is /home/user/videos, and in that directory I have a symlinked folder to elsewhere (another drive, etc), it will not descend into that directory and say the episode could not be found.

@z411 z411 self-assigned this May 14, 2014
@z411
Copy link
Owner

z411 commented May 14, 2014

scandir doesn't seem to descend into symlinked directories, even if I set the followlinks flag, so for now I'll return to using Python's os.walk(). It should work in the latest commit.

@z411 z411 mentioned this issue May 14, 2014
@alexwh
Copy link
Author

alexwh commented May 14, 2014

Yep, works fine now. Thank you!

@alexwh alexwh closed this as completed May 14, 2014
@z411 z411 added bug labels May 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants