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)
Line 3: Line 3:
|provider-name=A Talented Community
|provider-name=A Talented Community
|ID=plugin.video.twitch
|ID=plugin.video.twitch
|latest-version=2.4.1
|latest-version=2.4.2
|extension point=xbmc.python.pluginsource
|extension point=xbmc.python.pluginsource
|provides=video
|provides=video
Line 11: Line 11:
|Language=
|Language=
|License=GPL-3.0-only
|License=GPL-3.0-only
|Forum=http://forum.kodi.tv/showthread.php?tid=134538
|Forum=https://forum.kodi.tv/showthread.php?tid=134538
|Website=
|Website=
|Source=https://github.com/MrSprigster/Twitch-on-Kodi
|Source=https://github.com/MrSprigster/Twitch-on-Kodi

Revision as of 02:00, 3 March 2019

Twitch
icon.png

See this add-on on the kodi.tv showcase

Author: A Talented Community

Type: Video
Repo: 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 STRM 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