Add-on:YouTube: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
No edit summary
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=YouTube
|Name=YouTube
|provider-name=bromix
|provider-name=anxdpanic, bromix
|ID=plugin.video.youtube
|ID=plugin.video.youtube
|latest-version=6.2.3
|latest-version=6.7.0
|extension point=xbmc.python.pluginsource
|extension point=xbmc.python.pluginsource
|provides=video
|provides=video
Line 10: Line 10:
|Platform=all
|Platform=all
|Language=
|Language=
|License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
|License=GPL-2.0-only
|Forum=https://forum.kodi.tv/showthread.php?tid=325740
|Forum=https://forum.kodi.tv/showthread.php?tid=348464
|Website=https://www.youtube.com
|Website=https://www.youtube.com
|Source=https://github.com/jdf76/plugin.video.youtube
|Source=https://github.com/jdf76/plugin.video.youtube
Line 24: Line 24:


=== Integration with STRM files ===
=== Integration with STRM files ===
YouTube streams can be integrated into the video library with [[Strm|STRM files]].  
YouTube streams can be integrated into the video library with [[Internet_video_and_audio_streams|Stream files]].  
{| class="wikitable"
{| class="wikitable"
!colspan="2"|Videos
!colspan="2"|Videos
Line 125: Line 125:
|-
|-
|}
|}
== See also ==
=== Similar page names ===
{{#lst:YouTube|similar pages}}


[[Category:Add-ons with license tag]]
[[Category:Add-ons with license tag]]
Line 138: Line 134:
[[Category:Krypton add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Jarvis add-on repository]]

Revision as of 19:43, 12 July 2020

YouTube
icon.png

See this add-on on the kodi.tv showcase

Author: anxdpanic, bromix
Website: link
Type: Video
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: GPL-2.0-only
Source: Source code
Summary: Plugin for YouTube
Home icon grey.png   ▶ Add-ons ▶ YouTube
Attention talk.png Need help with this add-on? See here.

YouTube is one of the biggest video-sharing websites of the world.

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Video Add-ons
  5. YouTube
  6. Install

FAQ

See posts #3-7 in the official support thread.

Features

Integration with STRM files

YouTube streams can be integrated into the video library with Stream files.

Videos
URL https://www.youtube.com/watch?v=$VIDEOID
STRM URL plugin://plugin.video.youtube/play/?video_id=$VIDEOID
Additional Parameters
&incognito=true disables post play events (add to history, remove from watch later, etc.)
&screensaver=true disables post play events and will not ask for quality
Playlists
URL https://www.youtube.com/playlist?list=$PLAYLISTID
STRM URL plugin://plugin.video.youtube/play/?playlist_id=$PLAYLISTID
Additional Parameters
&play=1 required to start playback
&order=$ORDER controls playlist order, $ORDER can be default, reverse, or shuffle.
&video_id=$VIDEOID starts playback at $VIDEOID, order=shuffle does not apply if video_id is specified

Keymaps

Required version: 6.3.0+
A collection of actions available for custom keymaps.

Description Command Context
Play audio only RunPlugin(plugin://plugin.video.youtube/play/?audio_only=1) On videos
Play with subtitles RunPlugin(plugin://plugin.video.youtube/play/?prompt_for_subtitles=1) On videos
Go to channel RunPlugin(plugin://plugin.video.youtube/channel/property/) On videos
Add to Watch Later RunPlugin(plugin://plugin.video.youtube/playlist/add/video/?playlist_id=watch_later) On videos
Add to the selected playlist RunPlugin(plugin://plugin.video.youtube/playlist/select/playlist/) On videos
Add to the user provided playlist RunPlugin(plugin://plugin.video.youtube/playlist/add/video/?playlist_id=$PLAYLISTID) On videos
Remove from the current playlist RunPlugin(plugin://plugin.video.youtube/playlist/remove/video/) On videos in the Playlists menu
Like RunPlugin(plugin://plugin.video.youtube/video/rate/?rating=like) On videos
Dislike RunPlugin(plugin://plugin.video.youtube/video/rate/?rating=dislike) On videos
Remove rating RunPlugin(plugin://plugin.video.youtube/video/rate/?rating=none) On videos
Prompt for rating RunPlugin(plugin://plugin.video.youtube/video/rate/) On videos
Subscribe RunPlugin(plugin://plugin.video.youtube/subscriptions/add/) On videos
Unsubscribe RunPlugin(plugin://plugin.video.youtube/subscriptions/remove/) On subscription in the Subscriptions menu