feat: add new song library files and supporting application configuration

This commit is contained in:
joel
2026-08-12 07:08:26 +02:00
commit 467287c6d7
360 changed files with 158123 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
// Web SongBeamer Globale Konfiguration
return array (
'slide_strip_width' => 190,
'slide_strip_height' => 105,
'slide_strip_font_size' => 0.75,
'base_font_scale' => 1.0,
'color1' => '#ffffff',
'color2' => '#5fa8ff',
'color3' => '#ffff00',
'color4' => '#00ff00',
);