<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=J.quadrifrons</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=J.quadrifrons"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/J.quadrifrons"/>
	<updated>2026-06-04T22:44:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:YouTube&amp;diff=221731</id>
		<title>Add-on:YouTube</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:YouTube&amp;diff=221731"/>
		<updated>2020-10-13T00:59:20Z</updated>

		<summary type="html">&lt;p&gt;J.quadrifrons: updated faq link to current github page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=YouTube&lt;br /&gt;
|provider-name=anxdpanic, bromix&lt;br /&gt;
|ID=plugin.video.youtube&lt;br /&gt;
|latest-version=6.7.0&lt;br /&gt;
|extension point=xbmc.python.pluginsource&lt;br /&gt;
|provides=video&lt;br /&gt;
|Summary=Plugin for YouTube&lt;br /&gt;
|Description=YouTube is one of the biggest video-sharing websites of the world.&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=GPL-2.0-only&lt;br /&gt;
|Forum=https://forum.kodi.tv/showthread.php?tid=348464&lt;br /&gt;
|Website=https://www.youtube.com&lt;br /&gt;
|Source=https://github.com/jdf76/plugin.video.youtube&lt;br /&gt;
|Email=ytplugin at datanet dot ws&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.kodi.tv/addons/leia/plugin.video.youtube/icon.png}}&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
See instructions for creating an API key and configuring the plugin on the [https://github.com/anxdpanic/plugin.video.youtube/wiki/Personal-API-Keys GitHub project page]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
=== Integration with STRM files ===&lt;br /&gt;
YouTube streams can be integrated into the video library with [[Internet_video_and_audio_streams|Stream files]]. &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Videos&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|URL&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;https://www.youtube.com/watch?v=$VIDEOID&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|STRM URL&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;plugin://plugin.video.youtube/play/?video_id=$VIDEOID&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Additional Parameters&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&amp;amp;incognito=true&lt;br /&gt;
|disables post play events (add to history, remove from watch later, etc.)&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&amp;amp;screensaver=true&lt;br /&gt;
|disables post play events and will not ask for quality&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Playlists&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|URL&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;https://www.youtube.com/playlist?list=$PLAYLISTID&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|STRM URL&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;plugin://plugin.video.youtube/play/?playlist_id=$PLAYLISTID&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Additional Parameters&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&amp;amp;play=1&lt;br /&gt;
|required to start playback&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&amp;amp;order=$ORDER&lt;br /&gt;
|controls playlist order, $ORDER can be default, reverse, or shuffle.&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&amp;amp;video_id=$VIDEOID&lt;br /&gt;
|starts playback at $VIDEOID, order=shuffle does not apply if video_id is specified&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Keymaps ===&lt;br /&gt;
&#039;&#039;&#039;Required version&#039;&#039;&#039;: 6.3.0+&amp;lt;br /&amp;gt;&lt;br /&gt;
A collection of actions available for [[Keymap|custom keymaps]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Description&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Command&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Context&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Play audio only&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/play/?audio_only=1)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Play with subtitles&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/play/?prompt_for_subtitles=1)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Go to channel&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/channel/property/)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Add to Watch Later&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/playlist/add/video/?playlist_id=watch_later)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Add to the selected playlist&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/playlist/select/playlist/) &lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Add to the user provided playlist&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/playlist/add/video/?playlist_id=$PLAYLISTID)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Remove from the current playlist&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/playlist/remove/video/)&lt;br /&gt;
|On videos in the Playlists menu&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Like&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/video/rate/?rating=like)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Dislike&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/video/rate/?rating=dislike)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Remove rating&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/video/rate/?rating=none)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Prompt for rating&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/video/rate/)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Subscribe&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/subscriptions/add/)&lt;br /&gt;
|On videos&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Unsubscribe&lt;br /&gt;
|RunPlugin(plugin://plugin.video.youtube/subscriptions/remove/)&lt;br /&gt;
|On subscription in the Subscriptions menu&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Add-ons with license tag]]&lt;br /&gt;
[[Category:Add-ons with source tag]]&lt;br /&gt;
[[Category:Add-ons with website tag]]&lt;br /&gt;
[[Category:All add-ons]]&lt;br /&gt;
[[Category:Social media]]&lt;br /&gt;
[[Category:Video add-ons]]&lt;br /&gt;
[[Category:Krypton add-on repository]]&lt;br /&gt;
[[Category:Isengard add-on repository]]&lt;br /&gt;
[[Category:Matrix add-on repository]]&lt;br /&gt;
[[Category:Leia add-on repository]]&lt;br /&gt;
[[Category:Jarvis add-on repository]]&lt;/div&gt;</summary>
		<author><name>J.quadrifrons</name></author>
	</entry>
</feed>