live link for project My-Music
- Introduction
- features
- Installation
- Drawbacks
- Improvements
There is a basic music player web app which is compitable in both mobile as well as desktop view.
-
Images and song information will automatically extracted from music files. Thanks to jsmediatags
-
You can suffle music,repeat music and change repeat modes,error songs,and a lot more from settings.
-
can access playlist and list after suffling music from the
Home->Playlist
-
can access play/pause and other controles of music from anywhere where device supports, Thanks to media Session API
-
User accounts to store there setting changes to avoid same changes again again!
just clone and run index.html π
There is some drawbacks with this project π and some of them are:
- As we storing files in localstorage and them load them as base64 url to music element.So,loading big music files(>50MB) cause website slow down.
- On video files screen off cause music pause and which is also not triggered by media-Session-Api.
- User Interface can be improved