A javascript small-form audio player, inspired by moc (music on console). https://kyle.nfor.fr/~drfred/musique/player.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DrWindu f2ced20715 Updated README. 4 years ago
LICENSE Create LICENSE 4 years ago
README.md Updated README. 4 years ago
pic.php Added album art display using PHP + ffmpeg. 4 years ago
player.html Added album art display using PHP + ffmpeg. 4 years ago

README.md

webmoc

A javascript small-form audio player, inspired by moc (music on console).

The player.html file is enough for basic functionality. Album art is provided by pic.php ; this requires a working PHP engine along with ffmpeg, which is exec'd as a UNIX-shell utility.

The player itself expects an adjacent music/ folder, which should contain a playlists/ subdirectory with all available playlists in M3U format.