1 #ifndef MUSICPLAYLISTMANAGER_H
2 #define MUSICPLAYLISTMANAGER_H
34 void writeSongItem(
const QString &path,
const MusicSongItemList &item);
38 void readSongItems(
const QStringList &paths, MusicSongItemList &items);
44 bool readTKPLConfig(
const QString &path, MusicSongItemList &items);
48 bool writeTKPLConfig(
const QString &path,
const MusicSongItemList &item);
53 bool readM3UConfig(
const QString &path, MusicSongItemList &items);
57 bool writeM3UConfig(
const QString &path,
const MusicSongItemList &item);
62 bool readPLSConfig(
const QString &path, MusicSongItemList &items);
66 bool writePLSConfig(
const QString &path,
const MusicSongItemList &item);
71 bool readWPLConfig(
const QString &path, MusicSongItemList &items);
75 bool writeWPLConfig(
const QString &path,
const MusicSongItemList &item);
80 bool readXSPFConfig(
const QString &path, MusicSongItemList &items);
84 bool writeXSPFConfig(
const QString &path,
const MusicSongItemList &item);
89 bool readJSPFConfig(
const QString &path, MusicSongItemList &items);
93 bool writeJSPFConfig(
const QString &path,
const MusicSongItemList &item);
98 bool readASXConfig(
const QString &path, MusicSongItemList &items);
102 bool writeASXConfig(
const QString &path,
const MusicSongItemList &item);
107 bool readFPLConfig(
const QString &path, MusicSongItemList &items);
112 bool readDBPLConfig(
const QString &path, MusicSongItemList &items);
117 bool readCSVConfig(
const QString &path, MusicSongItemList &items);
121 bool writeCSVConfig(
const QString &path,
const MusicSongItemList &item);
126 bool readTXTConfig(
const QString &path, MusicSongItemList &items);
130 bool writeTXTConfig(
const QString &path,
const MusicSongItemList &item);
134 #endif // MUSICPLAYLISTMANAGER_H
#define TTK_MODULE_EXPORT
The class of the playlist manager.
#define TTK_DECLARE_MODULE(Class)