add note of obsolescence
This commit is contained in:
parent
55973cec25
commit
7c9e0549ce
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
|||
# 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
|
||||
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
|
||||
<https://tk-sls.de/ref/myplayer.dist.tar.gz>.
|
||||
</div>
|
||||
|
||||
## About
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue