Files
music-player/CREDITS

22 lines
1.5 KiB
Plaintext

Some icons used in this project are from Font Awesome Free by Fonticons, Inc.
Licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0): https://creativecommons.org/licenses/by/4.0/
Icons were modified (repainted to white and exported to PNG).
The Roboto Black font used in this project is licensed under the Open Font License. Read assets/fonts/OFL.txt for more information.
Huge Thanks to Python for being the programming language used in this application.
https://www.python.org/
Huge thanks to Arcade and Pyglet for being the graphical engines used in this application.
https://arcade.academy/
https://pyglet.readthedocs.io/en/latest/
Thanks to the following other libraries used in this application:
pypresence - https://github.com/qwertyquerty/pypresence - Used for Discord Rich Presence
pydub - https://github.com/jiaaro/pydub - Used for audio dBFS and normalization
yt-dlp - https://github.com/yt-dlp/yt-dlp - Used for downloading music
thefuzz and dependencies - https://github.com/seatgeek/thefuzz - Used for fuzzy search
mutagen - https://github.com/quodlibet/mutagen - Used for audio metadata extraction and modification
musicbrainzngs - https://github.com/alastair/python-musicbrainzngs - Used for MusicBrainz metadata
pyacoustid - https://github.com/beetbox/pyacoustid - Used to analyze song fingerprints and look them up to get accurate metadata, if possible.
certifi - https://github.com/certifi/python-certifi - Used to fix SSL issues inside the binaries.