Package Details: deezer-downloader 2.11.0-7

Git Clone URL: https://aur.archlinux.org/deezer-downloader.git (read-only, click to copy)
Package Base: deezer-downloader
Description: Download music from Deezer and Spotify with a simple web frontend, through a local-hosted service written in Python
Upstream URL: https://github.com/kmille/deezer-downloader
Licenses: MIT
Submitter: username227
Maintainer: username227
Last Packager: username227
Votes: 0
Popularity: 0.000000
First Submitted: 2025-06-13 15:21 (UTC)
Last Updated: 2026-01-13 21:33 (UTC)

Latest Comments

1 2 Next › Last »

tee commented on 2026-01-13 14:44 (UTC)

hi add depends python>=3.14 for those who are yet to update to the latest python version

username227 commented on 2026-01-11 13:59 (UTC)

Hi, I am not able to duplicate this. For me it installs fine using several different methods. try clearing your cache for your aur helper and trying again.

tee commented on 2026-01-11 11:37 (UTC)

can't install

==> Starting package()...
cp: cannot stat '/home/me/deezer-downloader/pkg/deezer-downloader/usr/lib/python3.14/site-packages/deezer_downloader/cli/deezer-downloader.ini.template': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

username227 commented on 2025-12-09 12:32 (UTC)

you're right that python-future should be a dependency, i'll make that change; but on my system it seems to work fine with python-future from the AUR, so i can't duplicate the issue.

micwoj92 commented on 2025-12-09 07:24 (UTC)

@Daysrim This is not issue with this package, but with python-flask_autoindex

Daysrim commented on 2025-12-09 05:24 (UTC) (edited on 2025-12-09 05:30 (UTC) by Daysrim)

Hey sorry to bother but after making sure I had properly installed/all dependencies correct this is the output I am getting:

$ deezer-downloader -c config.ini
Traceback (most recent call last):
  File "/usr/bin/deezer-downloader", line 8, in <module>
    sys.exit(main())
             ~~~~^^
  File "/usr/lib/python3.13/site-packages/deezer_downloader/cli/runner.py", line 52, in
main
    run_backend()
    ~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/deezer_downloader/cli/runner.py", line 16, in
run_backend
    from deezer_downloader.web.app import app
  File "/usr/lib/python3.13/site-packages/deezer_downloader/web/app.py", line 9, in
<module>
    from flask_autoindex import AutoIndex
  File "/usr/lib/python3.13/site-packages/flask_autoindex/__init__.py", line 8, in
<module>
    from future.builtins import object, str
ModuleNotFoundError: No module named 'future'

From the research I did it seems that python-future isn't compatible with the current python version and I wasn't able to get a version of it to work properly with deezer-downloader.

Sorry I am very new and appreciate all thoughts!

micwoj92 commented on 2025-11-17 17:45 (UTC)

Thanks for updates

username227 commented on 2025-11-15 23:34 (UTC)

OK I added the depends. before i remove these, I need to do further testing because I was pretty thorough in terms of what it needed. when I have more time i'll do some test packages that remove the depends and see if the program still works. thanks.

micwoj92 commented on 2025-11-07 20:21 (UTC)

Deps not needed: python-future python-blinker python-certifi python-click python-iniconfig python-importlib-metadata python-tomli python-urllib3 python-magic. Needs additionally: python-pycryptodome python-mutagen

username227 commented on 2025-11-05 00:59 (UTC)

FYI: just tested the package without python-future, and it is still required.