diff --git a/docs/contributing.md b/CONTRIBUTING.md similarity index 90% rename from docs/contributing.md rename to CONTRIBUTING.md index 3bca845..c75e096 100644 --- a/docs/contributing.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ - - - Logo of OnTheSpot + + + Logo of OnTheSpot
diff --git a/CREDITS.md b/CREDITS.md new file mode 100644 index 0000000..ac5b80b --- /dev/null +++ b/CREDITS.md @@ -0,0 +1,33 @@ +Logo of OnTheSpot + + +
+ +# Thanks and Acknowledgements + +We would like to thank all the contributors who have helped improve this repository. We truly appreciate your time, dedication, and commitment to helping us improve and grow. + +## Contributors + +- **Justin025** [@justin025](https://github.com/justin025/) +- **V1p3rOne** [@V1p3rOne](https://github.com/V1p3rOne) +- **Medmondson** [@medmondson-spot](https://github.com/medmondson-spot) + +## Tools Used + +- [Python](https://www.python.org/) +- [Qt for Python (PyQt/PySide)](https://riverbankcomputing.com/software/pyqt/intro)** +- [PyInstaller](https://www.pyinstaller.org/) +- [FFmpeg](https://ffmpeg.org/) +- [Spotify Developers API](https://developer.spotify.com/) +- [GitHub Actions](https://github.com/features/actions) +- [Linux AppImage](https://appimage.org/) +- [MacOS DMG Creation Tools](https://apple.com) +- [Windows Build Tools](https://learn.microsoft.com/en-us/windows/win32/debug/building-on-the-command-line) + +## Our Community + +Lastly, a big thanks to all our users and community members who have provided feedback, reported bugs, or shared their suggestions for improvement. Your insights and support keep this project moving forward! diff --git a/docs/disclaimer.md b/DISCLAIMER.md similarity index 93% rename from docs/disclaimer.md rename to DISCLAIMER.md index 04763ae..d05ba0b 100644 --- a/docs/disclaimer.md +++ b/DISCLAIMER.md @@ -1,7 +1,7 @@ - - - Logo of OnTheSpot + + + Logo of OnTheSpot
diff --git a/README.md b/README.md index a5ca129..e87e52c 100755 --- a/README.md +++ b/README.md @@ -8,12 +8,9 @@ -
- [![Issues Badge][issues-shield]][issues-url] [![Stars Badge][stars-shield]][stars-url] [![Downloads Badge][downloads-shield]][downloads-url] -[![Commits Badge][commits-shield]][commits-url] [![License Badge][license-shield]][license-url]

@@ -38,9 +35,9 @@ OnTheSpot is a open-source user-friendly music downloader built with Qt and Pyth ### Features -- [**Cross-Platform**](https://www.techopedia.com/definition/17056/cross-platform)
Available for Windows, macOS, and Linux (Including AppImage, PKGBUILD, and eBuild). -- [**High-Quality Downloads**](https://www.whathifi.com/advice/high-resolution-audio-everything-you-need-to-know)
Download music up to 320kbps directly from the source. -- [**Multi-Language Support**](https://phrase.com/blog/posts/multilingual-customer-support/)
Download track and album names translated to your application's language. +- [**Cross Platform**](https://www.techopedia.com/definition/17056/cross-platform)
Available for Windows, MacOS, and Linux (Including AppImage, PKGBUILD, and eBuild). +- [**High Quality Downloads**](https://www.whathifi.com/advice/high-resolution-audio-everything-you-need-to-know)
Download music up to 320kbps directly from the source. +- [**Multi Language Support**](https://phrase.com/blog/posts/multilingual-customer-support/)
Download track and album names translated to your application's language. - [**Comprehensive Content Coverage**](https://thisisglance.com/blog/why-spotify-is-the-outright-best-music-streaming-app)
Supports songs, podcasts, playlists, albums, singles, compilations, and audiobooks. - [**Rich Metadata Embedding**](https://sonosuite.com/en/blog/what-is-music-metadata-and-why-is-important-to-digital-music/)
Automatically embed detailed metadata like artist, album, year, and lyrics. - [**Custom Download Paths**](https://www.microsoft.com/en-us/microsoft-365/business-insights-ideas/resources/11-ideas-for-how-to-organize-digital-files)
Set personalized paths for playlists and episodes for easy organization. @@ -91,17 +88,14 @@ For full details, please read our [**Disclaimer**](docs/disclaimer.md). If you have any questions, concerns, or need assistance feel free to [contact us](mailto:justin026@protonmail.com). -[issues-shield]: https://img.shields.io/github/issues/justin025/onthespot?style=flat&label=Issues&labelColor=003366&color=1DB954 +[issues-shield]: https://img.shields.io/github/issues/justin025/onthespot?style=flat&label=Issues&labelColor=001224&color=1DB954 [issues-url]: https://github.com/justin025/onthespot/issues -[stars-shield]: https://img.shields.io/github/stars/justin025/onthespot?style=flat&label=Stars&labelColor=003366&color=1DB954 +[stars-shield]: https://img.shields.io/github/stars/justin025/onthespot?style=flat&label=Stars&labelColor=001224&color=1DB954 [stars-url]: https://github.com/justin025/onthespot/stargazers -[downloads-shield]: https://img.shields.io/github/downloads/justin025/onthespot/total.svg?style=flat&label=Downloads&labelColor=003366&color=1DB954 +[downloads-shield]: https://img.shields.io/github/downloads/justin025/onthespot/total.svg?style=flat&label=Downloads&labelColor=001224&color=1DB954 [downloads-url]: https://github.com/justin025/onthespot/releases/ - -[commits-shield]: https://img.shields.io/github/commit-activity/m/justin025/onthespot?style=flat&label=Commits&labelColor=003366&color=1DB954 -[commits-url]: https://github.com/justin025/onthespot/commits/main -[license-shield]: https://img.shields.io/github/license/justin025/onthespot?style=flat&label=License&labelColor=003366&color=1DB954 +[license-shield]: https://img.shields.io/github/license/justin025/onthespot?style=flat&label=License&labelColor=001224&color=1DB954 [license-url]: https://github.com/justin025/onthespot/blob/main/LICENSE diff --git a/assets/01_Logo/Cover_Black.png b/assets/01_Logo/Cover_Black.png index 8d67692..d3117c9 100644 Binary files a/assets/01_Logo/Cover_Black.png and b/assets/01_Logo/Cover_Black.png differ diff --git a/assets/01_Logo/Cover_White.png b/assets/01_Logo/Cover_White.png index 357dd25..fc0c276 100644 Binary files a/assets/01_Logo/Cover_White.png and b/assets/01_Logo/Cover_White.png differ diff --git a/docs/credits.md b/docs/credits.md deleted file mode 100644 index 5cbc1cb..0000000 --- a/docs/credits.md +++ /dev/null @@ -1,15 +0,0 @@ - - - - Logo of OnTheSpot - - -
- -# Thanks and Acknowledgements - -We would like to thank all the contributors who have helped improve this repository. We truly appreciate your time, dedication, and commitment to helping us improve and grow. - -* Justin025 [@justin025](https://github.com/justin025/) -* V1p3rOne [@V1p3rOne](https://github.com/V1p3rOne) -* Medmondson [@medmondson-spot](https://github.com/medmondson-spot)