Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
metadata from title not passed to metadata #8657
Comments
|
Post the full output of youtube-dl when run with
Do not post screenshots of verbose log only plain text is acceptable. The output (including the first lines) contains important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever. |
The metadata from title argument is working beautifully, but that only changes the file name and does not add the meta data to the file. I have used --add-metadata, but that only adds the title as metadata.
example:
--metadata-from-title '%(artist)s - %(title)s' ---------> outputs "artist - title.m4a"
--add-metadata
exiftool:
title: title
it does not show artist. Am I doing something wrong?
using ffmpeg and atomicparsley