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.
Using --add-metadata ? #9113
Using --add-metadata ? #9113
Comments
|
You can parse additional metadata from title with |
|
@dstftw Ive tried this but it doesnt find the right information, is there no way to manually add the information through youtube-dl? |
|
Please provide more information, including your expectations. |
|
@yan12125 I use youtube-dl to download soundcloud user's tracks, then include the songs in ampache so I can listen to them locally. Youtube-dl does get the title of the song correct and the thumbnail, but if it can't find the artist then it doesn't set anything so I must manually set that in ampache, which takes a very long time and when I want to update / refresh the songs once I add more I have to redo the whole process What I would like to be able to do is something like -o, but not for the name of the file. I want to set the artist or album name instead of it try to find it youtube-dl https://soundcloud.com/slightbeats/ --embed-thumbnail -o "%(title)s.%(ext)s" -f mp3 --prefer-ffmpeg --verbose -i --set-artist "SLIGHT" --set-album "SLIGHT Collection" |
|
Does ampache read from extended attributes (https://github.com/rg3/youtube-dl/blob/536a55d/youtube_dl/postprocessor/xattrpp.py#L139-L147) or MP3's ID3 metadata? The latter is not implemented yet and already requested in #5957. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.04.06. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
How do I set the artist and album name, album, artist, etc. of a track if it can't find it?
I do use -o but it rarely finds the correct info for soundcloud tracks
youtube-dl https://soundcloud.com/slightbeats/bloodshed-ft-viggoo --embed-thumbnail -o "%(title)s.%(ext)s" -f mp3 --prefer-ffmpeg --verbose -i