|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "Album.h"#include "MediaSource.h"#include "addons/Scraper.h"#include "dbwrappers/Database.h"#include "settings/LibExportSettings.h"#include "utils/Artwork.h"#include "utils/SortUtils.h"#include <cctype>#include <map>#include <set>#include <string>#include <utility>#include <vector>Classes | |
| struct | ArtForThumbLoader |
| A structure used for fetching music art data. More... | |
| class | CMusicDatabase |
| Class to store and read tag information. More... | |
Namespaces | |
| namespace | dbiplus |
Variables | |
| constexpr int | ERROR_OK = 317 |
| constexpr int | ERROR_CANCEL = 0 |
| constexpr int | ERROR_DATABASE = 315 |
| constexpr int | ERROR_REORG_SONGS = 319 |
| constexpr int | ERROR_REORG_ARTIST = 321 |
| constexpr int | ERROR_REORG_OTHER = 323 |
| constexpr int | ERROR_REORG_PATH = 325 |
| constexpr int | ERROR_REORG_ALBUM = 327 |
| constexpr int | ERROR_WRITING_CHANGES = 329 |
| constexpr int | ERROR_COMPRESSING = 332 |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |