Block a user
5bc2acac1d
Added ability for the transcoder to determine if a video file is open in another program to avoid trying to transcode/remove a partially written file; reworked the main transcode loop to handle one file at a time instead of archiving everything, then transcoding, then cleanup
gballan
transferred repository 2022-05-09 23:58:19 -04:00
Metaunix/archon
to Metaunix/archon-electron
5e8da26257
Refactored the transcoder so that it only checks the ingest directory once before archiving, ingesting and cleaning up to avoid race conditions where it may transcode/remove a file without being archived
763c27ca95
Updated log4j config to output to both a log file and console; added local logs to .gitignore since we don't need to sync logs
5bde5bfee0
Made the transcoder run as a periodic task, with the interval defined in the config TOML file