You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flac scanning when no album art present #2238@joeyballentine
Fix m3u file creation, with correct metadata generation #2258@Silverarmor
Various documentation changes & updates @Silverarmor
Bump yt-dlp to 2025.1.15 to attempt to alleviate 403 Forbidden errors.
-[Linting, Formatting and Type-checking](#Linting,-Formatting-and-Type-checking)
31
-
-[Python Documentation](#Python-Documentation)
32
-
-[Overview of the Project Structure](#Overview-of-the-Project-Structure)
33
-
-[Join The Project Team](#Join-The-Project-Team)
30
+
-[Linting, Formatting and Type-checking](#linting-formatting-and-type-checking)
31
+
-[Python Documentation](#python-documentation)
32
+
-[Overview of the Project Structure](#overview-of-the-project-structure)
33
+
-[Join The Project Team](#join-the-project-team)
34
34
35
35
## I Have a Question
36
36
@@ -108,7 +108,7 @@ potential bug as fast as possible.
108
108
#### How Do I Submit a Good Bug Report?
109
109
110
110
> You must never report security related issues, vulnerabilities or bugs to the issue tracker,
111
-
> or elsewhere in public. Instead sensitive bugs must be sent by discord to xnetcat#8144.
111
+
> or elsewhere in public. Instead sensitive bugs must be sent by Discord to Silverarmor (spotDL Discord Owner).
112
112
113
113
<!-- You may add a PGP key to allow the messages to be sent encrypted as well. -->
114
114
@@ -132,7 +132,7 @@ Once it's filed:
132
132
addressed until they are reproduced.
133
133
- If the team is able to reproduce the issue, it will be marked `needs-fix`, as well as
134
134
possibly other tags (such as `critical`), and the issue will be left to be
135
-
[implemented by someone](#your-first-code-contribution).
135
+
implemented by someone.
136
136
137
137
<!-- You might want to create an issue template for bugs and errors that can be used as a guide and that defines the structure of the information to be included. If you do so, reference it here in the description. -->
138
138
@@ -216,7 +216,7 @@ All changes will now affect the poetry installation of the spotDL cli.
216
216
- We use [`pylint`](https://pypi.org/project/pylint/) for linting and expect a score above `9`
- There is an [Arch User Repository (AUR) package](https://aur.archlinux.org/packages/python-spotdl/) for
45
+
- There is an [Arch User Repository (AUR) package](https://aur.archlinux.org/packages/spotdl/) for
46
46
spotDL.
47
47
- Docker
48
48
- Build image:
@@ -139,20 +139,13 @@ spotDL uses YouTube as a source for music downloads. This method is used to avoi
139
139
140
140
spotDL downloads music from YouTube and is designed to always download the highest possible bitrate; which is 128 kbps for regular users and 256 kbps for YouTube Music premium users.
141
141
142
-
Check the [Audio Formats](usage#audio-formats-and-quality) page for more info.
142
+
Check the [Audio Formats](usage.md#audio-formats-and-quality) page for more info.
143
143
144
144
## Contributing
145
145
146
-
Interested in contributing? Check out our [CONTRIBUTING.md](CONTRIBUTING) to find
146
+
Interested in contributing? Check out our [CONTRIBUTING.md](CONTRIBUTING.md) to find
147
147
resources around contributing along with a guide on how to set up a development environment.
148
148
149
-
## Donate
150
-
151
-
help support the development and maintenance of the software ❤️
0 commit comments