Here’s another Kodi4U Video Tutorial. This time, the focus is on installing the complete collection of Streaming services available from TVAddons.AG using the Configuration Wizard. Enjoy!

Kodi4U – XBMC Kodi Media Center Tutorials & Reviews

This tutorial guides users through installing the complete TVAddons.AG (previously called XBMCHub) experience for XBMC Kodi Media Center. TVAddons.AG is a website and XBMC Repository providing access to a large variety of media streaming services for XBMC Kodi. By installing the Configuration Wizard for your platform, you have access to a complete list of popular Streaming Add-ons such as 1Channel (Primewire), Project FreeTV, IceFilms, Genesis, SportsDevil and much more.

Source: http://fusion.xbmchub.com/
Add-On: Config Wizard
Version: 1.1.9
Website: http://www.tvaddons.ag/

Tested on:
– XBMC 12.3 Frodo
– XBMC 13.2 Gotham
– Kodi 14.0 Helix Nightly 20141017

Source Code/Download: http://www.tvaddons.ag/
Support: http://www.tvaddons.ag/kodi-support/

If you like this content, please click Like and hit the Subscribe button!

And another XBMC Kodi Tutorial for your viewing pleasure. In this video, I will guide you through installing the Fusion Source and the XBMCHub Repository which in it’s turn will point you to many of the most popular Music and Video Streaming add-ons.

Kodi4U – XBMC Kodi Media Center Tutorials & Reviews

This tutorial guides users through installing the “Fusion” Source and the “XBMCHub” or “TVAddons.AG” Repository for XBMC Kodi Media Center. TVAddons.AG is a website and XBMC Repository providing access to a large variety of media streaming services for XBMC Kodi. Through the available list of repositories, you will be able to choose to install all available services through HubWizard or just those that you want from the Repository files provided.

Source: http://fusion.xbmchub.com/
Repository: xbmchub.repository-1.0.5.zip
Version: 1.0.5
Website: http://www.tvaddons.ag/

Tested on:
– XBMC 12.3 Frodo
– XBMC 13.2 Gotham
– Kodi 14.0 Helix Nightly 20141014

Source Code/Download: http://www.tvaddons.ag/
Support: http://www.tvaddons.ag/kodi-support/

If you like this content, please click Like and hit the Subscribe button!

Here’s my first XBMC Tutorial. Hope you’ll enjoy it. It explains how to install and use the 4Players Videos addon / extension to XBMC Kodi Media Center.

Kodi4U – XBMC Kodi Media Center Tutorials & Reviews

This tutorial guides users through installing the “4Players Videos” Addon for XBMC Kodi Media Center. 4Players Video is an XBMC add-on featured in the official XBMC.org repository and provides access to the many videos on the German Videogame Magazine Website www.4players.de featuring trailers, interviews and game reviews in both English and German.

Download v2.0.3: http://bit.ly/4playersplugin

Addon: 4Players Videos
Author: Tristan Fischer (dersphere)
Version: 2.03
Website: http://www.4players.de/

Tested on:
– XBMC 12.3 Frodo
– XBMC 13.2 Gotham
– Kodi 14.0 Helix Alpha3

Source Code/Download: http://github.com/dersphere/plugin.video.4players
Support: http://forum.xbmc.org/showthread.php?t=124880

If you like this content, please click Like and hit the Subscribe button!

When trying to upload a file-type which is not by default supported by WordPress (my example was with WordPress 4.0 but this will work with earlier versions too), you will be presented with the following error:

Sorry, this file type is not permitted for security reasons.

This can be frustrating, especially if you know that the file you’re trying to upload contains no security threats at all. So, how do you fix this? Well, the answer is simpler than you might think. The reason why this error is presented is because WordPress maintains a listed of supported file-type, or MIME types. If the file-type does not appear in this list, it is not permitted to be uploaded in WordPress. So, all you have to do is add the “.apk” file-type – or any other filetype – to the supported MIME list and you’re good to go.

Unfortunately, WordPress doesn’t have a built-in interface to add new MIME types. Luckily, there is a great little plugin called “WP Add Mime Types” which is developed by Kimiya Kitani. In the past people used PJW MIME Config as well, but that one is no longer being actively developed.

So, log in to your WordPress Admin interface, go to Plugins followed by Add New and in the Search box, type “WP Add Mime Types”. Click on Install followed by Activate and you’re good to go. Now, to configure the Plugin to support apk file uploads, click Settings once more, followed by Mime Type Settings. Here you can add the following entry for apk file uploads, but you can adjust it to the needs for your filetype:

apk = application/vnd.android.package-archive

That’s it! Click on Save and you’re now able to upload apk files for your visitors to download!