-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCREDITS
More file actions
22 lines (18 loc) · 1.47 KB
/
CREDITS
File metadata and controls
22 lines (18 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.