This commit is contained in:
Konstantin Koslowski 2024-02-07 22:43:43 +01:00
parent 1e0d04f2ab
commit c298263d94
6 changed files with 175 additions and 58 deletions

View file

@ -62,12 +62,12 @@ env: ~/.KlipperScreen-env/bin/python
requirements: scripts/KlipperScreen-requirements.txt
install_script: scripts/KlipperScreen-install.sh
[update_manager timelapse]
type: git_repo
primary_branch: main
is_system_service: false
path: ~/moonraker-timelapse
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
# [update_manager timelapse]
# type: git_repo
# primary_branch: main
# is_system_service: false
# path: ~/moonraker-timelapse
# origin: https://github.com/mainsail-crew/moonraker-timelapse.git
# [update_manager ercf]
# type: git_repo
@ -83,16 +83,16 @@ type: tasmota
address: pcu-eg-office-voronberry.nom
# password: mypassword
[timelapse]
# [timelapse]
## Following basic configuration is default to most images and don't need
## to be changed in most scenarios. Only uncomment and change it if your
## Image differ from standard installations. In most common scenarios
## a User only need [timelapse] in there configuration.
##
## Directory where the generated video will be saved
output_path: ~/timelapse/
# output_path: ~/timelapse/
## Directory where the temporary frames are saved
frame_path: /tmp/timelapse/
# frame_path: /tmp/timelapse/
## Directory where ffmpeg is installed
#ffmpeg_binary_path: /usr/bin/ffmpeg