From 3a8a11cc319dcc97a8653966d7d3ac04efd1e458 Mon Sep 17 00:00:00 2001 From: tilt12345678 Date: Wed, 13 Nov 2024 07:58:26 +0100 Subject: [PATCH] add prominent note about known issues --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c8ce3..f5ee140 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ # MyPlayer - A Web-MP3-Player with Playlist Support -About: +
+*Note:* MyPlayer is currently undergoing a major rewrite, where it being +updated to the latest version of mediaelement.js. This effort includes porting +the playlist feature to the playlist provided by mediaelement-plugins. + +This iteraton of MyPlayer, as present in this GIT repository, has known issues, +especially when changing tracks in the playlist, and not all configuration +demos/source types have been extensively tested (i currently focus on the "m3u" +scenario). + +Since i am doing this in my free time, i can not give you a roadmap or timeline +on when the rewrite will be done and the software fully tested. Until then, the +previous version of MyPlayer is available at +. +
+ +## About This project provides a JavaScript constructor MyPlayer({...options...}) that can be used to embed lists of audio files as read from an index document or an M3U into a web document.