<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smile4ever</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smile4ever"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Smile4ever"/>
	<updated>2026-06-18T23:01:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=User:Smile4ever&amp;diff=76582</id>
		<title>User:Smile4ever</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=User:Smile4ever&amp;diff=76582"/>
		<updated>2014-06-07T12:10:50Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I am Geoffrey De Belie. I was born as Wikipedian (nope) and my native language is English (nope).&lt;br /&gt;
&lt;br /&gt;
Please have a look at these:&lt;br /&gt;
* [http://hugsmile.eu My website, Hugsmile.eu]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/User:Smile4ever Smile4ever] on Wikipedia (home wiki is the Dutch one)&lt;br /&gt;
&lt;br /&gt;
Have a nice day!&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Linux_development&amp;diff=76581</id>
		<title>Linux development</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Linux_development&amp;diff=76581"/>
		<updated>2014-06-07T12:06:52Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: Cleanup (virtual machine not available anymore)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Development]]}}&lt;br /&gt;
&lt;br /&gt;
{{see also|HOW-TO submit a patch|Linux FAQ}}&lt;br /&gt;
&lt;br /&gt;
{{cleanup}}&lt;br /&gt;
{{XBMC development nav}}&lt;br /&gt;
[[Team XBMC]] has [http://en.wikipedia.org/wiki/Porting ported] the [http://en.wikipedia.org/wiki/XBMC XBMC Media Center] software to Linux in 2007.&lt;br /&gt;
&lt;br /&gt;
XBMC is a huge open source project and it takes loads of people working together to maintain it for all platforms, that is why Team XBMC is always on the lookout for [http://en.wikipedia.org/wiki/Programming_language C/C++ programmers] to volunteer in assisting us with the development of XBMC. Whether you have contributed to [http://sourceforge.net/projects/xbmc The XBMC Project] in the past or not, please consider doing so now.&lt;br /&gt;
&lt;br /&gt;
Those of you who are completely unfamiliar with XBMC can get a good overview of it on &#039;&#039;&#039;[[XBMC]]&#039;&#039;&#039; and &#039;&#039;&#039;[[XBMC FAQ]]&#039;&#039;&#039;.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What is XBMC and why was it ported to Linux? ==&lt;br /&gt;
For developers who do not know this, &#039;&#039;&#039;XBMC Media Center&#039;&#039;&#039; (formerly named &amp;quot;XBox Media Center&amp;quot;, not to be confused with [http://en.wikipedia.org/wiki/Windows_Media_Center_Extender Microsoft&#039;s Windows Media Center Extender for the Xbox]) is an award-winning free and [http://en.wikipedia.org/wiki/Open_source open source] media player, originally designed to run on the [http://en.wikipedia.org/wiki/Xbox Xbox game-console]. The GPL/LGPL licensed source code basically consist of a [http://en.wikipedia.org/wiki/Application_framework GUI framework] that has been written from scratch by [[Team-XBMC]], this GUI acts as a [http://en.wikipedia.org/wiki/Front-end front-end control interface] for several audio/video players designed for specific purposes (and those are loaded when needed as DLLs), the GUI is also the user interface to all of [[XBMC Features and Supported Formats/Codecs|XBMC multimedia handling functions such as databases and sorting, etc.]]. [http://sourceforge.net/projects/xbmc The XBMC Project], (who&#039;s members maintain XBMC source code), is a non-profit open source hobby project that is developed by volunteers in their spare-time without any monetary gain. The team of developers working on XBMC have always encouraged anyone to submit their own source code patches for new [[XBMC Features and Supported Formats/Codecs|features or functions]], improve on existing ones, or fix bugs. &lt;br /&gt;
&lt;br /&gt;
= Skill requirements and where to start =&lt;br /&gt;
Proficiency in [http://en.wikipedia.org/wiki/Programming_language C/C++ programming language] and, though not required, knowledge of [http://en.wikipedia.org/wiki/OpenGL OpenGL] and/or [http://en.wikipedia.org/wiki/Multimedia multimedia] programming is a plus, as well as prior [http://en.wikipedia.org/wiki/Multi-platform cross-platform] or [http://en.wikipedia.org/wiki/Porting porting] development experience.&lt;br /&gt;
&lt;br /&gt;
== Where do I start on Linux? ==&lt;br /&gt;
The recommended &#039;&#039;&#039;Linux development platform&#039;&#039;&#039; is currently [[HOW-TO compile XBMC for Linux from source code|32-bit Ubuntu Desktop (for x86)]]. The code can be obtained by cloning the xbmc [http://git-scm.com/ git] repository hosted on [https://github.com/xbmc/xbmc Github]. First use your package manager to install git on your system and then execute the following command to clone your own repository: &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
git clone git://github.com/xbmc/xbmc.git&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
After the clone has completed, follow the compilation/development guide in the new repository ([[HOW-TO compile XBMC for Linux from source code|README.linux]]) to setup the required packages and so on. Team-XBMC developers opinion is that the best thing to start with is just to take a look through the source code and try to understand how it all fits together. Test things out, find what works and what does not, then try and track down why.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can [https://www.virtualbox.org/wiki/Downloads download VirtualBox] and follow this guide to install the required software: [[HOW-TO compile XBMC for Linux from source code|Ubuntu Desktop (32-bit for x86)]]. Besides from KDevelop, additional development tools that can be useful include Subcommander, Doxygen, Sysprof and PowerTop.&lt;br /&gt;
&lt;br /&gt;
The performance of a virtual machine is not great, as there is no 3D hardware acceleration support under a virtual machine, however it should work good enough to get a lot of development tasks done. Nice is also that you can install/run [https://www.virtualbox.org/ VirtualBox] on Windows, OS X and Linux. The free VirtualBox also enables you to share data seamlessly between the virtual machine and host computer, and also allows you to directly access USB 2.0 devices from within the virtual machine. To improve the performance of your virtual machine, you can increase the number of cores on a multi-core system that is assigned to your virtual machine.&lt;br /&gt;
&lt;br /&gt;
=== Hardware requirements ===&lt;br /&gt;
* [http://en.wikipedia.org/wiki/X86 x86-based computer] (if you don&#039;t know what it means, you probably have one). No special hardware is required for development, as developers can compile using the &amp;quot;&#039;&#039;make sdl_2d option&#039;&#039;&amp;quot; (see [[HOW-TO compile XBMC for Linux from source code|README.linux]]). However for end-users the recommended minimum requirement is a [http://en.wikipedia.org/wiki/Graphics_Processing_Unit 3D GPU (Graphics Processing Unit)] that at least supports [http://en.wikipedia.org/wiki/Shader_model Shader Model 3.0] and [http://en.wikipedia.org/wiki/OpenGL OpenGL 2.0] (that features 24bpp or 32bpp for 3D hardware-acceleration support, which the XBMC GUI needs to run smoothly at an acceptable frame-rate). Graphic adapters that support [http://en.wikipedia.org/wiki/DirectX DirectX version 9.0c] or later usually meet all of those mentioned requirements, ([[Team XBMC]] recommends [http://en.wikipedia.org/wiki/Nvidia NVIDIA GeForce 6150 or later] as NVIDIA is currently the manufacturer that offers [http://en.wikipedia.org/wiki/Graphics_hardware_and_FOSS good device-drivers for Linux] (and [http://en.wikipedia.org/wiki/Nvidia NVIDIA GeForce 6150 or later] supports OpenGL 2.0).&lt;br /&gt;
&lt;br /&gt;
== XBMC Linux port FAQ for developers ==&lt;br /&gt;
=== Can non-Linux developers also help? ===&lt;br /&gt;
XBMC can also be compiled for many other operating systems, and you can read more information about that [[XBMC development|here]].&lt;br /&gt;
&lt;br /&gt;
=== Why is OpenGL 2.0 needed for XBMC? ===&lt;br /&gt;
OpenGL 2.0 is not really the current minimum requirement to run XBMC for Linux, as in reality XBMC will today run with only OpenGL 1.3 + [http://en.wikipedia.org/wiki/GLSL GLSL] support. Everything else has fall-backs to be run in software on the CPU (which is slower than GPU hardware, though). However, in order to stay future-proof, Team XBMC has decided that the OpenGL 2.0 is the recommended minimum requirement. &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Currently OpenGL 2.0 hardware is only needed for:&#039;&#039;&#039;&lt;br /&gt;
* Any deinterlacing that is not linear blending (which FFmpeg does in software)&lt;br /&gt;
* Video [http://en.wikipedia.org/wiki/Video_post-processing video post-processing filtering] (bicubic upscaling, etc.) &lt;br /&gt;
* Non-power of two textures for the GUI (using NPOT saves a lot of texture memory) &lt;br /&gt;
* Hardware accelerated YUV 2 RGB conversion (actually GLSL is needed for this, and a few GPU hardware implementations as low as OpenGL 1.3 does provide GLSL as an extension. OpenGL 2.0 guarantees availability of GLSL).&lt;br /&gt;
:&#039;&#039;&#039;In the future OpenGL 2.0 might also be needed for:&#039;&#039;&#039;&lt;br /&gt;
* More [http://en.wikipedia.org/wiki/Video_post-processing video post-processing filters] to improve visual quality perception.&lt;br /&gt;
* [[Hardware Accelerated Video Decoding]] (using the GPU hardware to assist with video decoding)&lt;br /&gt;
&lt;br /&gt;
== General guidelines ==&lt;br /&gt;
=== User-friendliness is next to godlyness ===&lt;br /&gt;
{{#lst:XBMC manifesto|User-friendliness}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:XBMCbuntu]]&lt;br /&gt;
[[Category:XBMC Manual]]&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Unofficial_add-on_repositories&amp;diff=76580</id>
		<title>Unofficial add-on repositories</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Unofficial_add-on_repositories&amp;diff=76580"/>
		<updated>2014-06-07T11:54:52Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: Down -&amp;gt; own&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[Development]]|[[Add-on development]]|[[Add-on repositories]]}}&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;See also: &#039;&#039;&#039;[[:Category:Add-ons not in the XBMC.org repo]]&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{warning|{{big|Only download content/apps/add-ons from sources you trust, and at your own risk. This list is maintained by the community and is not an endorsement of those add-ons.}} {{small|&#039;&#039;[[XBMC:General disclaimer|Disclaimer]]&#039;&#039;}} }}&lt;br /&gt;
XBMC includes an interface to browse remote repositories from where add-ons can be retrieved. The model is similar to the way many current [http://en.wikipedia.org/wiki/Linux Linux] [http://en.wikipedia.org/wiki/Linux_distribution distributions] work, whereby there is a main repository that is the default, and and additional ones may be added by the user. XBMC has two official repositories that are included by default (XBMC.org Add-ons and XBMC.org PVR Add-ons) and are maintained by the [[Team XBMC|XBMC team]] (&#039;&#039;Team XBMC&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
== Information for add-on developers ==&lt;br /&gt;
# &#039;&#039;&#039;Consider applying to have your add-on included in [[Submitting_Add-ons | Official add-on repository]]&#039;&#039;&#039;&lt;br /&gt;
# If it does not meet the required conditions, consider contacting an owner of an existing unofficial repository and ask if they would be happy to let you distribute your add-on from there.&lt;br /&gt;
# You can also create your own repository. See [[HOW-TO:Create a repository for add-ons]] or [[Add-on repositories]], and then add it to the table below for it to show up in the Repositories Installer Add-on.&lt;br /&gt;
&lt;br /&gt;
== How to install additional add-on repositories ==&lt;br /&gt;
You can install an individual repository using these instructions: &#039;&#039;&#039;[[HOW-TO:Install_an_Add-on_from_a_zip_file]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To access the contents of the newly installed repository browse to System &amp;gt; Add-ons &amp;gt; Get Add-ons.&lt;br /&gt;
&lt;br /&gt;
== Unofficial repositories ==&lt;br /&gt;
{{Note|&lt;br /&gt;
* {{big|The &#039;&#039;&#039;[[forum rules]]&#039;&#039;&#039; on piracy content applies to the wiki as well!}}&lt;br /&gt;
* When adding to the table, try to keep the description as &#039;&#039;short&#039;&#039; and &#039;&#039;accurate&#039;&#039; as possible.&lt;br /&gt;
* Also please try to keep it &#039;&#039;alphabetically&#039;&#039; organized according to the &#039;&#039;name column&#039;&#039;.}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Owner&lt;br /&gt;
!Installable ZIP&lt;br /&gt;
!Icons&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/xbmc-adult/ Adult Add-ons]&lt;br /&gt;
|The definitive source for adult oriented add-ons&lt;br /&gt;
|Xbmc-Adult&lt;br /&gt;
|[https://github.com/xbmc-adult/xbmc-adult/raw/ghmaster/repository.xbmcadult/repository.xbmcadult-1.0.6.zip repository.xbmcadult-1.0.6.zip ]&lt;br /&gt;
|[http://wiki.xbmc.org/images/e/e9/Adult_xbmc.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/mod-skin/ Aeon MQ3/4 Skin Repo]&lt;br /&gt;
|Home of the &#039;Aeon MQ 3/4&#039; skin&lt;br /&gt;
|MarcosQui&lt;br /&gt;
|[https://mod-skin.googlecode.com/files/repository.mq.zip repository.mq.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/8/8b/Aeon_MQ2.jpg]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/xbmc-repo-agx/ agx&#039;s repo]&lt;br /&gt;
|Pridetube (Adult/Gay) Addon&lt;br /&gt;
|agx&lt;br /&gt;
|[http://xbmc-repo-agx.googlecode.com/files/xbmc-repo-agx-1.0.0.zip xbmc-repo-agx-1.0.0.zip]&lt;br /&gt;
|[http://xbmc-repo-agx.googlecode.com/git/repository.xbmc-repo-agx/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/apple-tv2-xbmc/ AJ Video Add-ons]&lt;br /&gt;
|Misc video, cricket and Indian specific add-ons that all work on ATV2&lt;br /&gt;
|AJ&lt;br /&gt;
|[http://apple-tv2-xbmc.googlecode.com/files/repository.googlecode.apple-tv2-xbmc.zip repository.googlecode.apple-tv2-xbmc.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/c/c8/AJ_Video_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/ampedandwired/ampedandwired-xbmc-repo/ Ampedandwired&#039;s Add-ons]&lt;br /&gt;
|Rdio addon and others&lt;br /&gt;
|ampedandwired&lt;br /&gt;
|[https://github.com/ampedandwired/ampedandwired-xbmc-repo/raw/master/repo/repository.ampedandwired/repository.ampedandwired-1.0.0.zip repository.ampedandwired-1.0.0.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/Angelscry/plugin.program.advanced.launcher Angelscry Add-ons]&lt;br /&gt;
|Host of the Advanced Launcher Add-on&lt;br /&gt;
|Angelscry&lt;br /&gt;
|[http://www.gwenael.org/Repository/repository.angelscry.xbmc-plugins/repository.angelscry.xbmc-plugins-1.2.2.zip repository.angelscry.xbmc-plugins-1.2.2.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/e/e4/Angelscry_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/hadynz/repository.arabic.xbmc-addons Arabic XBMC Addons Repository]&lt;br /&gt;
|Arabic XBMC addon plugins and repository&lt;br /&gt;
|hadynz&lt;br /&gt;
|[https://dl.dropboxusercontent.com/s/udvtswqpb0hhgil/repository.arabic.xbmc-addons.zip?dl=1&amp;amp;token_hash=AAHoNqwhATpiP-LhUDTB3O4IsC2ckT0LuVOMoS6uW3zW2A repository.arabic.xbmc-addons.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://bitbucket.org/vitorhirota/repository.brazilian.xbmc-addons Brazilian Repo]&lt;br /&gt;
|Add-ons for Brazilian users&lt;br /&gt;
|vitorhirota&lt;br /&gt;
|[https://bitbucket.org/vitorhirota/repository.brazilian.xbmc-addons/downloads/repository.brazilian.xbmc-addons-1.0.0.zip repository.brazilian.xbmc-addons-1.0.0.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/bossanova808/repository.bossanova808 Bossanova808&#039;s Repo]&lt;br /&gt;
|XSqueeze - Squeezebox controller/player for XBMC&lt;br /&gt;
|Bossanova808&lt;br /&gt;
|[https://github.com/bossanova808/repository.bossanova808/raw/master/repository-downloads/repository.bossanova808/repository.bossanova808-0.1.7.zip repository.bossanova808.zip]&lt;br /&gt;
|[https://raw2.github.com/bossanova808/repository.bossanova808/master/repository-downloads/repository.bossanova808/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://code.google.com/p/carb0s-repo/ carb0&#039;s Repo]&lt;br /&gt;
|NHL Gamecenter Addon&lt;br /&gt;
|carb0&lt;br /&gt;
|[http://carb0s-repo.googlecode.com/svn/repository.carb0s.zip carb0s-repo.googlecode.com/svn/repository.carb0s.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/xbmc-catchuptv-au/ CatchUpTV AU Plugins]&lt;br /&gt;
|Australian Catchup TV Plugins&lt;br /&gt;
|Adammw111&lt;br /&gt;
|[https://code.google.com/p/xbmc-catchuptv-au/downloads/list?q=label:repo-installer repository.googlecode.xbmc-catchuptv-au.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/b/ba/CatchUpTV_AU_Plugins.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/divingmules-repo/ Divingmule Add-ons]&lt;br /&gt;
|General Add-ons&lt;br /&gt;
|Divingmule&lt;br /&gt;
|[http://divingmules-repo.googlecode.com/files/repository.divingmule.addons.zip repository.divingmule.addons.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/dmd-xbmc/ DMD-XBMC Add-ons]&lt;br /&gt;
|Czech and Slovak TV Archive addons&lt;br /&gt;
|derby00&lt;br /&gt;
|[https://dmd-xbmc.googlecode.com/files/repository.dmd-xbmcv2.googlecode.com.zip repository.dmd-xbmcv2.googlecode.com.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/u/112633704571599530507/ Hitchers Repo]&lt;br /&gt;
|Host of &#039;Alaska Revisited&#039;, &#039;XeeBo&#039; and &#039;Foundation&#039; skins, plus the iPlayer video add-on&lt;br /&gt;
|Hitcher&lt;br /&gt;
|[http://dl.dropbox.com/u/19745842/Repo/xbmc.repo.hitcher/xbmc.repo.hitcher-4.0.0.zip xbmc.repo.hitcher]&lt;br /&gt;
|[http://wiki.xbmc.org/images/f/fc/Hitchers_Repo.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://code.google.com/p/hybrid-development-repo/ Hybrid Development Repo]&lt;br /&gt;
|Hosts the test builds of the skins Hybrid, Confluence Vertical and Confluence Customizable Mod.&lt;br /&gt;
|Mudislander&lt;br /&gt;
|[https://hybrid-development-repo.googlecode.com/files/xbmc.repo.hybrid-1.0.0.zip xbmc.repo.hybrid-1.0.0.zip]&lt;br /&gt;
|[http://www.brucesplace.me.uk/hybridscreenshots/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/IICUX/xbmc-iptv-plugin/ IPTV Addons]&lt;br /&gt;
|Repository for IPTV plugins&lt;br /&gt;
|George Popovich (IICUX)&lt;br /&gt;
|[https://github.com/IICUX/xbmc-iptv-plugin/raw/master/repository.iptv.plugins.zip repository.iptv.plugins.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/xbmc-now/japanese-xbmc-addons Japanese XBMC Addons]&lt;br /&gt;
| Download and install Japanese addons&lt;br /&gt;
|xbmc_now&lt;br /&gt;
|[https://raw.github.com/xbmc-now/japanese-xbmc-addons/master/repo/repository.japanese/repository.japanese-1.0.0.zip repository.japanese.zip]&lt;br /&gt;
|[https://raw.github.com/xbmc-now/japanese-xbmc-addons/master/repo/repository.japanese/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/jeroenpardon/xbmc.repo.jeroen/ Jeroen&#039;s Repository]&lt;br /&gt;
|Home of the reFocus skin&lt;br /&gt;
|Jeroen&lt;br /&gt;
|[https://github.com/jeroenpardon/xbmc.repo.jeroen/releases/download/1.0.3/xbmc.repo.jeroen-1.0.3.zip xbmc.repo.jeroen]&lt;br /&gt;
|[http://wiki.xbmc.org/images/4/48/Xbmc.repo.jeroen.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/Karrade/xbmc-repo Karrade&#039;s Addons]&lt;br /&gt;
|Home of TV Promos&lt;br /&gt;
|Karrade&lt;br /&gt;
|[https://github.com/Karrade/xbmc-repo/raw/master/repo/repository.karrade/repository.karrade.zip repository.karrade.zip]&lt;br /&gt;
|[https://raw.githubusercontent.com/Karrade/xbmc-repo/master/repo/repository.karrade/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/xbmc-korea-addons/ Korean Add-ons]&lt;br /&gt;
|Add-ons for Korean users&lt;br /&gt;
|Xbmc Korea&lt;br /&gt;
|[http://xbmc-korea-addons.googlecode.com/files/repository.xbmc-korea.com-1.0.6.zip repository.xbmc-korea.com-1.0.6.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/a/ac/Korean_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/kuruoujou/kuroshi-xbmc-repo/ Kuroshi&#039;s XBMC Repository]&lt;br /&gt;
|Home of XBMAL and (maybe) others&lt;br /&gt;
|Kuroshi&lt;br /&gt;
|[http://ramblingahoge.net/kuroshi-xbmc-repo/repository.kuroshi/repository.kuroshi-2.0.0.zip repository.kuroshi-2.0.0.zip]&lt;br /&gt;
|[http://ramblingahoge.net/kuroshi-xbmc-repo/repository.kuroshi/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://github.com/lucifurious/xbmc-webinterface.diablo/ Lucifurious Repo]&lt;br /&gt;
|Web Interface Repository (My custom and standard)&lt;br /&gt;
|Lucifurious&lt;br /&gt;
|(Coming Soon!)&lt;br /&gt;
|[http://wiki.xbmc.org/images/e/e5/Luxeria_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/macedoniaondemand/wiki/Introduction Macedonia On Demand Repository]&lt;br /&gt;
|Macedonia on Demand - addon for Macedonian(and Croatian) users&lt;br /&gt;
|mviktor&lt;br /&gt;
|[http://macedoniaondemand.googlecode.com/files/repository.macedoniaondemand.xbmc-plugins.zip MacedoniaOnDemand]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/membrane-xbmc-repo/ membrane&#039;s repository]&lt;br /&gt;
|Various video and music streaming addons&lt;br /&gt;
|membrane&lt;br /&gt;
|[http://membrane-xbmc-repo.googlecode.com/files/repository.membrane.xbmc-plugins.zip repository.membrane.xbmc-plugins.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.mindmade.org/xbmc.php Mindmade Add-ons]&lt;br /&gt;
|Add-ons from mindmade.org including Swiss specific&lt;br /&gt;
|Andreas Wetzel&lt;br /&gt;
|[http://www.mindmade.org/files/repository.mindmade.zip repository.mindmade.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/6/6a/Mindmade_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/mortstar/repository-mortstar-addons Mortstar&#039;s repo]&lt;br /&gt;
|Includes IMDb+Rotten Tomatoes scraper and Spotimc&lt;br /&gt;
|Mortstar&lt;br /&gt;
|[http://github.com/mortstar/repository-mortstar-addons/raw/master/repository.mortstar.addons-1.2.0.zip repository.mortstar.addons.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/9/96/Icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/mossy-xbmc-repo/ Mossy&#039;s Frodo repo]&lt;br /&gt;
|Irish TV Player and 4oD (working update of Nibor&#039;s version)&lt;br /&gt;
|Mossy&lt;br /&gt;
|[http://mossy-xbmc-repo.googlecode.com/git/release/repository.mossy/repository.mossy.zip repository.mossy.zip]&lt;br /&gt;
|[http://mossy-xbmc-repo.googlecode.com/git/release/repository.mossy/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/sparetime/ Nixa&#039;s Add-ons]&lt;br /&gt;
|General video add-ons&lt;br /&gt;
|Nixa&lt;br /&gt;
|[http://sparetime.googlecode.com/files/repository.googlecode.sparetime.zip repository.googlecode.sparetime.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/c/c8/AJ_Video_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://killdash9.github.com/xbmc-parental-controls/ Parental Controls Add-on]&lt;br /&gt;
|A self-updating parental controls addon.&lt;br /&gt;
|killdash9&lt;br /&gt;
|[https://github.com/downloads/killdash9/xbmc-parental-controls/script.video.parentalcontrols-1.5.3.zip script.video.parentalcontrols-1.5.3.zip]&lt;br /&gt;
|[https://raw.github.com/killdash9/xbmc-parental-controls/master/script.video.parentalcontrols/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://passion-xbmc.org/addons/ Passion-XBMC Repo]&lt;br /&gt;
|General add-ons, including games, from passion-xbmc.org&lt;br /&gt;
|Team Passion-XBMC&lt;br /&gt;
|[http://passion-xbmc.org/addons/Download.php/repository.passion.xbmc.org.gotham/repository.passion.xbmc.org.gotham-4.0.0.zip repository.passion.xbmc.org.gotham-4.0.0.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/f/fd/NIxa%27s_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/hippojay/repository.plexbmc.addons PleXBMC Add-ons Repository]&lt;br /&gt;
|Plex integration for XBMC&lt;br /&gt;
|hippojay, pecinko, magnesium, wickning1&lt;br /&gt;
|[http://hippojay.github.io/repository.plexbmc.addons/download/repository.plexbmc.addons/repository.plexbmc.addons-3.0.0.zip repository.plexbmc.addons-3.0.0.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/TsUPeR/xbmc-repo Popeye&#039;s Repo]&lt;br /&gt;
|Addons for streaming video files via Usenet connections, addons include Pneumatic and Newznab&lt;br /&gt;
|Popeye&lt;br /&gt;
|[https://raw.github.com/TsUPeR/xbmc-repo/master/repo/repository.popeye/repository.popeye-1.0.1.zip repository.popeye-1.0.1.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/vikjon0 QF Add-ons]&lt;br /&gt;
|Add-ons for XBMC-Live and Linux&lt;br /&gt;
|Vikjon0&lt;br /&gt;
|[https://github.com/vikjon0/qf-xbmc-addons/raw/master/repo/repository.qf.addons/repository.qf.addons-1.0.1.zip repository.qf.addons-1.0.1.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/c/cf/QF_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/queeup/ Queeup Add-ons]&lt;br /&gt;
|General add-ons&lt;br /&gt;
|Queeup&lt;br /&gt;
|[https://github.com/queeup/repository.queeup/raw/frodo/repository.queeup.zip repository.queeup-2.0.2.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/3/36/Queeup_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/rasjani/xbmc-rasjanisrepo Rasjani&#039;s Repo]&lt;br /&gt;
|Finnish &amp;amp; English addons&lt;br /&gt;
|rasjani&lt;br /&gt;
|[http://www.pcuf.fi/~rasjani/xbmc-rasjanisrepo/repository.rasjanisrepo.xbmc/repository.rasjanisrepo.xbmc-1.0.0.zip repository.rasjanisrepo.xbmc-1.0.0.zip]&lt;br /&gt;
|[http://www.pcuf.fi/~rasjani/xbmc-rasjanisrepo/repository.rasjanisrepo.xbmc/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://bitbucket.org/Opvolger/plugin.video.rtlxl RTLxl]&lt;br /&gt;
|Watch RTLxl videos (dutch)&lt;br /&gt;
|Opvolger&lt;br /&gt;
|[https://bitbucket.org/Opvolger/plugin.video.rtlxl/downloads/plugin.video.rtlxl.1.0.8.zip plugin.video.rtlxl.1.0.8.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/ruuks-repo/ ruuk&#039;s repo]&lt;br /&gt;
|Latest versions of Forum Browser, flickr, Facebook Media, WebViewer, Plugin Slideshow Screensaver, X-Note (Evernote), ShareSocial etc...&lt;br /&gt;
|ruuk&lt;br /&gt;
|[http://ruuks-repo.googlecode.com/files/ruuk.addon.repository-1.0.0.zip ruuk.addon.repository-1.0.0.zip]&lt;br /&gt;
|[http://code.google.com/p/ruuks-repo/source/browse/trunk/repo/ruuk.addon.repository/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://sastatv.com Sastatv Repository]&lt;br /&gt;
|Live streams and OnDemand media from all over subcontinent&lt;br /&gt;
|Sastatv&lt;br /&gt;
|[http://sastatv.com/repository.sasatv.addons.zip repository.sasatv.addons.zip]&lt;br /&gt;
|[http://sastatv.com/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/ScudLee/scudlee-xbmc-addons ScudLee&#039;s Add-on Repository]&lt;br /&gt;
|AniDB.net scraper mods&lt;br /&gt;
|ScudLee&lt;br /&gt;
|[https://github.com/downloads/ScudLee/scudlee-xbmc-addons/repository.scudlee-1.0.0.zip repository.scudlee-1.0.0.zip]&lt;br /&gt;
|[https://raw.github.com/ScudLee/scudlee-xbmc-addons/master/repository.scudlee/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/sd-xbmc/ SD XBMC Repository]&lt;br /&gt;
|Add-ons for Polish users&lt;br /&gt;
|Plesken&lt;br /&gt;
|[http://sd-xbmc.googlecode.com/files/repository.sd-xbmc.org-1.0.1.zip repository.sd-xbmc.org-1.0.1.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/seppius-xbmc-repo/ Seppius RU Add-ons]&lt;br /&gt;
|Add-ons for Russian users&lt;br /&gt;
|Seppius&lt;br /&gt;
|[http://seppius-xbmc-repo.googlecode.com/files/repository.seppius.zip repository.seppius.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/b/b2/Seppius_RU_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/sickbeard-xbmc/ Sickbeard integration into XBMC]&lt;br /&gt;
|Repository for downloading the Sickbeard XBMC plugin&lt;br /&gt;
|Zach Moore&lt;br /&gt;
|[http://sickbeard-xbmc.googlecode.com/files/repository.sickbeard.xbmc-plugins.zip repository.sickbeard.xbmc-plugins.zip]&lt;br /&gt;
|[http://i.imgur.com/ogZWC.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/brentosmith/ SmithGeek XBMC Repositories]&lt;br /&gt;
|Repositories containing the DVDExtras add-on for associating DVD/BluRay bonus features with movies and TV shows. Theme music support is included.&lt;br /&gt;
|Brent Smith&lt;br /&gt;
|[https://github.com/brentosmith/xbmc-dvdextras/archive/master.zip master.zip]&lt;br /&gt;
|[https://github.com/brentosmith/xbmc-addons/blob/master/Releases/script.dvdextras/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/smuto/ smuto Repository]&lt;br /&gt;
|Add-ons for Polish users&lt;br /&gt;
|smuto&lt;br /&gt;
|[http://smuto.googlecode.com/files/repository.smuto-1.2.1.zip repository.smuto-1.2.1.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/1/1e/Smuto.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/plugin/ stacked Add-on Repository]&lt;br /&gt;
|Video Add-ons: PBS, Revision3, TMZ, G4TV, ESPN Video, NBA Video, and Trailer Addict&lt;br /&gt;
|stacked&lt;br /&gt;
|[http://plugin.googlecode.com/files/repository.stacked.xbmc.addons.zip repository.stacked.xbmc.addons.zip]&lt;br /&gt;
|[http://plugin.googlecode.com/git/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://dl.dropbox.com/u/112011567/xbmc/ t0mcat Addons]&lt;br /&gt;
|Addons by t0mcat - The first one is for displaying the Videoblog of the german vocal-pop group WiseGuys&lt;br /&gt;
|t0mcat&lt;br /&gt;
|[http://dl.dropbox.com/u/112011567/xbmc/repository.t0mcat.zip repository.t0mcat.zip]&lt;br /&gt;
|[http://dl.dropbox.com/u/112011567/xbmc/addons/plugin.video.wiseguys.videoblog/icon.png]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/teeedubb/teeedubb-xbmc-repo/ teeedubb Add-ons]&lt;br /&gt;
|Add-ons by teeedubb - Steam Launcher, Music Party Mode, and others&lt;br /&gt;
|teeedubb&lt;br /&gt;
|[https://github.com/teeedubb/teeedubb-xbmc-repo/raw/master/repository.teeedubb/repository.teeedubb-1.0.1.zip repository.teeedubb-1.0.1.zip]&lt;br /&gt;
|[https://raw.githubusercontent.com/teeedubb/teeedubb-xbmc-repo/master/repository.teeedubb/icon.png]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/turkishxbmcscraper/ Turkish Add-ons]&lt;br /&gt;
|Add-ons &amp;amp; Scraper for Turkish users&lt;br /&gt;
|Drascom&lt;br /&gt;
|[http://turkishxbmcscraper.googlecode.com/files/repository.drascom.xbmc-plugins.zip repository.drascom.xbmc-plugins.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://bitbucket.org/Opvolger/plugin.video.uzg Uitzendinggemist (NPO)]&lt;br /&gt;
|Watch Uitzendinggemist (NPO) videos (dutch)&lt;br /&gt;
|Opvolger&lt;br /&gt;
|[https://bitbucket.org/Opvolger/plugin.video.uzg/downloads/plugin.video.uzg.1.0.3.zip plugin.video.uzg.1.0.3.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://code.google.com/p/urlxl-repo/ urlXL XBMC Addon Repo]&lt;br /&gt;
|Cruncyroll Takeout Addon + Dependencies&lt;br /&gt;
|Yoshi of the Wire&lt;br /&gt;
|[https://urlxl-repo.googlecode.com/files/repository.urlXL.zip repository.urlXL.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/diegofn/wiiego-xbmc-addons/ Wiiego Add-ons]&lt;br /&gt;
|Add-ons as Terra Sonora Audio Service (Listen music for free)&lt;br /&gt;
|Wiiego&lt;br /&gt;
|[https://github.com/diegofn/wiiego-xbmc-addons/raw/master/repo/repository.wiiego/repository.wiiego-1.0.1.zip repository.wiiego-1.0.1.zip]&lt;br /&gt;
|[https://raw.githubusercontent.com/diegofn/wiiego-xbmc-addons/master/repo/repository.wiiego/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/xbmc-doplnky/ XBMC Doplnky]&lt;br /&gt;
|Video addons for czech and slovak users&lt;br /&gt;
| lzoubek&lt;br /&gt;
|[http://xbmc-doplnky.googlecode.com/files/repository.xbmc.doplnky-1.0.3.zip repository.xbmc.doplnky-1.0.3.zip]&lt;br /&gt;
|[https://raw.githubusercontent.com/lzoubek/xbmc-doplnky/master/repository.xbmc.doplnky/icon.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/repository-xbmcnerds/ XBMCNerds Add-ons]&lt;br /&gt;
|General Addons, Cirrus Extended&lt;br /&gt;
|TeamXBMCNerds / mad-max&lt;br /&gt;
|[http://www.xbmcnerds.com/index.php?page=DownloadDBFileDownload&amp;amp;dataID=100]&lt;br /&gt;
|[http://wiki.xbmc.org/images/1/1f/Xbmcnerds.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/xot-uzg/ XOT:Uzg Add-on]&lt;br /&gt;
|Host of an add-on for online TV streaming sites&lt;br /&gt;
|Basje&lt;br /&gt;
|[http://www.rieter.net/ext/?uri=http://xot.hamans.com/net.rieter.xot.repository-1.0.4.zip net.rieter.xot.repository-1.0.4.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/7/75/XOTUzg_Add-on.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/Xycl Xycl Add-ons]&lt;br /&gt;
| WDR Rockpalast concerts, My Pictures Database and ListenLive.eu&lt;br /&gt;
|Xycl&lt;br /&gt;
|[https://github.com/Xycl/repository.xycl.addons/raw/master/repository.xycl.addons/repository.xycl.addons-1.0.9.zip repository.xycl.addons.zip]&lt;br /&gt;
|[https://raw.githubusercontent.com/Xycl/repository.xycl.addons/master/repository.xycl.addons/icon.png]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Outdated Unofficial repositories ==&lt;br /&gt;
&lt;br /&gt;
These repositories have not been updated in a long period of time so might contain broken add-ons.&lt;br /&gt;
&lt;br /&gt;
{{Note|&lt;br /&gt;
* {{big|The &#039;&#039;&#039;[[forum rules]]&#039;&#039;&#039; on piracy content applies to the wiki as well!}}&lt;br /&gt;
* When adding to the table, try to keep the description as &#039;&#039;short&#039;&#039; and &#039;&#039;accurate&#039;&#039; as possible.&lt;br /&gt;
* Also please try to keep it &#039;&#039;alphabetically&#039;&#039; organized according to the &#039;&#039;name column&#039;&#039;.}}&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Name&lt;br /&gt;
!Description&lt;br /&gt;
!Owner&lt;br /&gt;
!Installable ZIP&lt;br /&gt;
!Icons&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/xbmc-repo-balinus/ Balinus Repo]&lt;br /&gt;
|Host of the Shade skin for Eden&lt;br /&gt;
|Balinus&lt;br /&gt;
|[http://xbmc-repo-balinus.googlecode.com/files/xbmc-repo-balinus.zip xbmc-repo-balinus-1.0.0.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.wuala.com/djtoll/xbmcdjtoll/Joggler/Skin/screens/ Djtoll Add-ons]&lt;br /&gt;
|Add-on for Joggler - a new skin designed for touch interface with touchscreens&lt;br /&gt;
|Djtoll&lt;br /&gt;
|[http://content.wuala.com/contents/autobaderborn/xbmcdjtoll/root/xbmc.repo.djtoll.zip xbmc.repo.djtoll.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/5/55/Djtoll.png]&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/BlueCop/BlueCop-XBMC-Plugins Bluecop&#039;s Repo]&lt;br /&gt;
|Misc video add-ons that BlueCop is updating&lt;br /&gt;
|BlueCop&lt;br /&gt;
|[http://bluecop-xbmc-repo.googlecode.com/files/repository.bluecop.xbmc-plugins.zip repository.bluecop.xbmc-plugins.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/dandar3-xbmc-addons/ Dandar3 Add-ons]&lt;br /&gt;
|Video, picture and program add-ons&lt;br /&gt;
|Dan Dare&lt;br /&gt;
|[http://dandar3-xbmc-addons.googlecode.com/files/repository.googlecode.dandar3-xbmc-addons.zip repository.googlecode.dandar3-xbmc-addons.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/izexbmcaddons/ iZE Add-ons]&lt;br /&gt;
|General add-ons&lt;br /&gt;
|iZE&lt;br /&gt;
|[http://izexbmcaddons.googlecode.com/files/repository.googlecode.izexbmcaddons.zip repository.googlecode.izexbmcaddons.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/b/b7/IZE_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/repothn/ THN&#039;s Addons]&lt;br /&gt;
|Addons by THN&lt;br /&gt;
|THN&lt;br /&gt;
|[http://repothn.googlecode.com/files/repository.googlecode.repothn.zip repository.googlecode.repothn.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[https://github.com/t0mm0/t0mm0-xbmc-plugins t0mm0 Addons]&lt;br /&gt;
|Addons by t0mm0&lt;br /&gt;
|t0mm0&lt;br /&gt;
|[https://github.com/downloads/t0mm0/t0mm0-xbmc-plugins/repository.t0mm0-1.0.3.zip repository.t0mm0-1.0.3.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/xbmc-addon-repository/ Maruchan&#039;s Add-ons]&lt;br /&gt;
|General add-ons&lt;br /&gt;
|Orokara&lt;br /&gt;
|[http://xbmc-addon-repository.googlecode.com/files/repository.unofficial.addons.zip repository.unofficial.addons.zip]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/luxeria-repository/ Luxeria Add-ons]&lt;br /&gt;
|General add-ons including dvd and bluray ripper&lt;br /&gt;
|Linuxluemmel&lt;br /&gt;
|[http://luxeria-repository.googlecode.com/files/repository.luxeria.zip repository.luxeria.zip]&lt;br /&gt;
|[http://wiki.xbmc.org/images/e/e5/Luxeria_Add-ons.png]&lt;br /&gt;
|-&lt;br /&gt;
|[http://code.google.com/p/xbmc-czech/ Czech Add-ons]&lt;br /&gt;
|Add-ons for Czech users&lt;br /&gt;
|Tomas.zemres&lt;br /&gt;
|[http://xbmc-czech.googlecode.com/files/repository.xbmc-czech.sf.net-0.1.zip repository.xbmc-czech.sf.net-1.0.zip]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Repositories]]&lt;br /&gt;
[[Category:Add-ons]]&lt;br /&gt;
[[Category:XBMC Manual]]&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=User_talk:Smile4ever&amp;diff=76579</id>
		<title>User talk:Smile4ever</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=User_talk:Smile4ever&amp;diff=76579"/>
		<updated>2014-06-07T11:53:22Z</updated>

		<summary type="html">&lt;p&gt;Smile4ever: Thank you&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to &#039;&#039;XBMC&#039;&#039;!&#039;&#039;&#039;&lt;br /&gt;
We hope you will contribute much and well.&lt;br /&gt;
You will probably want to read the [[Help:Contents|help pages]].&lt;br /&gt;
Again, welcome and have fun! [[User:Ned Scott|Ned Scott]] ([[User talk:Ned Scott|talk]]) 14:24, 6 June 2014 (EDT)&lt;br /&gt;
: Thanks! [[User:Smile4ever|Smile4ever]] ([[User talk:Smile4ever|talk]]) 07:53, 7 June 2014 (EDT)&lt;/div&gt;</summary>
		<author><name>Smile4ever</name></author>
	</entry>
</feed>