|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <utility>#include <vector>#include "addons/Scraper.h"#include "Album.h"#include "dbwrappers/Database.h"#include "MusicDbUrl.h"#include "MediaSource.h"#include "settings/LibExportSettings.h"#include "utils/SortUtils.h"#include <set>#include <string>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 |
Macros | |
| #define | ERROR_OK 317 |
| #define | ERROR_CANCEL 0 |
| #define | ERROR_DATABASE 315 |
| #define | ERROR_REORG_SONGS 319 |
| #define | ERROR_REORG_ARTIST 321 |
| #define | ERROR_REORG_OTHER 323 |
| #define | ERROR_REORG_PATH 325 |
| #define | ERROR_REORG_ALBUM 327 |
| #define | ERROR_WRITING_CHANGES 329 |
| #define | ERROR_COMPRESSING 332 |
| #define | NUM_SONGS_BEFORE_COMMIT 500 |
Typedefs | |
| typedef std::set< std::string > | SETPATHS |
| A set of std::string objects, used for CMusicDatabase. More... | |
| typedef std::set< std::string >::iterator | ISETPATHS |
| The SETPATHS iterator. More... | |
| #define ERROR_CANCEL 0 |
| #define ERROR_COMPRESSING 332 |
| #define ERROR_DATABASE 315 |
| #define ERROR_OK 317 |
| #define ERROR_REORG_ALBUM 327 |
| #define ERROR_REORG_ARTIST 321 |
| #define ERROR_REORG_OTHER 323 |
| #define ERROR_REORG_PATH 325 |
| #define ERROR_REORG_SONGS 319 |
| #define ERROR_WRITING_CHANGES 329 |
| #define NUM_SONGS_BEFORE_COMMIT 500 |