From 7c9e0549ce50db666ff7eb29531a1539c3e30cd4 Mon Sep 17 00:00:00 2001 From: fjadmin Date: Sun, 13 Jul 2025 19:31:18 +0200 Subject: [PATCH] add note of obsolescence --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5ee140..aae8738 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # MyPlayer - A Web-MP3-Player with Playlist Support -
+*Note:* I am about to abandon this project. The current mediaelement.js has too +many quirks to get the features i want with reasonable effort. I have instead +implemented an MP3 player using PHP and JavaScript/JQuery that does what i want +and looks how i want. It is featured as the "Electronic Music Archive" at +. What helped me a lot was the tutorial by Idorenyin +Udoh at . + *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. @@ -14,7 +20,6 @@ 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