Kodi Community Forum
[RELEASE] Twitch.tv - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Twitch.tv (/showthread.php?tid=134538)



RE: [RELEASE] Twitch.tv - Lato10 - 2015-02-09

Hello, im really happy about my RPi 2 and all the addons, but when I start a Twitchstream it plays for like 10 seconds then it freezes and starts loading again? what to do about that? I have wired internet and good internet connection. It dosent lag on my PC when I watch twitch!


RE: [RELEASE] Twitch.tv - HansDieter - 2015-02-10

Hi Guys i hope the forum can help me Sad

Is it possible to Start my personal selected twitch channel directly after boot?
i mean DIRECT no XBMC menu or something?

I uses XBMC on my Raspberry who is connected at my TV.


RE: [RELEASE] Twitch.tv - tribal - 2015-02-12

Has anyone had issues where Kodi's network connection just outright stops working while in the Twitch addon, either watching a broadcast for a length of time or in a game directory? I have to restart my HTPC or restart the network connection for it to work again.

So far I've only been able to replicate it with the Twitch addon.


RE: [RELEASE] Twitch.tv - jlnprssnr - 2015-02-12

Is it possible to "push" a twitch stream/VOD to Kodi with an app like Yatse, like it works with the YouTube addon?


RE: [RELEASE] Twitch.tv - disrupted - 2015-02-21

I've sent a PR on GitHub that changes the icon to the official one (with correct margins) and also removed the "TV" from its name "TwitchTV" to comply with the official guidelines:
Quote:Please refer to us as “Twitch” when talking about us as a company or brand. No more “TwitchTV”, please. Thank you!



RE: [RELEASE] Twitch.tv - Trilip - 2015-02-22

Hi, here is the French translation

Strings
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<strings>
  <!-- main menu -->
  <string id="30001">Jeux</string>
  <string id="30002">Abonnements</string>
  <string id="30003">Rechercher</string>
  <string id="30004">Options</string>
  <string id="30005">Streams à la une</string>
  <string id="30006">Teams</string>
  <string id="30008">Chaînes</string>
  
  <!--search -->
  <string id="30007">Rechercher des chaînes</string>
  
  <!--general -->
  <string id="30010">TwitchTV</string>
  <string id="30011">Page Suivante...</string>
  <string id="30012">-- Streams Actuellement diffusé --</string>
  <string id="30013">-- S'abonner à la chaîne --</string>

   <!--notifications -->
  <string id="30020">Erreur HTTP</string>
  <string id="30021">Aucune donnée trouvés</string>
  <string id="30022">Aucune archive trouvée pour</string>
  <string id="30023">User Token Error</string>
  <string id="30024">Modifier les options vidéo</string>
  <string id="30025">Paramètres vidéo sélectionnés non disponibles</string>
  <string id="30026">Erreur de l'API Twitch</string>
  <string id="30027">Erreur JSON</string>
  <string id="30028">Impossible d'afficher un résultat</string>
  <string id="30029">Vérifier votre connexion internet </string>
  
  <!--settings -->
  <string id="30040">Qualité vidéo</string>
  <string id="30041">La meilleure possible</string>
  <string id="30042">720p</string>
  <string id="30043">480p</string>
  <string id="30044">360p</string>
  <string id="30063">226p (Mobile)</string>
  <string id="30045">Affichage des titres </string>
  <string id="30046">Streamer - Titre du Flux</string>
  <string id="30047">Téléspectateurs - Streamer - Titre du Flux</string>
  <string id="30048">Titre du Flux</string>
  <string id="30049">Streamer</string>
  <string id="30051">Streamer - Titre du Jeu - Titre du Flux</string>

  <string id="30050">Nom d'utilisateur</string>
  
  <!--title-->
  <string id="30060">Streamer sans nom</string>
  <string id="30061">Flux sans Titre</string>
  <string id="30062">Nombre inconnu de téléspectateurs</string>
  <string id="30064">Jeux inconnu</string>

  <string id="30065">Tronquer l'affichage du titre</string>

</strings>

Addon
Code:
<summary lang='fr'>Plugin vidéos TwitchTV</summary>
<description lang='fr'>Regardez vos flux de jeux vidéos préférés sur Kodi !</description>



RE: [RELEASE] Twitch.tv - Mabufu - 2015-02-23

For some reason this refuses to load any stream on my Fire TV, attempting to load a stream spits out a JSON error.

I don't suppose anyone knows why? Here's my debug log http://pastebin.com/*******

*edit* Nevermind, managed to fix it.... Had to disable `Smart Setup` on my BT router.


RE: [RELEASE] Twitch.tv - yomammary - 2015-03-02

By the way, thanks guys for all the great work in this addon.


RE: [RELEASE] Twitch.tv - disrupted - 2015-03-02

(2015-02-22, 15:11)Trilip Wrote: Hi, here is the French translation

Addon
Code:
<summary lang='fr'>Plugin vidéos TwitchTV</summary>
<description lang='fr'>Regardez vos flux de jeux vidéos préférés sur KODI!</description>

minor issue: only the first letter of "Kodi" is uppercase.


RE: [RELEASE] Twitch.tv - colbert - 2015-03-04

Randomly, the buffering is non-stop. Sometimes playback is super smooth, other times the add-on will not stop buffering every ~10 seconds or so. This is irrelevant of my connection as it's happening while I'm on my home network and all is the same, and Twitch is fine when used in a browser. Anyone have any ideas? It makes the add-on unwatchable Sad


RE: [RELEASE] Twitch.tv - forestrat - 2015-03-10

Same buffering issues here.... I swear it wasn't doing this a month ago?


RE: [RELEASE] Twitch.tv - JSLee - 2015-03-10

Thanks for an awesome Addon


RE: [RELEASE] Twitch.tv - brimur - 2015-03-12

(2015-02-12, 09:18)tribal Wrote: Has anyone had issues where Kodi's network connection just outright stops working while in the Twitch addon, either watching a broadcast for a length of time or in a game directory? I have to restart my HTPC or restart the network connection for it to work again.

So far I've only been able to replicate it with the Twitch addon.


I am using Openelec 5.0.5 on a Cubox-i4 Pro and I am having a similar issue. It buffers on startup when on wired connection and then every 20 secs or so but no buffering happens on wireless. Very weird. So that and the fact it will not play anything over 720p are my issues

As a side note I also have Openelec 5.0.5 on a Rasberry Pi2 and the buffering issue does not occur but it also will only play 720p streams


RE: [RELEASE] Twitch.tv - disrupted - 2015-03-14

the latest version on the Kodi repo is 1.3.1 although 1.3.2 was pushed 5 days ago to GitHub.


RE: [RELEASE] Twitch.tv - pefrase - 2015-03-14

I'm having the same constant lag/buffering issue, happens both on my OpenElec/Raspberry Pi machine and on my Windows machine. Downgrading quality to 720p sometimes fixes it, but not always. It sucks, this used to be a very convenient way to watch Twitch streams.