4 Commits
v1.0 ... v1.1

Author SHA1 Message Date
0517a09576 update 2025-11-10 22:45:00 +01:00
f657020bc4 Add app default logo 2025-11-10 22:39:35 +01:00
6c245161ee Add app default logo 2025-11-10 22:37:31 +01:00
52d00585b2 Up 2025-11-10 22:32:30 +01:00
4 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ conf/player.conf.js
conf/streaminfo.conf.php
img/subcover/*
!img/subcover/index.html
!img/subcover/default.png

View File

@@ -6,4 +6,4 @@ $icecastMount="/"; // Pont de montage commençant par /
$icecastIndexCurrentPlaying=4; // Peut varier selon les configurations
$icecastIndexNbListeners=2; // Peut varier selon les configurations
$subCover="logo_de_ma_station.png"; //Cover de substitution affiché lors dabsence dinformation. A inserer dans le dossier img/subcover
$subCover="default.png"; //Cover de substitution affiché lors dabsence dinformation. A inserer dans le dossier img/subcover

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

BIN
img/subcover/default.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB