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.96 |
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
- Show 7 more dependencies...
Required by (1)
- ymp3cli.sh (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
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:
aminvakil commented on 2022-04-24 14:14 (UTC)
@pekkarr @Sir_Willy: You're right.
I've created a pull request (https://github.com/aminvakil/aur/pull/129) adding these dependencies, also added a test after makepkg which does this:
to make sure spotdl can be run correctly after makepkg.
Package is broken right now for sure, but I will wait and merge this tomorrow to make sure other maintainers are OK with this as well.
pekkarr commented on 2022-04-24 11:55 (UTC)
@Sir_Willy is right, simply running
spotdl
gives this error ifpython-brotli
,python-websockets
andpython-pycryptodomex
are not installed, so these should be added independs
.According to yt-dlp README these are optional dependencies of
yt-dlp
and theyt-dlp
Arch package lists them inoptdepends
(python-brotli
is missing though), but in yt-dlp setup.py they are listed ininstall_requires
indicating that they are mandatory.Usually this isn't a problem, but
python-spotdl
imports the legacypkg_resources
module that checks on import that all dependencies are installed and fails if some of them are missing.aminvakil commented on 2022-04-24 10:43 (UTC) (edited on 2022-04-24 10:43 (UTC) by aminvakil)
@Sir_Willy You need to install these packages prior to installing python-spotdl:
zoorat commented on 2022-04-23 03:28 (UTC)
@Sir_Willy check this file out https://github.com/spotDL/spotify-downloader/blob/master/setup.cfg
if this file asks to install pycryptodomex, brotli, websockets then we will add those as dependencies... my guess is those are installed by deps already...
Sir_Willy commented on 2022-04-22 23:08 (UTC)
Compiling and installing works flawlessly, when running spotdl however python-pycryptodomex python-brotli python-websockets seem to be missing as dependencies.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »