Skip to content

Commit

Permalink
Merge pull request #1291 from spotDL/dev
Browse files Browse the repository at this point in the history
Publish v3.6.0

* ignore .cache and other hidden files (#1274)

* Bump minimal required python version to 3.6.1 (#1278)

* Remove FFmpeg normalization causing "quiet" songs. (#1276)

* Saved Songs Download and User Authentication (#1240)

* regenerate cassettes (#1290)

* Use ffmpeg_path to check for version (#1289)

* Skip already downloaded songs before doing youtube search (#1287)

* Fix security risk (#1285)

* Song matching improvements (#1279)

* Artist songs fixes (#1284)

* More output formats (#1244)

* Bump version number to 3.6.0

* Update .gitignore to remove duplicate cache

* docs update (#1293)


Co-authored-by: Silverarmor <23619946+Silverarmor@users.noreply.github.com>
Co-authored-by: Jakub Kot <42355410+xnetcat@users.noreply.github.com>
Co-authored-by: Peyton Creery <44987569+phcreery@users.noreply.github.com>
Co-authored-by: AZMCode <adrianozambrana@protonmail.com>
Co-authored-by: Aiden Gardner <19619206+aiden2480@users.noreply.github.com>
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
Co-authored-by: Andrzej Klajnert <github@aklajnert.pl>
  • Loading branch information
7 people committed May 25, 2021
2 parents 8c9e3db + 96aa51d commit 7e69cd7
Show file tree
Hide file tree
Showing 25 changed files with 68,291 additions and 60,581 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spotify-downloader-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
python-version: [ 3.6.7, 3.7, 3.8, 3.9 ]

steps:
- uses: actions/checkout@v2
Expand Down
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
*.log
*.spotdlTrackingFile
*.mp3
*.m4a
*.flac
*.opus
*.ogg
Temp/
*.mp4

# Python
Expand Down Expand Up @@ -36,3 +41,9 @@ dist

# Jetbrains IDEs; PyCharm/IntelliJ
.idea

# Tox
.tox/

# Cache
.cache
Loading

0 comments on commit 7e69cd7

Please sign in to comment.