#include "Album.h"
#include "MediaSource.h"
#include "addons/Scraper.h"
#include "dbwrappers/Database.h"
#include "settings/LibExportSettings.h"
#include "utils/SortUtils.h"
#include <utility>
#include <vector>
#include <set>
#include <string>
Go to the source code of this file.
|
#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 |
|