Skip to content

Commit

Permalink
Better yamls (#71)
Browse files Browse the repository at this point in the history
* scheduling now handles multiple days of blocks, improved yaml structure

* fixed day numbers and changed test in schedcontrol.py, overhauled scheduleListTxtCreator

* undid day change, apscheduler starts week on monday (thank god)

* new schedule with different days

* renamed new program

* new video indices

* Pune in blocks

* updated schedule_creator to start pieces at round times, removed two old scripts, moved readable schedules around

* comments

* time_stop in scheduling

* new schedule

* finally removed double trailer from video indices

* fixed schedule, no more double trailers in video
indices

* removed useless outer keys

* handle new yamls in schedule generation and maybe in schedcontrol

* reformatting, changed ordering of tracks

* moved read_tracks to seperate file

---------

Co-authored-by: Max Weidauer <[email protected]>
Co-authored-by: Fares Schulz <[email protected]>
  • Loading branch information
3 people authored Apr 3, 2024
1 parent eafa879 commit 63c52f2
Show file tree
Hide file tree
Showing 26 changed files with 1,141 additions and 329 deletions.
28 changes: 28 additions & 0 deletions Configs/HUFO/blockplan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
default:
blocks:
- default
- student_pieces
- default
- default

monday:
blocks:
- block_a
- student_pieces
- block_a
- block_a

wednesday:
blocks:
- block_b
- block_b
- student_pieces
- block_b

thursday:
blocks:
- block_a
- student_pieces
- block_a
- block_a

friday:
blocks:
- block_b
- student_pieces
- block_b
- block_b
30 changes: 15 additions & 15 deletions Configs/HUFO/blocks/block_a.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
block_a:
length: 170
track_padding: 10
tracks:
- trailer
- datenerhebung
- pune
- brunnen
- sufi
- iwillnotweep
- trailer
- oksus
- liquidcontinent
- thepassage
- doublefeedback
name: block_a
length: 170
track_padding: 10
tracks:
- trailer
- pune
- brunnen
- sufi
- datenerhebung
- iwillnotweep
- trailer
- oksus
- liquidcontinent
- thepassage
- doublefeedback
30 changes: 15 additions & 15 deletions Configs/HUFO/blocks/block_b.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
block_b:
length: 170
track_padding: 10
tracks:
- trailer
- transformation
- thepassage
- pune
- brunnen
- sufi
- iwillnotweep
- trailer
- oksus
- liquidcontinent
- doublefeedback
name: block_b
length: 170
track_padding: 10
tracks:
- trailer
- pune
- brunnen
- sufi
- iwillnotweep
- trailer
- oksus
- liquidcontinent
- thepassage
- doublefeedback
- transformation
32 changes: 16 additions & 16 deletions Configs/HUFO/blocks/default.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
default:
length: 170
track_padding: 10
tracks:
- trailer
- pune
- brunnen
- sufi
- datenerhebung
- iwillnotweep
- trailer
- oksus
- liquidcontinent
- thepassage
- doublefeedback
- transformation
name: default
length: 170
track_padding: 10
tracks:
- trailer
- pune
- brunnen
- sufi
- datenerhebung
- iwillnotweep
- trailer
- oksus
- liquidcontinent
- thepassage
- doublefeedback
- transformation
12 changes: 6 additions & 6 deletions Configs/HUFO/blocks/elektroakustisch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
elektroakustisch:
length: 31
track_padding: 10
tracks:
- oksus
- thepassage
name: elektroakustisch
length: 31
track_padding: 10
tracks:
- oksus
- thepassage
28 changes: 14 additions & 14 deletions Configs/HUFO/blocks/soundscape.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
soundscape:
length: 140
track_padding: 10
tracks:
- trailer
- brunnen
- sufi
- datenerhebung
- iwillnotweep
- trailer
- pune
- liquidcontinent
- doublefeedback
- transformation
name: soundscape
length: 140
track_padding: 10
tracks:
- trailer
- brunnen
- sufi
- datenerhebung
- iwillnotweep
- trailer
- pune
- liquidcontinent
- doublefeedback
- transformation
12 changes: 6 additions & 6 deletions Configs/HUFO/blocks/student_pieces.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
student_pieces:
length: 28
track_padding: 10
tracks:
- wasserwelten
- sculpturalbeatings
name: student_pieces
length: 28
track_padding: 10
tracks:
- wasserwelten
- sculpturalbeatings
Loading

0 comments on commit 63c52f2

Please sign in to comment.