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.