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

Use Youtube-dl json files and thumbnails where available. #1

Closed
ankenyr opened this issue Apr 12, 2020 · 4 comments
Closed

Use Youtube-dl json files and thumbnails where available. #1

ankenyr opened this issue Apr 12, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@ankenyr
Copy link
Owner

ankenyr commented Apr 12, 2020

This should be an option enabled in the plugin. If you are using the youtube-dl program you can ask it to save a copy of the metadata it found as a file and thumbnails. The json file is not the same as what is retrieved via the API.

@ankenyr ankenyr added the enhancement New feature or request label Apr 12, 2020
@ankenyr
Copy link
Owner Author

ankenyr commented Apr 12, 2020

This was requested by MrTimscampi in the jellyfind dev channel. Notes from that conversation.

"this one would be a different interface, ILocalMetadataProvider, that searches for json files"

@sideloading
Copy link

sideloading commented Apr 15, 2020

+1 this would be a great enhancement

When using --write-description --write-info-json with youtube-dl, it follows the same naming format chosen so it should be simple to link them together with the video file.

@GlassedSilver
Copy link

This is great if you want to rebuild a library. Chances are there's always a bunch of videos that have been removed from YouTube as time passes. This way it's scrape once (when downloading) when the information is available for sure, re-use anytime you wish. Actual independence from YouTube relegating Google's servers to what they should be: a dumb pipe for content once, without any expectations of them keeping metadata around, which they will not for deleted videos.

@ankenyr
Copy link
Owner Author

ankenyr commented Jul 12, 2020

This should be available per the latest version.

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