Search Criteria
Package Details: spotdl 4.2.11-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.51 |
First Submitted: | 2024-03-31 19:44 (UTC) |
Last Updated: | 2025-01-17 09:00 (UTC) |
Dependencies (27)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- 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-pykakasi
- 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 (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 10 Next › Last »
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.
aminvakil commented on 2022-05-20 09:29 (UTC)
@txtsd Oh, can you please name the other package too?
txtsd commented on 2022-05-20 09:27 (UTC)
It conflicts with other packages that erroneously install the tests folder like this:
aminvakil commented on 2022-05-20 09:23 (UTC)
@txtsd Thanks for your suggestion, there isn't a should for this (at least I have not seen removing tests folder in Arch official guidelines) and AFAICS for this package tests package is only 4 MB.
txtsd commented on 2022-05-19 15:37 (UTC)
No package should be installing the tests folder.
Please add this to the package() function:
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »