Following our first tutorial explaining how to create your first Kodi add-on, the next steps will be to use the arguments the Kodi passes to the add-on and add a menu for this add-on. This tutorial is based on the Python code created in the previous tutorial.
Vimeo is one of the biggest and a most popular video sharing websites. You can watch there animation, music videos, documentaries, action sports and much more from a huge collection of videos. The Vimeo add-on has all the content found on the website, arranged by categories. You can also search for a specific video.
Downloading subtitles for movies and TV shows is one of the common activities when working with Kodi. Every time you want to download a subtitle, you first need to open the subtitles selection dialog manually and then choose a specific subtitle. However opening the subtitles selection dialog can be done automatically by installing the AutoSubs add-on.
The most common way to control your Kodi is to use physical remote control. However, there is another way to control it using your mobile phone, which can be an Android or iOS device.
For the second option, you first need to configure Kodi accordingly. Then you need to install and configure an app on your mobile. After doing so, you will be able to control Kodi with an app that is optimized for it. Your mobile device and Kodi must be connected to the same local network for this to work.
Using an app instead of physical remote control has several advantages. The app is easier to work with and you can copy and paste long text like URLs of repositories, URLs of M3U playlists and API keys. Also, it is handy if you have lost your remote.
You can control Kodi using the buttons of your remote control, but there is another way to control it which is a keyboard. Controlling Kodi using a keyboard is a great way to speed up things and improving your user experience. You can do all the common tasks like pausing a video or increasing the volume using keyboard shortcuts.
The Uranus add-on is a fork of Elysium with nice changes that improve its functionality. You can use it to watch a huge collection of movies and TV shows. It includes categories like new movies, top-rated, in theaters, kids collections, genres, years and persons. You should definitely try this add-on!
An RSS feed is an easy way to follow news and updates. Kodi uses a cool feature called RSS ticker to display those feeds on the bottom of Kodi’s home page. This works with the default skin of Kodi or with every skin that supports RSS feeds. Unfortunately, most of the users don’t know this useful feature even exists. RSS ticker is a great way to follow news and updates without leaving Kodi.
When diagnosing your Kodi device, one of the common tests is checking how well your storage performs I/O operations (read and write), so you can compare it to other storage devices. The I/O Benchmark add-on writes a file to your storage and then reads this file to test the I/O performance. Don’t be alarmed by poor results as it doesn’t necessarily mean your Kodi device is slow.
When diagnosing your Kodi device, one of the common tests is checking how well the CPU of your device performs, so you can compare it to other CPUs. The CPU Benchmark add-on uses a utility called Pystone for testing the Python performance, which Kodi is based on. Don’t be alarmed by poor results as it doesn’t necessarily mean your device is slow.
A Kodi build is a prepackaged version of Kodi containing skin, repositories, add-ons and predefined settings. A build is easier to install because it requires only a few clicks, and your Kodi is ready to go. However, there are good reasons why not to install those builds.