dirkf
dirkf
As the site isn't supported now, I've converted this into a Site Support request. Please complete the template (use the Edit function of the `...` menu at the top right...
The output parameter `track_number` is documented and set by some extractors (`extractor/bandcamp.py`, `extractor/xiami.py`, `extractor/yandexmusic.py`), and is used for the `track` metadata parameter that can be set by ffmpeg when `--add-metadata`...
As before, if you can say what makes a playlist an Album and what playlist parameter corresponds to `track_number`, the YT extractor could set `track_number` and then that would be...
This code fragment shows how extracted metadata (as in the JSON file generated by `--write-info-json`, etc) is mapped to metadata in the media file. In the fragment the second parameter...
The plan regarding the original issue is that someone who cares has to research the issue enough to make a concrete proposal and even a PR with proposed code changes....
If a string contains `'`, the project allows it be written with `""`; `'''...'''` is normally a bit verbose. Please re-write the f-strings (eg, `f'f-string-content-with-{expr}'`) as either `'f-string-content-with-%s' % (expr,...
Apparently the recommended embedding for Opus cover art places a `METADATA_BLOCK_PICTURE` in a `VorbisComment` in the Opus stream, or in a Theora stream #0 to apply to all Opus streams...
Because we can't distribute (for various interpretations of 'distribute') _mutagen_ with yt-dl. I'm happy to consider enhancing the thumbnail embedding through _ffmpeg_ as long as people are prepared to accept...
> But [AtomicParsley] is already installed (v0.9.6 installed from the Debian repos). Do I need to add some PATH environment variable (to ~/.bashrc) for it to work? The embed code...
The page that yt-dl sees has no video element, so the extraction fails. Same result in yt-dlp. > [X] I've checked that all provided URLs are alive and playable in...