Music player v0.1

by DRADIS.be

Demo

The music player v0.1 demo is available here.

Introduction

You have a web server set up with a music folder so you can listen to your favorite music on the go. But you need a simple yet efficient HTML5 music player with a playlist and covers without too much hassle. You may have thousands of music files and no time to build a pretty playlist by hand.

Features

Screenshots

A screenshot showing the interface of the music player v0.1 with cover, controls and playlist visible.
A screenshot showing the interface of the music player v0.1 with oscilloscope visualization, controls, all options activated and playlist visible in simple mode.
A screenshot showing the help screen, accessible with H.

User feedback

好用! 这是一个小但有用的播放器。

— Kim, China

Le lecteur de musique de DRADIS est absolument top, combinant une installation rapide et une facilité d'utilisation remarquable.

C'est un choix parfait pour ceux qui recherchent un lecteur à la fois simple, fonctionnel et agréable à utiliser.

— Roger-Pierre Koff, France

Your feedback is important to us. Send your thoughts to music-player@dradis.be.

Quick setup

Generate a playlist file using the following Linux/MacOS command in the root of your music folder:

$ find ./ -type f \( -iname "*.aac" -or -iname "*.flac" -or -iname "*.ogg" \
        -or -iname "*.mp3" -or -iname "*.mp4" -or -iname "*.wav" \
        -or -iname "*.webm" -or -iname "*.apng" -or -iname "*.avif" \
        -or -iname "*.bmp" -or -iname "*.gif" -or -iname "*.jfif" \
        -or -iname "*.jpeg" -or -iname "*.jpg" -or -iname "*.pjp" \
        -or -iname "*.pjpeg" -or -iname "*.png" -or -iname "*.webp" \) \
        | sort --numeric-sort > playlist.txt

Download the file player.html (56kB) into the root of your music folder:

$ wget -q -O player.html https://dradis.be/music-player/player-0.1.html

Navigate to the file player.html in your web browser and enjoy!

User manual

For more information, refer to the user manual.

Change log

version 0.1:
First pre-release with basic functionnality.

Contact

Please use music-player@dradis.be to contact us. Feedback is appreciated. Say hello!