23 #ifndef ABSTRACTPLAYLISTPARSER_H 24 #define ABSTRACTPLAYLISTPARSER_H 28 #include "Helper/MetaData/MetaDataList.h" 52 QString _file_content;
54 QString _download_target;
64 virtual void parse()=0;
74 #endif // ABSTRACTPLAYLISTPARSER_H
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)
virtual MetaDataList get_md(bool force_parse=false) final
parse playlist and return found metadata
The AbstractPlaylistParser class.
Definition: AbstractPlaylistParser.h:34