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

Improved Watch Dir Monitoring and README #5

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

coppit
Copy link

@coppit coppit commented Apr 3, 2017

One thing I noticed about the current inotify monitoring is that if I copied a big file from my array into the cache drive watch folder, HandBrake would start working on it before the file was done copying. This pull request uses a monitor.py script that I wrote, which waits for a "stabilization period" before running the command. BTW, the "watchdog" Python module uses inotify underneath.

The monitor.py script also uses a "runas.sh" script, which creates user and group IDs in the container to match the desired host UID/GID. I see that you already set up a "nobody" user in the container to match unraid, but of course that makes this container unraid-specific.

Additional changes: I exposed port 3389 for RDP access, and added a README. I also moved the Watch folder to /Watch, which made more sense to me than making it a subfolder of the config folder.

@coppit coppit changed the title Improved Monitoring and README Improved Watch Dir Monitoring and README Apr 3, 2017
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

Successfully merging this pull request may close these issues.

1 participant