From 73b9a511f0a46f1d9bcd608513752490ea463f14 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 12 Feb 2022 17:02:09 +0000 Subject: [PATCH] Cleanup and add defaults --- alert.yaml | 13 ------- blank.yaml | 13 ------- full_run_rand.yaml | 85 ---------------------------------------------- full_run_seq.yaml | 80 ------------------------------------------- live_item.yaml | 4 --- media.yaml | 21 ------------ pause.yaml | 4 --- play.yaml | 4 --- requirements.txt | 4 +-- stop.yaml | 4 --- test.yaml | 25 -------------- 11 files changed, 2 insertions(+), 255 deletions(-) delete mode 100644 alert.yaml delete mode 100644 blank.yaml delete mode 100644 full_run_rand.yaml delete mode 100644 full_run_seq.yaml delete mode 100644 live_item.yaml delete mode 100644 media.yaml delete mode 100644 pause.yaml delete mode 100644 play.yaml delete mode 100644 stop.yaml delete mode 100644 test.yaml diff --git a/alert.yaml b/alert.yaml deleted file mode 100644 index 3d3ca45..0000000 --- a/alert.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -process_name: test process -step1: - max: 1 - min: 1 - name: clear_live_controller -step2: - delay: 1 - name: clear_preview_controller -step3: - max: 1 - min: 1 - name: new_service diff --git a/blank.yaml b/blank.yaml deleted file mode 100644 index 3d3ca45..0000000 --- a/blank.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -process_name: test process -step1: - max: 1 - min: 1 - name: clear_live_controller -step2: - delay: 1 - name: clear_preview_controller -step3: - max: 1 - min: 1 - name: new_service diff --git a/full_run_rand.yaml b/full_run_rand.yaml deleted file mode 100644 index e933108..0000000 --- a/full_run_rand.yaml +++ /dev/null @@ -1,85 +0,0 @@ ---- -process_name: test process -step1: - max: 1 - min: 1 - name: clear_live_controller -step2: - delay: 1 - name: clear_preview_controller -step3: - max: 1 - min: 1 - name: new_service -step4: - delay: 1 - name: search_and_add - payload: - plugin: songs -step5: - delay: 1 - name: search_and_add - payload: - plugin: songs -step6: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step7: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step8: - delay: 1 - name: search_and_add - payload: - plugin: custom -step9: - delay: 1 - name: search_and_add - payload: - plugin: images -step10: - delay: 1 - name: search_and_add - payload: - plugin: songs -step11: - delay: 1 - name: search_and_add - payload: - plugin: presentation -step12: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step13: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step14: - delay: 1 - name: search_and_add - payload: - plugin: songs -step15: - delay: 1 - name: search_and_add - payload: - plugin: custom -step16: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step17: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step18: - name: load_service_random diff --git a/full_run_seq.yaml b/full_run_seq.yaml deleted file mode 100644 index 49c4e5f..0000000 --- a/full_run_seq.yaml +++ /dev/null @@ -1,80 +0,0 @@ ---- -process_name: test process -step1: - max: 1 - min: 1 - name: clear_live_controller -step2: - delay: 1 - name: clear_preview_controller -step3: - max: 1 - min: 1 - name: new_service -step4: - delay: 1 - name: search_and_add - payload: - plugin: songs -step5: - delay: 1 - name: search_and_add - payload: - plugin: songs -step6: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step7: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step8: - delay: 1 - name: search_and_add - payload: - plugin: custom -step9: - delay: 1 - name: search_and_add - payload: - plugin: images -step10: - delay: 1 - name: search_and_add - payload: - plugin: songs -step12: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step13: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step14: - delay: 1 - name: search_and_add - payload: - plugin: songs -step15: - delay: 1 - name: search_and_add - payload: - plugin: custom -step16: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step17: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step18: - name: load_service_sequential diff --git a/live_item.yaml b/live_item.yaml deleted file mode 100644 index f9f2957..0000000 --- a/live_item.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -process_name: live_item -step1: - name: play_live_items diff --git a/media.yaml b/media.yaml deleted file mode 100644 index d2f40b5..0000000 --- a/media.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -process_name: play media -step1: - max: 1 - min: 1 - name: clear_live_controller -step2: - delay: 1 - name: clear_preview_controller -step3: - delay: 10 - name: search_and_add - payload: - plugin: media -step4: - name: load_service_sequential -step5: - delay: 30 - name: flush_pending -step6: - name: media_pause diff --git a/pause.yaml b/pause.yaml deleted file mode 100644 index 62137e9..0000000 --- a/pause.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -process_name: Pause Media -step1: - name: media_pause diff --git a/play.yaml b/play.yaml deleted file mode 100644 index 4d994c9..0000000 --- a/play.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -process_name: Play Media -step1: - name: media_play diff --git a/requirements.txt b/requirements.txt index 5113d3a..dd02d5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ python3-colorama==0.4.3 -websocket-client==0.56.0 - +python3-websocket-client==0.56.0 +PyYaml diff --git a/stop.yaml b/stop.yaml deleted file mode 100644 index 5e89126..0000000 --- a/stop.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -process_name: Stop Media -step1: - name: media_stop diff --git a/test.yaml b/test.yaml deleted file mode 100644 index 91ad246..0000000 --- a/test.yaml +++ /dev/null @@ -1,25 +0,0 @@ ---- -process_name: test process -step1: - max: 1 - min: 1 - name: clear_live_controller -step2: - delay: 1 - name: clear_preview_controller -step3: - max: 1 - min: 1 - name: new_service -step4: - delay: 1 - name: search_and_add - payload: - plugin: songs -step5: - delay: 1 - name: search_and_add - payload: - plugin: bibles -step6: - name: load_service_sequential