Add cover image for the radio player

Este commit está contenido en:
2025-11-22 19:44:00 -03:00
padre f7b05e193b
commit 182ffc3c78
Se han modificado 3 ficheros con 6 adiciones y 6 borrados

0
img/cover.png Archivo normal
Ver fichero

Ver fichero

@@ -39,10 +39,10 @@
<!-- Song Information --> <!-- Song Information -->
<div class="song-info"> <div class="song-info">
<h2 id="currentSong" class="current-song"> <h2 id="currentSong" class="current-song">
<span class="song-skeleton">Loading...</span> <span class="song-skeleton">Cargando...</span>
</h2> </h2>
<h3 id="currentArtist" class="current-artist"> <h3 id="currentArtist" class="current-artist">
<span class="artist-skeleton">Loading artist...</span> <span class="artist-skeleton">Cargando Artista...</span>
</h3> </h3>
</div> </div>
@@ -69,11 +69,11 @@
<div class="action-buttons"> <div class="action-buttons">
<button class="btn-secondary" data-toggle="modal" data-target="#modalHistory"> <button class="btn-secondary" data-toggle="modal" data-target="#modalHistory">
<i class="fa fa-history"></i> <i class="fa fa-history"></i>
HISTORY HISTORIAL
</button> </button>
<a href="#" class="btn-secondary lyrics" data-target="#modalLyrics"> <a href="#" class="btn-secondary lyrics" data-target="#modalLyrics">
<i class="fa fa-file-text-o"></i> <i class="fa fa-file-text-o"></i>
LYRICS LETRAS
<div class="lyrics-loading-dot"></div> <div class="lyrics-loading-dot"></div>
</a> </a>
</div> </div>
@@ -112,7 +112,7 @@
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<h5 class="modal-title" id="historyTitle">Recently Played</h5> <h5 class="modal-title" id="historyTitle">RECIEN TOCADAS</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span> <span aria-hidden="true">&times;</span>
</button> </button>

Ver fichero

@@ -1,7 +1,7 @@
const RADIO_NAME = "Afrofusion Rap" const RADIO_NAME = "Afrofusion Rap"
// Change Stream URL Here, Supports, ICECAST, ZENO, SHOUTCAST, RADIOJAR ETC.... DOES NOT SUPPORT HLS // Change Stream URL Here, Supports, ICECAST, ZENO, SHOUTCAST, RADIOJAR ETC.... DOES NOT SUPPORT HLS
const URL_STREAMING = "https://play.streamafrica.net/afrofusionrap" const URL_STREAMING = "https://radio15.servidorderadio.net/8999/stream"
// NEW UNIFIED API ENDPOINT // NEW UNIFIED API ENDPOINT
const API_URL = "https://prod-api.radioapi.me/metadata/92f09a6d-37f1-4c10-bf2a-018bf03136fc" const API_URL = "https://prod-api.radioapi.me/metadata/92f09a6d-37f1-4c10-bf2a-018bf03136fc"