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 »
ioan commented on 2023-11-03 01:35 (UTC)
pekkarr commented on 2023-06-03 09:34 (UTC)
@sentientmachin3 Does the directory
/usr/lib/python3.11/site-packages/spotipy/
exist on your system? Have you rebuiltpython-spotipy
after the python upgrade from 3.10 to 3.11?sentientmachin3 commented on 2023-06-03 09:20 (UTC) (edited on 2023-06-03 09:21 (UTC) by sentientmachin3)
I'm getting an error when running
spotdl
, here is the stackTraceback (most recent call last): File "/usr/bin/spotdl", line 5, in <module> from spotdl import console_entry_point File "/usr/lib/python3.11/site-packages/spotdl/__init__.py", line 13, in <module> from spotdl.console import console_entry_point File "/usr/lib/python3.11/site-packages/spotdl/console/__init__.py", line 5, in <module> from spotdl.console.entry_point import console_entry_point File "/usr/lib/python3.11/site-packages/spotdl/console/entry_point.py", line 9, in <module> from spotdl.console.download import download File "/usr/lib/python3.11/site-packages/spotdl/console/download.py", line 7, in <module> from spotdl.download.downloader import Downloader File "/usr/lib/python3.11/site-packages/spotdl/download/downloader.py", line 19, in <module> from spotdl.download.progress_handler import ProgressHandler File "/usr/lib/python3.11/site-packages/spotdl/download/progress_handler.py", line 23, in <module> from spotdl.types.song import Song File "/usr/lib/python3.11/site-packages/spotdl/types/song.py", line 9, in <module> from spotdl.utils.spotify import SpotifyClient File "/usr/lib/python3.11/site-packages/spotdl/utils/spotify.py", line 16, in <module> from spotipy import Spotify ModuleNotFoundError: No module named 'spotipy'
The installation went fine, resetting the cache does not affect the issue. The tool works when installed viapip
TheTimBrick commented on 2023-05-15 14:26 (UTC)
@pekarr Thanks for the reply, I thought I already rebuilt it but that was late at night and it could have timed out, I will try again when I get home.
TheTimBrick commented on 2023-05-15 14:26 (UTC)
@pekarr Thanks for the reply, I thought I already rebuilt it but that was late at night and it could have timed out, I will try again when I get home.
pekkarr commented on 2023-05-15 13:59 (UTC)
@TheTimBrick You need to rebuild
python-spotipy
andpython-spotdl
. To avoid this issue in the future, installing the rebuild-detector package can be useful to detect packages needing rebuilds during a system upgrade, since not all AUR maintainers bumppkgrel
when a rebuild is needed.TheTimBrick commented on 2023-05-15 11:56 (UTC)
As of recently spotdl has stopped working due to python being updated to version 3.11 in the repo's while this packages site-packages seem to still be in 3.10. I have almost no understanding of how python and their modules / site-packages work but I tried copying it over to 3.11 to no avail.
Running spotdl results in:
As the interpreter for spotdl is python -> python3 -> python3.11, which no module is found for that version of python.
garfi commented on 2023-04-01 11:38 (UTC)
thanx for work :)
aminvakil commented on 2023-03-26 10:23 (UTC)
@TheTimBrick Glad to hear it's been fixed and thanks for stating the solution as well.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »