-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed Metadata / Thumbnail does not seem to be working #412
Comments
All TubeSync does is effectively do the API equivalent of passing https://github.com/meeb/tubesync/blob/main/tubesync/tubesync/settings.py#L162 Note the metadata in the NFO file is manually written by TubeSync. As for audio only, that feature has been available since the first release. Just add a source and select "Audio only" from the "Source resolution" drop-down. |
Thanks for the quick reply! Noted about the audio only, I did forget you can do that. It would be helpful to be able to add the same source though so you could download a video file, then a separate audio only as well. I can't add another channel key because it flags as a duplicate to set up an audio only download. It's strange on the metadata, I've been doing some additional testing using yt-dlp as well and that does write the metadata as expected when using the yt-dlp command: I can add the channel to TubeSync with the 'embed metadata' option selected but when I view the metadata the title and comments are not there. |
Make sure you test with outputting the video in an MKV container as well, the default containers for MP4 or WEBM usually have different metadata support. |
Yep it does output in MKV (using yt-dlp), in the command prompt you get a warning and it will auto select MKV container:
The MKV container works fine for the basic metadata when using yt-dlp, but does not when using TubeSync. |
Interesting, then I would guess either I'm missing something on the API call or the |
This has been fixed by #655. |
Thanks @tcely ! I'll close this for now. |
Hello there,
Any videos I use TubeSync to download that have the 'Embed Metadata' or the 'Embed Thumbnail' checkboxes checked don't seem to embed the metadata at all in the MKV File.
Once the file is downloaded, I check and there is no Title, Subtitle or any other metadata from the video embedded.
When using the NFO / JSON options, they create with the expected metadata (however there is no metadata in the actual MKV file). If I am not mistaken when the embed options are selected they should be embedded in the MKV file?
I am after this so I can then extract the audio track (for things like podcasts) to take on the road rather than a video file. it would also be great if there was the possibility to choose for the video tracks not to be downloaded and just the audio tracks?
*EDIT: Just updated to 13.0 to test and this still applies.
The text was updated successfully, but these errors were encountered: