Skip to content

Calebe94/XTeam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xteam

XTeam-abezao

Icon by: Abezão

This add-on is under development, its purpose is to bring full control over your Steam games inside Kodi environment. Its design is simple and follows the style of the theme you have chosen.

Installation

First of all, you will need to download this repository in ".zip" format, as you can see in the image below.

installation-1

Then, you need to verify if your Kodi has permission to add Add-ons from unknown sources. To do that you'll need to go to System, Settings/System, Add-ons, then check if the Unknown Sources buttons are enabled, if don't, enable it.

installation-2

When you enable the button you'll popup window will show, click on yes to proceed.

installation-3

After that, you'll need to install XTeam, to do so, go to your Kodi home screen, then go to Add-ons, click in the Box right above, click on "Install from ZIP File, and then select the zip file you have downloaded in the first step.

installation-4

Usage

Soon...

References:

The links below served as a reference for the development of this project.

Steam Under Linux:


Kodi Add-on Development:


Steam Web API:

  • Steam Community - Description: Link to get the user's library - Link:

      http://steamcommunity.com/id/<vanity_URL>/games?tab=all&xml=1
    
  • Site: Steam Powered - Description: Link to get the user's information - Link:

      http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=<API_KEY>&steamids=<STEAM_ID64>
    
  • Site: Steam Powered - Description: Lint to get the Steam Interfaces - Link:

      https://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v1
    

Repositories:

  • python-valve: Python-valve is a Python library which intends to provide an all-in-one interface to various Valve products and services.
  • Steamodd: Steamodd contains of several useful tools for working with Steam related data:

Questions on Stack Overflow: