Search Criteria
Package Details: python-spotdl 4.1.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-spotdl.git (read-only, click to copy) |
---|---|
Package Base: | python-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 |
Provides: | python-spotdl, spotdl |
Submitter: | timschumi |
Maintainer: | zoorat (aminvakil, AlexisBRENON) |
Last Packager: | aminvakil |
Votes: | 16 |
Popularity: | 0.115780 |
First Submitted: | 2019-10-08 11:40 (UTC) |
Last Updated: | 2023-05-25 23:33 (UTC) |
Dependencies (24)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-headless, ffmpeg-cuda, ffmpeg-full, ffmpeg-full-git, ffmpeg-decklink, ffmpeg-git, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg-mpp, ffmpeg-nocuda, ffmpeg-intel-full-git, ffmpeg-obs, ffmpeg-v4l2-request-git, ffmpeg-mmal)
- python (nogil-python, python36, python32, python38, python37, python310, python312, python39)
- python-beautifulsoup4
- python-fastapi
- python-mutagen
- python-platformdirs
- python-pydantic (python-pydantic-git)
- python-pykakasi
- python-pytube
- python-rapidfuzz (python-rapidfuzz-git)
- python-requests
- python-rich
- python-slugify
- python-spotipy (python-spotipy-git)
- python-syncedlyrics
- python-typing-extensions (python-typing_extensions)
- python-ytmusicapi
- uvicorn
- yt-dlp (yt-dlp-git)
- python-build (make)
- Show 4 more dependencies...
Required by (1)
- ymp3cli.sh (requires spotdl) (optional)
Latest Comments
1 2 3 4 5 6 Next › Last »
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.
TheTimBrick commented on 2023-03-25 23:03 (UTC)
@aminvakil python-klepto had marked python-h5py as a check / optional dependency as you said, which then depended on hdf5, which was replaced by hdf5-openmpi and marked hdf5 as conflicting. python-h5py could be substituted for python-h5py-openmpi (is what I'm assuming is meant by the packages in the parentheses) which depended on hdf5-openmpi instead of hdf5, which solved my issue and I was able to upgrade again :D
1 2 3 4 5 6 Next › Last »