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