Add-on:Twitch: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update Tag: Reverted |
m Addon-Bot repo category update Tag: Manual revert |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
|provider-name=anxdpanic, A Talented Community | |provider-name=anxdpanic, A Talented Community | ||
|ID=plugin.video.twitch | |ID=plugin.video.twitch | ||
|latest-version= | |latest-version=3.0.2 | ||
|extension point=xbmc.python.pluginsource | |extension point=xbmc.python.pluginsource | ||
|provides=video | |provides=video | ||
| Line 16: | Line 16: | ||
|Email= | |Email= | ||
|broken= | |broken= | ||
|icon url=http://mirrors.kodi.tv/addons/ | |icon url=http://mirrors.kodi.tv/addons/omega/plugin.video.twitch/resources/media/icon.png}} | ||
== Features == | == Features == | ||
| Line 93: | Line 93: | ||
[[Category:Video add-ons]] | [[Category:Video add-ons]] | ||
[[Category:Isengard add-on repository]] | [[Category:Isengard add-on repository]] | ||
[[Category:Jarvis add-on repository]] | |||
[[Category:Krypton add-on repository]] | [[Category:Krypton add-on repository]] | ||
[[Category:Leia add-on repository]] | [[Category:Leia add-on repository]] | ||
[[Category:Matrix add-on repository]] | [[Category:Matrix add-on repository]] | ||
[[Category:Nexus add-on repository]] | [[Category:Nexus add-on repository]] | ||
[[Category:Omega add-on repository]] | |||
Latest revision as of 02:30, 14 June 2025
| Twitch | ||||||||||||||
| ||||||||||||||
| 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:
- Settings
- Add-ons
- Install from repository
- Video Add-ons
- Twitch
- 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 |