Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIInfoManager.h"
#include "FileItem.h"
#include "ServiceBroker.h"
#include "URL.h"
#include "Util.h"
#include "application/ApplicationComponents.h"
#include "application/ApplicationPlayer.h"
#include "cores/DataCacheCore.h"
#include "filesystem/File.h"
#include "games/tags/GameInfoTag.h"
#include "guilib/guiinfo/GUIInfo.h"
#include "guilib/guiinfo/GUIInfoHelper.h"
#include "guilib/guiinfo/GUIInfoLabels.h"
#include "input/WindowTranslator.h"
#include "interfaces/AnnouncementManager.h"
#include "interfaces/info/InfoExpression.h"
#include "messaging/ApplicationMessenger.h"
#include "playlists/PlayListTypes.h"
#include "settings/SkinSettings.h"
#include "utils/ArtUtils.h"
#include "utils/CharsetConverter.h"
#include "utils/FileUtils.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include "utils/log.h"
#include <algorithm>
#include <array>
#include <charconv>
#include <cmath>
#include <functional>
#include <iterator>
#include <memory>
#include <mutex>
Classes | |
struct | infomap |
Functions | |
bool | InfoBoolComparator (const InfoPtr &right, const InfoPtr &left) |
Variables | |
const infomap | addons [] |
const infomap | string_bools [] |
const infomap | integer_bools [] |
const infomap | player_labels [] |
const infomap | player_param [] |
const infomap | player_times [] |
const infomap | player_process [] |
const infomap | weather [] |
const infomap | system_labels [] |
const infomap | system_param [] |
const infomap | network_labels [] |
const infomap | musicpartymode [] |
const infomap | musicplayer [] |
const infomap | videoplayer [] |
const infomap | retroplayer [] |
const infomap | mediacontainer [] |
const infomap | container_bools [] |
const infomap | container_ints [] |
const infomap | container_str [] |
const infomap | listitem_labels [] |
const infomap | visualisation [] |
const infomap | fanart_labels [] |
const infomap | skin_labels [] |
const infomap | window_bools [] |
const infomap | control_labels [] |
const infomap | playlist [] |
const infomap | pvr [] |
const infomap | pvr_times [] |
const infomap | rds [] |
const infomap | slideshow [] |
const infomap addons[] |
const infomap container_bools[] |
const infomap container_ints[] |
const infomap container_str[] |
const infomap control_labels[] |
const infomap fanart_labels[] |
const infomap integer_bools[] |
const infomap listitem_labels[] |
const infomap mediacontainer[] |
const infomap musicpartymode[] |
const infomap musicplayer[] |
const infomap network_labels[] |
const infomap player_labels[] |
const infomap player_param[] |
const infomap player_process[] |
const infomap player_times[] |
const infomap playlist[] |
const infomap pvr[] |
const infomap pvr_times[] |
const infomap rds[] |
const infomap retroplayer[] |
const infomap skin_labels[] |
const infomap slideshow[] |
const infomap string_bools[] |
const infomap system_labels[] |
const infomap system_param[] |
const infomap videoplayer[] |
const infomap visualisation[] |
const infomap weather[] |
const infomap window_bools[] |