forked from ThePornDatabase/namer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* on server shutdown wait for the thread processing work to join(), not for the queue to join(), as sometimes the queue doesn't notice the last item being fully processed (the None) item that tells the working thread that all work is done. * prevent chmod after files move * Detect when work is enqued after server stop. * use my fork of videohashes * Use stash's videphash to install ffmpeg if not on commandline. Co-authored-by: 4c0d3r <nope>
- Loading branch information
Showing
17 changed files
with
477 additions
and
378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "videohashes"] | ||
path = videohashes | ||
url = https://github.com/peolic/videohashes.git | ||
url = https://github.com/4c0d3r/videohashes.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.