Commit Graph

20 Commits

Author SHA1 Message Date
1671b95128 Changed the FFMPEG command output to get logged under debug to clean up log file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-26 12:20:22 -04:00
3bcbabf1b6 Fixed output file naming; adding debug line so user knows that transcoding is taking place
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-26 12:15:39 -04:00
75d71e9695 Added some fixes for the Linux installer/service - now shipping a log4rs config; creates /var/log for log files; fixed name of service file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-10-26 09:58:46 -04:00
b97a4b1c0f Removed line for debugging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-26 09:32:52 -04:00
e092990e17 Removed line for debugging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-26 09:32:38 -04:00
9929db6c5b Added some fixes for Windows (now the setup command works)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-24 23:42:45 -04:00
004c057a2c Removed configure subcommand for now; Added setup subcommand to initialize the video repository
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-21 19:37:45 -04:00
0b327f304e Downgraded version of Clap module; started work on a configure subcommand to help users set up their service
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-21 19:21:52 -04:00
327ec9c62f Added Clap module for more advanced CLI command/argument handling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-21 00:16:25 -04:00
024e4b2e1c Used the config-rs crate to allow reading from a config file from /etc/zealot/config.toml and from the home directory
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-15 18:10:42 -04:00
cab06fc350 Changed project named from adept to zealot
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-02 02:04:07 -04:00
cd886522ec Added unit tests for the file locking function 2022-09-01 23:44:37 -04:00
44ef95b440 Added a basic check to make sure we don't try to transcode a partially written file 2022-09-01 22:15:46 -04:00
70e2b29121 Added logging functionality via log4rs crate
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-09-01 16:16:27 -04:00
e14795c493 Added a simple program loop to repeatedly check for new video files 2022-09-01 15:29:24 -04:00
38547bb175 Fixed the video color profile flag 2022-08-31 18:59:19 -04:00
0b6f6fea02 Finally added the ability to transcode videos 2022-08-31 18:55:22 -04:00
32ffcdf202 Added functionality to clean up transcoded source files 2022-08-31 18:17:13 -04:00
b979850582 Added some basic file archiving functionality 2022-08-31 18:05:00 -04:00
0fa83eff42 Got a basic working structure in place 2022-08-31 16:14:41 -04:00