Add-on:IrcChat: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>MassIV
>MassIV
Line 24: Line 24:


Many web chat's on the internet use an IRC server behind the scenes. It's well established and usable on all operating systems.
Many web chat's on the internet use an IRC server behind the scenes. It's well established and usable on all operating systems.
XBMC has it's own IRC channel on Freenode. Much like the forum, you can ask a question there.  
And for instance XBMC, has it's own IRC channel on Freenode. Much like the forum, a place to talk or ask a question.  
Now lets have a look at that channel. The host looks like this '''irc.freenode.org'''. Kind of like a web address.
Now lets have a look at that channel as example. The host looks like this '''irc.freenode.org'''. Kind of like a web address.
And you could in fact connect to the channel with a browser like so:
And you could in fact connect to the channel with a browser like so:


Line 31: Line 31:


That's nice. But why a chat in a media center?
That's nice. But why a chat in a media center?
Well, many live video streaming websites have a chat on their websites. And watching these streams without them sometimes felt like listening to half a conversation. So that is how the first version of chat came to be. It was just read only, but then it started to grow.
Well, many live video streaming websites have a chat next to the stream. And watching these streams on our mediacenter without them sometimes felt like listening to half a conversation. So that is how the first version of the chat came to be. It was just read only, but then it started to grow.


== Popular servers ==
== Popular servers ==

Revision as of 22:02, 21 April 2013

IrcChat
http://wiki.xbmc.org/images/d/dc/IrcChat.png

See this add-on on the kodi.tv showcase

Author:

Type: Program
Repo:

Summary: Irc chat client for xbmc. For a.o. chat on video streaming sites.
Home icon grey.png   ▶ Add-ons ▶ IrcChat

Under Construction! Irc chat client for xbmc. For a.o. chat on video streaming sites.

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. Program Add-ons
  5. IrcChat
  6. Install

IRC

Internet Relay Chat (IRC) is a protocol for live interactive Internet text messaging (chat) or synchronous conferencing.

Internet Relay Chat Wiki

Many web chat's on the internet use an IRC server behind the scenes. It's well established and usable on all operating systems. And for instance XBMC, has it's own IRC channel on Freenode. Much like the forum, a place to talk or ask a question. Now lets have a look at that channel as example. The host looks like this irc.freenode.org. Kind of like a web address. And you could in fact connect to the channel with a browser like so:

XBMC via webchat

That's nice. But why a chat in a media center? Well, many live video streaming websites have a chat next to the stream. And watching these streams on our mediacenter without them sometimes felt like listening to half a conversation. So that is how the first version of the chat came to be. It was just read only, but then it started to grow.

Popular servers

  • Xbmc.org: irc.freenode.org #xbmc
  • Justin.tv: channel_name.jtvirc.com #channel_name
  • Twit.tv: irc.twit.tv #twitlive
  • Twitch.tv: channel_name.jtvirc.com #channel_name
  • Ustream.tv: chat1.ustream.tv OR c.ustream.tv #channel_name

How To

After installing the addon.

  • Go into the addon settings.

Program Add-Ons -> IrcChat -> Context -> Add-On Settings

  • Here you can input your initial login information, host and channel.
  • Next, start a steam or playlist.
  • Go to programs and start the IrcChat addon.
  • It is also possible to map a key to starting the script. As an easy way to start, switch hosts or usernames.
<F1>RunScript(script.ircchat, run_irc=True,nickname=MyNick,username=name,password=pass123,host=irc.freenode.org,channel=xbmc</F1>
  • There is a button in the top to slide out either a list of channels or a list of users. Depending on whether you are in a channel or not.
  • The chat's keyboard input also allows you to input a channel name to connect to IF you are not in a channel. You do not need to enter the # in front of the channel name.
  • Selecting your own name in the list of users allows you options like changing your name IF this is supported by the host you are on.

Screenshots