From 7c3a7bbd054e104722e1a46f3080c44c13a11cde Mon Sep 17 00:00:00 2001 From: NellowTCS Date: Sat, 6 Sep 2025 13:38:12 -0600 Subject: [PATCH 1/6] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3aec32d..743d6c5 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,14 @@ This is an HTML5 audio player that supports playlists, ID3 tag parsing for album ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + + + + + + + + + +## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. From 9d0be8f97f5b5dc9f1a19688137880f8f1221015 Mon Sep 17 00:00:00 2001 From: NellowTCS Date: Sat, 6 Sep 2025 13:38:51 -0600 Subject: [PATCH 2/6] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 743d6c5..3f00443 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # HTMLPlayer +--- +[![All Contributors](https://img.shields.io/github/all-contributors/HTMLToolkit/HTMLPlayer?color=ee8449&style=flat-square)](#contributors) +--- + ## Overview 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. From c71fd3809d9cfd8731b874cf87f6f9f650bba1f3 Mon Sep 17 00:00:00 2001 From: NellowTCS Date: Sat, 6 Sep 2025 13:39:19 -0600 Subject: [PATCH 3/6] Create .all-contributorsrc --- .all-contributorsrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..d6c5687 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,4 @@ +{ + "projectName": "", + "projectOwner": "" +} From 779210d315c87490f7f5ed3bf85b2133f9ae9494 Mon Sep 17 00:00:00 2001 From: NellowTCS Date: Sat, 6 Sep 2025 13:39:46 -0600 Subject: [PATCH 4/6] Update .all-contributorsrc --- .all-contributorsrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index d6c5687..15b2d2b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,4 @@ { - "projectName": "", - "projectOwner": "" + "projectName": "HTMLPlayer", + "projectOwner": "HTMLToolkit" } From 429229109ef9801b242a0c0205b4f183119b7add Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:50:50 +0000 Subject: [PATCH 5/6] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3f00443..b246989 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,13 @@ Pull requests are welcome. For major changes, please open an issue first to disc + + + + + + +
Trickiy
Trickiy

🤔
From 87da03e26aa7c176faa855cc6106f8bd91d3de25 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:50:51 +0000 Subject: [PATCH 6/6] docs: update .all-contributorsrc --- .all-contributorsrc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 15b2d2b..76d2e33 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,21 @@ { "projectName": "HTMLPlayer", - "projectOwner": "HTMLToolkit" + "projectOwner": "HTMLToolkit", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "TrickiyALT", + "name": "Trickiy", + "avatar_url": "https://avatars.githubusercontent.com/u/195377855?v=4", + "profile": "https://github.com/TrickiyALT", + "contributions": [ + "ideas" + ] + } + ] }