Skip to content
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

Suggestion: Add option to dump a video’s info.json #13

Open
JSRobles opened this issue Aug 10, 2022 · 1 comment
Open

Suggestion: Add option to dump a video’s info.json #13

JSRobles opened this issue Aug 10, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@JSRobles
Copy link

JSRobles commented Aug 10, 2022

Once videos have been downloaded I move them to my Jellyfin server where metadata is used to help organize the videos. While ytarchive does embed some metadata into the final file there is a lot more information that is only present in the videos json dump.

Adding this may not be super straight forward as ytarchive does not support dumping the json. However yt-dlp does and can download just the json using a single command.

yt-dlp --write-info-json --skip-download < Video URL >

@hizkifw hizkifw added the enhancement New feature or request label Aug 10, 2022
@Ryu1845
Copy link
Contributor

Ryu1845 commented Aug 11, 2022

It's #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants