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

Feature: Auto-populate playlist titles using the youtube API #11

Open
yardasol opened this issue Feb 12, 2022 · 0 comments
Open

Feature: Auto-populate playlist titles using the youtube API #11

yardasol opened this issue Feb 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@yardasol
Copy link
Owner

Background and motivation

Currently, we have to manually enter the playlist title if we want that info displayed above the embedded you tube player on the Jukebox page.

Description of idea

We can use the YouTube data API to automatically fetch this information based on the playlist ID (which we already have)

Implementation details

Useful resources:

I'll probably use PHP to to the HTTP queries so we don't have to use any more javascript than necessary.

Potential snags

I do not know how I am going to store the API key securely AND make it accessible to the Jekyll website. A hack way would be to store the aPI key as a repokey.

@yardasol yardasol added the enhancement New feature or request label Feb 12, 2022
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

1 participant