add note of obsolescence

This commit is contained in:
fjadmin 2025-07-13 19:31:18 +02:00
parent 55973cec25
commit 7c9e0549ce

View file

@ -1,6 +1,12 @@
# MyPlayer - A Web-MP3-Player with Playlist Support # MyPlayer - A Web-MP3-Player with Playlist Support
<div style="border-radius: .25 em; border: 1px solid #caba8a; background-color: #f8e8ba;"> *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
<https://tk-sls.de/musik>. What helped me a lot was the tutorial by Idorenyin
Udoh at <https://css-tricks.com/lets-create-a-custom-audio-player/>.
*Note:* MyPlayer is currently undergoing a major rewrite, where it being *Note:* MyPlayer is currently undergoing a major rewrite, where it being
updated to the latest version of mediaelement.js. This effort includes porting updated to the latest version of mediaelement.js. This effort includes porting
the playlist feature to the playlist provided by mediaelement-plugins. 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 on when the rewrite will be done and the software fully tested. Until then, the
previous version of MyPlayer is available at previous version of MyPlayer is available at
<https://tk-sls.de/ref/myplayer.dist.tar.gz>. <https://tk-sls.de/ref/myplayer.dist.tar.gz>.
</div>
## About ## About