Add-on:YouTube: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot Update)
(34 intermediate revisions by 6 users not shown)
Line 3: Line 3:
|provider-name=bromix
|provider-name=bromix
|ID=plugin.video.youtube
|ID=plugin.video.youtube
|latest-version=5.1.16
|latest-version=6.2.2
|extension point=xbmc.python.pluginsource
|extension point=xbmc.python.pluginsource
|provides=video
|provides=video
|Summary=Plugin for YouTube
|Summary=Plugin for YouTube
|Description=YouTube is a one of the biggest video-sharing websites of the world.
|Description=YouTube is one of the biggest video-sharing websites of the world.
|Platform=all
|Platform=all
|Language=
|Language=
|License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
|License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
|Forum=http://forum.kodi.tv/showthread.php?tid=200735
|Forum=https://forum.kodi.tv/showthread.php?tid=325740
|Website=http://www.youtube.com
|Website=https://www.youtube.com
|Source=https://github.com/bromix/plugin.video.youtube
|Source=https://github.com/jdf76/plugin.video.youtube
|Email=bromix at gmx dot net
|Email=ytplugin at datanet dot ws
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/jarvis/plugin.video.youtube/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/leia/plugin.video.youtube/icon.png}}
 
== FAQ ==
See posts [https://forum.kodi.tv/showthread.php?tid=325740&pid=2681560#pid2681560 #3-7] in the official support thread.


== Features ==
== Features ==


=== 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 [[Strm|STRM files]].  
 
{| class="wikitable"
The syntax for a youtube-URL like <nowiki>https://www.youtube.com/watch?v=$VIDEOID</nowiki> or <nowiki>https://www.youtube.com/playlist?list=$PLAYLISTID</nowiki> in a strm file is<br />
!colspan="2"|Videos
 
|-
<code>plugin://plugin.video.youtube/?path=/root/video&action=play_video&videoid=$VIDEOID</code>
!style="text-align:left;"|URL
 
|<nowiki>https://www.youtube.com/watch?v=$VIDEOID</nowiki>
<code>plugin://plugin.video.youtube/?path=/root/video&action=play_all&playlist=$PLAYLISTID</code>
|-
 
!style="text-align:left;"|STRM URL
|<nowiki>plugin://plugin.video.youtube/play/?video_id=$VIDEOID</nowiki>
|-
!colspan="2"|Additional Parameters
|-
|style="text-align:left;"|&incognito=true
|disables post play events (add to history, remove from watch later, etc.)
|-
|style="text-align:left;"|&screensaver=true
|disables post play events and will not ask for quality
|}
{| class="wikitable"
!colspan="2"|Playlists
|-
!style="text-align:left;"|URL
|<nowiki>https://www.youtube.com/playlist?list=$PLAYLISTID</nowiki>
|-
!style="text-align:left;"|STRM URL
|<nowiki>plugin://plugin.video.youtube/play/?playlist_id=$PLAYLISTID</nowiki>
|-
!colspan="2"|Additional Parameters
|-
|style="text-align:left;"|&play=1
|required to start playback
|-
|style="text-align:left;"|&order=$ORDER
|controls playlist order, $ORDER can be default, reverse, or shuffle.
|-
|style="text-align:left;"|&video_id=$VIDEOID
|starts playback at $VIDEOID, order=shuffle does not apply if video_id is specified
|}


== See also ==
== See also ==
Line 34: Line 67:
{{#lst:YouTube|similar pages}}
{{#lst:YouTube|similar pages}}


[[Category:Add-ons with license tag]]
[[Category:Add-ons with source tag]]
[[Category:Add-ons with website tag]]
[[Category:All add-ons]]
[[Category:Social media]]
[[Category:Social media]]
[[Category:Video add-ons]]
[[Category:Krypton add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Jarvis add-on repository]]

Revision as of 02:00, 11 November 2018

YouTube
icon.png

See this add-on on the kodi.tv showcase

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

License: GPL v2.0
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 STRM 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

See also

Similar page names

YouTube