Add-on:Twitch: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot Update)
(66 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=Twitch
|Name=Twitch
|provider-name=A Talented Community
|provider-name=anxdpanic, A Talented Community
|ID=plugin.video.twitch
|ID=plugin.video.twitch
|latest-version=2.1.1
|latest-version=3.0.2
|extension point=xbmc.python.pluginsource
|extension point=xbmc.python.pluginsource
|provides=video
|provides=video
|Summary=Twitch video plugin
|Summary=Twitch video plugin
|Description=Se dine favorit gaming streams!
|Description=Watch your favorite gaming streams!
|Platform=all
|Platform=all
|Language=
|Language=
|License=GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
|License=GPL-3.0-only
|Forum=http://forum.kodi.tv/showthread.php?tid=134538
|Forum=https://twitchaddon.panicked.xyz/forum
|Website=
|Website=
|Source=https://github.com/MrSprigster/Twitch-on-Kodi
|Source=https://github.com/anxdpanic/plugin.video.twitch
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/krypton/plugin.video.twitch/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/nexus/plugin.video.twitch/resources/media/icon.png}}
== Features ==
 
=== Integration with STRM files ===
Twitch.tv live streams, videos, and clips can be integrated into the video library with [[Internet_video_and_audio_streams|Stream files]].
{| class="wikitable"
!colspan="2"|Live streams
|-
!style="text-align:left;"|URL
|<nowiki>https://www.twitch.tv/$CHANNELNAME</nowiki>
|-
!style="text-align:left;"|STRM URL
|<nowiki>plugin://plugin.video.twitch/?mode=play&channel_name=$CHANNELNAME</nowiki>
|-
!style="text-align:left;"|STRM URL
|<nowiki>plugin://plugin.video.twitch/?mode=play&channel_id=$CHANNELID</nowiki>
|-
!colspan="2"|Additional Parameters
|-
|style="text-align:left;"|&quality=$QUALITY
|Use specified quality, see 'context menu -> Set default quality' to see valid $QUALITY values for the content
|-
|style="text-align:left;"|&ask=true
|Prompt for quality selection
|-
|style="text-align:left;"|&use_player=true
|Use xbmc.Player instead of setResolvedUrl to start playback if context requires
|}
{| class="wikitable"
!colspan="2"|Videos
|-
!style="text-align:left;"|URL
|<nowiki>https://www.twitch.tv/videos/$VIDEOID</nowiki>
|-
!style="text-align:left;"|STRM URL
|<nowiki>plugin://plugin.video.twitch/?mode=play&video_id=$VIDEOID</nowiki>
|-
!colspan="2"|Additional Parameters
|-
|style="text-align:left;"|&quality=$QUALITY
|Use specified quality, see 'context menu -> Set default quality' to see valid $QUALITY values for the content
|-
|style="text-align:left;"|&ask=true
|Prompt for quality selection
|-
|style="text-align:left;"|&use_player=true
|Use xbmc.Player instead of setResolvedUrl to start playback if context requires
|-
|style="text-align:left;"|&seek_time=$SEEKTIME
|$SEEKTIME is the desired seek time in seconds
|}
{| class="wikitable"
!colspan="2"|Clips
|-
!style="text-align:left;"|URL
|<nowiki>https://clips.twitch.tv/$SLUG</nowiki>
|-
!style="text-align:left;"|STRM URL
|<nowiki>plugin://plugin.video.twitch/?mode=play&slug=$SLUG</nowiki>
|-
!colspan="2"|Additional Parameters
|-
|style="text-align:left;"|&quality=$QUALITY
|Use specified quality, see 'context menu -> Set default quality' to see valid $QUALITY values for the content
|-
|style="text-align:left;"|&ask=true
|Prompt for quality selection
|-
|style="text-align:left;"|&use_player=true
|Use xbmc.Player instead of setResolvedUrl to start playback if context requires
|}


[[Category:Add-ons with license tag]]
[[Category:Add-ons with license tag]]
Line 22: Line 92:
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:Video add-ons]]
[[Category:Video add-ons]]
[[Category:Isengard add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Nexus add-on repository]]

Revision as of 01:00, 14 September 2023

Twitch
icon.png

See this add-on on the kodi.tv showcase

Author: anxdpanic, A Talented Community

Type: Video
Repo: Kodi.tv repo v21
Kodi.tv repo v20
Kodi.tv repo v19

License: GPL-3.0-only
Source: Source code
Summary: Twitch video plugin
Home icon grey.png   ▶ Add-ons ▶ Twitch
Attention talk.png Need help with this add-on? See here.

Watch your favorite gaming streams!

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. Twitch
  6. Install

Features

Integration with STRM files

Twitch.tv live streams, videos, and clips can be integrated into the video library with Stream files.

Live streams
URL https://www.twitch.tv/$CHANNELNAME
STRM URL plugin://plugin.video.twitch/?mode=play&channel_name=$CHANNELNAME
STRM URL plugin://plugin.video.twitch/?mode=play&channel_id=$CHANNELID
Additional Parameters
&quality=$QUALITY Use specified quality, see 'context menu -> Set default quality' to see valid $QUALITY values for the content
&ask=true Prompt for quality selection
&use_player=true Use xbmc.Player instead of setResolvedUrl to start playback if context requires
Videos
URL https://www.twitch.tv/videos/$VIDEOID
STRM URL plugin://plugin.video.twitch/?mode=play&video_id=$VIDEOID
Additional Parameters
&quality=$QUALITY Use specified quality, see 'context menu -> Set default quality' to see valid $QUALITY values for the content
&ask=true Prompt for quality selection
&use_player=true Use xbmc.Player instead of setResolvedUrl to start playback if context requires
&seek_time=$SEEKTIME $SEEKTIME is the desired seek time in seconds
Clips
URL https://clips.twitch.tv/$SLUG
STRM URL plugin://plugin.video.twitch/?mode=play&slug=$SLUG
Additional Parameters
&quality=$QUALITY Use specified quality, see 'context menu -> Set default quality' to see valid $QUALITY values for the content
&ask=true Prompt for quality selection
&use_player=true Use xbmc.Player instead of setResolvedUrl to start playback if context requires