-
Notifications
You must be signed in to change notification settings - Fork 116
Personal API Keys
anxdpanic edited this page Jan 21, 2020
·
13 revisions
This page outlines how to create your own set of API keys for use with the YouTube add-on.
- Sign in at https://console.developers.google.com/
The final step is to add your keys to the YouTube add-on, this can be done a few ways.
-
Enter the keys in the YouTube add-on
Settings - API
section. -
Enable the api configuration page, to enable this go to the
Settings - API
and enableEnable API configuration page
You should then be able to update your keys by visitinghttp://<IP of Kodi device>:<port>/api
The port used isSettings - HTTP Server - Port
which by default is50152
You can bookmark the results page for quick updates in the future. Be sure to disable this feature after use. -
Manually edit userdata/addon_data/plugin.video.youtube/api_keys.json
{
"keys": {
"developer": {},
"personal": {
"api_key": "<API KEY HERE>",
"client_id": "<CLIENT ID HERE>",
"client_secret": "<CLIENT SECRET HERE>"
}
}
}