|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIWindowMusicPlaylistEditor.h"#include "ServiceBroker.h"#include "Util.h"#include "utils/URIUtils.h"#include "utils/StringUtils.h"#include "utils/Variant.h"#include "Autorun.h"#include "dialogs/GUIDialogFileBrowser.h"#include "filesystem/PlaylistFileDirectory.h"#include "playlists/PlayListM3U.h"#include "guilib/GUIKeyboardFactory.h"#include "FileItem.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "GUIUserMessages.h"#include "input/Key.h"#include "guilib/LocalizeStrings.h"Macros | |
| #define | CONTROL_LABELFILES 12 |
| #define | CONTROL_LOAD_PLAYLIST 6 |
| #define | CONTROL_SAVE_PLAYLIST 7 |
| #define | CONTROL_CLEAR_PLAYLIST 8 |
| #define | CONTROL_PLAYLIST 100 |
| #define | CONTROL_LABEL_PLAYLIST 101 |
| #define CONTROL_CLEAR_PLAYLIST 8 |
| #define CONTROL_LABEL_PLAYLIST 101 |
| #define CONTROL_LABELFILES 12 |
| #define CONTROL_LOAD_PLAYLIST 6 |
| #define CONTROL_PLAYLIST 100 |
| #define CONTROL_SAVE_PLAYLIST 7 |