 |
Sayonara Player
|
21 #ifndef ABSTRACTPLAYLISTPARSER_H
22 #define ABSTRACTPLAYLISTPARSER_H
24 #include "Utils/Pimpl.h"
50 const QString& content() const;
66 #endif // ABSTRACTPLAYLISTPARSER_H
The AbstractPlaylistParser class.
Definition: AbstractPlaylistParser.h:31
virtual void parse()=0
here the parsing is done Called by MetaDataList get_md(bool force_parse=false)
QString getAbsoluteFilename(const QString &filename) const
calculates the absolute filename for a track depending on the path of the playlist file
virtual MetaDataList tracks(bool forceParse=false) final
parse playlist and return found metadata