Package Details: spotdl 4.2.10-1

Git Clone URL: https://aur.archlinux.org/spotdl.git (read-only, click to copy)
Package Base: spotdl
Description: Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
Upstream URL: https://github.com/spotDL/spotify-downloader
Keywords: download-music mp3 music playlists song song-lyrics spotify youtube-music
Licenses: MIT
Conflicts: python-spotdl
Provides: python-spotdl
Replaces: python-spotdl
Submitter: zoorat
Maintainer: zoorat (pekkarr, aminvakil)
Last Packager: aminvakil
Votes: 25
Popularity: 0.92
First Submitted: 2024-03-31 19:44 (UTC)
Last Updated: 2024-11-19 09:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

txtsd commented on 2022-08-02 09:47 (UTC)

Adding python-async-timeout to dependencies will fix it.

frostedpenguin commented on 2022-08-02 09:38 (UTC)

pkg_resources.DistributionNotFound: The 'async-timeout>=4.0.2' distribution was not found and is required by redis

This package is missing dependency with async-timeout pip install asyn-timeout fixes the issue

zoorat commented on 2022-07-19 05:11 (UTC)

@Kitt3120 Version 4.0.0 is not out. Release candidate 2 is out. we will update this package when actual v4 is out.

but i will ask about it in their discord server.

aminvakil commented on 2022-06-27 08:20 (UTC)

python-spotdl does not run correctly.

It fails with ModuleNotFoundError: No module named 'redis'

Probably something related to deps: https://github.com/aminvakil/aur/runs/7068601885?check_suite_focus=true#step:12:10

aminvakil commented on 2022-05-20 16:28 (UTC)

@pekkarr Would you mind opening a PR to fix it, I'll open a PR in the next days if no one else does.

@txtsd Thank you for bringing this up!

txtsd commented on 2022-05-20 10:09 (UTC)

Thanks for the fix!

pekkarr commented on 2022-05-20 10:02 (UTC)

Yes, it's an upstream bug. The setup.cfg defines packages = find:, which apparently means that setuptools automatically searches all the packages from the sdist and installs them, including the tests package. Changing that line to packages = spotdl fixes the problem.

aminvakil commented on 2022-05-20 09:49 (UTC)

@pekkarr I'll remove it after CI gets green here (https://github.com/aminvakil/aur/pull/139).

But shouldn't this gets fixed upstream? Why it installs any folder directly in site-packages?

pekkarr commented on 2022-05-20 09:36 (UTC)

According to the Python package guidelines tests directory should not be installed.

txtsd commented on 2022-05-20 09:30 (UTC)

See the comments on icoextract which has since fixed the issue on its end.