- Project Overview
- Requirements
- Setup and Installation
- Usage
- File Structure
- Troubleshooting
- Translation
The Deezer Now Playing project displays the currently playing track on your Deezer account. It shows the album cover, track title, artist name, and track progress using the Deezer JavaScript SDK.
- Deezer Developer Account
- Deezer App ID
- Web server (e.g., Apache, Live Server for VS Code)
- Modern web browser
-
Clone the repository:
git clone https://github.com/PikaFr/GetCurrentDeezerSong.git
-
Navigate to the project directory:
cd deezer-now-playing
-
Start the web server:
- For Live Server on VS Code, right-click on
index.html
and select "Open with Live Server". - For Apache, ensure the project files are placed in the appropriate directory (e.g.,
/var/www/html
).
- For Live Server on VS Code, right-click on
-
Configure Deezer App:
- Ensure you have your Deezer App ID.
- Replace the
appId
inscript.js
with your Deezer App ID. - Replace the
redirectUri
inscript.js
with the URL where your project is hosted.
- Open the project URL in your web browser.
- Click the "Connectez-vous à Deezer" button to log in to your Deezer account.
- After logging in, the current track information will be displayed, including the album cover, track title, artist name, and track progress.
index.html
: Main HTML file for the project.channel.html
: Channel file required by Deezer SDK.script.js
: JavaScript file that initializes Deezer SDK and handles player interactions.styles.css
: CSS file for styling the project.
- Player not showing: Ensure that the Deezer App ID and redirect URI are correctly set.
- No track information: Make sure the Deezer player is initialized and playing a track.
- Login issues: Verify that the correct permissions are requested and granted during login.
- Aperçu du projet
- Exigences
- Configuration et installation
- Utilisation
- Structure des fichiers
- Dépannage
Le projet Deezer Now Playing affiche la piste actuellement en cours de lecture sur votre compte Deezer. Il montre la pochette de l'album, le titre de la piste, le nom de l'artiste et la progression de la piste en utilisant le SDK JavaScript de Deezer.
- Compte développeur Deezer
- ID de l'application Deezer
- Serveur web (par exemple, Apache, Live Server pour VS Code)
- Navigateur web moderne
-
Cloner le dépôt:
git clone https://github.com/PikaFr/GetCurrentDeezerSong.git
-
Naviguer vers le répertoire du projet:
cd deezer-now-playing
-
Démarrer le serveur web:
- Pour Live Server sur VS Code, faites un clic droit sur
index.html
et sélectionnez "Open with Live Server". - Pour Apache, assurez-vous que les fichiers du projet sont placés dans le répertoire approprié (par exemple,
/var/www/html
).
- Pour Live Server sur VS Code, faites un clic droit sur
-
Configurer l'application Deezer:
- Assurez-vous d'avoir votre ID d'application Deezer.
- Remplacez
appId
dansscript.js
par votre ID d'application Deezer. - Remplacez
redirectUri
dansscript.js
par l'URL où votre projet est hébergé.
- Ouvrez l'URL du projet dans votre navigateur web.
- Cliquez sur le bouton "Connectez-vous à Deezer" pour vous connecter à votre compte Deezer.
- Après vous être connecté, les informations sur la piste en cours seront affichées, y compris la pochette de l'album, le titre de la piste, le nom de l'artiste et la progression de la piste.
index.html
: Fichier HTML principal du projet.channel.html
: Fichier de canal requis par le SDK Deezer.script.js
: Fichier JavaScript qui initialise le SDK Deezer et gère les interactions avec le lecteur.styles.css
: Fichier CSS pour le style du projet.
- Le lecteur ne s'affiche pas: Assurez-vous que l'ID de l'application Deezer et l'URI de redirection sont correctement définis.
- Pas d'informations sur la piste: Assurez-vous que le lecteur Deezer est initialisé et lit une piste.
- Problèmes de connexion: Vérifiez que les autorisations correctes sont demandées et accordées lors de la connexion.