Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 915561

Summary: net-misc/yt-dlp missing dependency on mutagen
Product: Gentoo Linux Reporter: tibequadorian
Component: Current packagesAssignee: Ionen Wolkens <ionen>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description tibequadorian 2023-10-10 22:18:04 UTC
yt-dlp depends on mutagen for embedding of thumbnails of specific types, notably for the conversion of webp to png, as I noticed.

Reproduce:
yt-dlp lYBUbBu4W08 -x --embed-thumbnail
...
[ThumbnailsConvertor] Converting thumbnail "Never Gonna Give You Up [lYBUbBu4W08].webp" to png
ERROR: Postprocessing: module mutagen was not found. Please install using `python -m pip install mutagen`
Comment 1 Ionen Wolkens gentoo-dev 2023-10-10 22:22:42 UTC
It's advertised as an optional feature every time you emerge it assuming neither mutagen nor the alternative (atomicparsley) are already installed.

 * Messages for package net-misc/yt-dlp-2023.10.07:
 * Log file: /var/log/portage/net-misc:yt-dlp-2023.10.07:20231010-222058.log.gz

 * Install additional packages for optional runtime features:
 *   media-libs/mutagen for embedding metadata thumbnails in MP4/M4A files
Comment 2 tibequadorian 2023-10-10 22:39:17 UTC
Alright, sorry