Skip to content

Commit 8e3950b

Browse files
authored
Update README.md
1 parent d77bc8f commit 8e3950b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# HTMLPlayer
22

3+
---
4+
[![All Contributors](https://img.shields.io/github/all-contributors/HTMLToolkit/HTMLPlayer?color=ee8449&style=flat-square)](#contributors)
5+
---
6+
37
## Overview
48
This is an HTML5 audio player that supports playlists, ID3 tag parsing for album and track art, and custom playlist art. It uses IndexedDB for persistence and the File API to get your music, allowing users to manage their music library locally. The player is designed with a clean and modern interface, featuring drag-and-drop reordering, rating buttons, and an 'Add Music' button for adding individual files (on Safari) or selecting directories.
59

@@ -47,4 +51,21 @@ This is an HTML5 audio player that supports playlists, ID3 tag parsing for album
4751
## Contributing
4852
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
4953

54+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
55+
<!-- prettier-ignore-start -->
56+
<!-- markdownlint-disable -->
57+
<table>
58+
<tbody>
59+
<tr>
60+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TrickiyALT"><img src="https://avatars.githubusercontent.com/u/195377855?v=4?s=100" width="100px;" alt="Trickiy"/><br /><sub><b>Trickiy</b></sub></a><br /><a href="#ideas-TrickiyALT" title="Ideas, Planning, & Feedback">🤔</a></td>
61+
</tr>
62+
</tbody>
63+
</table>
64+
65+
<!-- markdownlint-restore -->
66+
<!-- prettier-ignore-end -->
67+
68+
<!-- ALL-CONTRIBUTORS-LIST:END -->
69+
70+
## License
5071
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)