You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 >
The text was updated successfully, but these errors were encountered:
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 >
The text was updated successfully, but these errors were encountered: