NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.66k stars 13.81k forks source link

media-downloader: requires mutagen module to embed thumbnail #276253

Open hervyqa opened 9 months ago

hervyqa commented 9 months ago

Describe the bug

media-downloader cannot embed thumbnail.

Steps To Reproduce

Steps to reproduce the behavior:

  1. install media-downloader
  2. enter URL: https://yewtu.be/watch?v=5YWRREgi8dA for example
  3. download option: -f bestaudio -x --embed-thumbnail

Expected behavior

Video/audio can be embedded with thumbnail.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

ERROR: Postprocessing: module mutagen was not found. Please install using `python -m pip install mutagen`
[media-downloader] Download Failed(ErrorCode=1)

Notify maintainers

@zendo

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.


Add a :+1: reaction to issues you find important.

zendo commented 9 months ago

https://github.com/mhogomchungu/media-downloader/issues/334#issuecomment-1783834762

bad for nixos.

caniko commented 1 month ago

Could you elaborate @zendo? What is the fix?