Commit graph

3 commits

Author SHA1 Message Date
Jannik Beyerstedt
848b72b113 schedulelib: Ignore missing track field
According to the XML schema, the "track" field of an event is not mandatory. So we should replace it with an empty string if not existing like we do for other fields.
2024-09-01 16:36:15 +02:00
Jannik Beyerstedt
b0e83b1134 [TIDY] Apply autopep8 formatting 2023-10-29 11:53:59 +01:00
Jannik Beyerstedt
909bf79673 [TIDY] Refactor renderlib into two parts
Most of the make scripts only need the schedule part of the renderlib.
The schedule part has way less dependencies (e.g. no ImageMagick), so
those scripts can be used without them now.
2023-10-22 21:43:24 +02:00