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 m3u file creation, with correct metadata generation (#2258)
# Title
Fix m3u file creation, with correct metadata generation
## Description
## Related Issue
<!--- This project only accepts pull requests related to open issues -->
<!--- If suggesting a new feature or change, please discuss it in an
issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps
to reproduce -->
<!--- Please link to the issue here: -->
#2251#2246
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
Update m3u_test file.
Ran pylint, black and mypy and edited as required.
## Types of Changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Breaking change (fix or feature that would cause existing
functionality to change)
## Checklist
Go over all the following points, and put an `x` in all the boxes that
apply.
- [xx] My code follows the code style of this project
- [x] My change requires a change to the documentation
- [ x] I have updated the documentation accordingly
- [ duhh] I have read the [CONTRIBUTING](/docs/CONTRIBUTING.md) document
- [ also duhh] I have read the [CORE VALUES](/docs/CORE_VALUES.md)
document
- [ yes] I have added tests to cover my changes
- [ n/a] All new and existing tests passed
-[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
@@ -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`
Copy file name to clipboardexpand all lines: docs/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -139,11 +139,11 @@ 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.
0 commit comments