Search Criteria
Package Details: spotdl 4.2.10-1
Package Actions
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) |
Dependencies (27)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-bandcamp-apiAUR (python-bandcamp-api-gitAUR)
- python-beautifulsoup4
- python-daciteAUR
- python-demjson3AUR
- python-fastapi
- python-mutagen (python-mutagen-gitAUR)
- python-platformdirs
- python-pydantic (python-pydantic-gitAUR)
- python-pykakasiAUR
- python-pytube
- python-rapidfuzz (python-rapidfuzz-gitAUR)
- python-requests
- python-rich
- python-slugify
- python-soundcloud-v2AUR
- python-spotipyAUR (python-spotipy-gitAUR)
- python-syncedlyricsAUR
- python-typing_extensions
- python-ytmusicapi
- uvicorn
- yt-dlp (yt-dlp-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
Required by (1)
- ymp3cli.sh (optional)
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 issuezoorat 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 thetests
package. Changing that line topackages = 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.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »