updated files

This commit is contained in:
2025-11-21 22:20:06 +02:00
parent dbc1f51e9a
commit 4d803d4fe9
11 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{ {
"server_ip": "172.18.0.1", "server_ip": "https://digi-signage.moto-adv.com",
"port": "5000", "port": "80",
"screen_name": "rpi-tvholba1", "screen_name": "tv-acasa",
"quickconnect_key": "8887779", "quickconnect_key": "8887779",
"orientation": "Landscape", "orientation": "Landscape",
"touch": "True", "touch": "True",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
kivy==2.1.0 kivy>=2.3.0
requests==2.32.4 requests==2.32.4
bcrypt==4.2.1 bcrypt==4.2.1
aiohttp==3.9.1 aiohttp==3.9.1

View File

@@ -33,13 +33,13 @@ fi
echo "" echo ""
# Check if configuration exists # Check if configuration exists
if [ ! -f "config/app_config.txt" ]; then if [ ! -f "config/app_config.json" ]; then
echo "==========================================" echo "=========================================="
echo "⚠ WARNING: Configuration file not found!" echo "⚠ WARNING: Configuration file not found!"
echo "==========================================" echo "=========================================="
echo "" echo ""
echo "Please configure the player before running:" echo "Please configure the player before running:"
echo " 1. Copy config/app_config.txt.example to config/app_config.txt" echo " 1. Copy config/app_config.json.example to config/app_config.json"
echo " 2. Edit the configuration file with your server details" echo " 2. Edit the configuration file with your server details"
echo "" echo ""
read -p "Press Enter to continue anyway, or Ctrl+C to exit..." read -p "Press Enter to continue anyway, or Ctrl+C to exit..."