updated player with playlist

This commit is contained in:
2025-11-22 10:04:30 +02:00
parent 3f9674517d
commit 68ed5b8534
2 changed files with 165 additions and 4 deletions

View File

@@ -283,7 +283,30 @@
hint_text: '1920x1080 or auto'
Widget:
size_hint_y: 0.1
size_hint_y: 0.05
# Test Connection Button
Button:
id: test_connection_btn
text: 'Test Server Connection'
size_hint_y: None
height: dp(50)
background_color: 0.2, 0.4, 0.8, 1
on_press: root.test_connection()
# Connection Status Label
Label:
id: connection_status
text: 'Click button to test connection'
size_hint_y: None
height: dp(40)
text_size: self.size
halign: 'center'
valign: 'middle'
color: 0.7, 0.7, 0.7, 1
Widget:
size_hint_y: 0.05
# Status information
Label: