![]() |
Sayonara Player
|
Public Member Functions | |
AbstractPlaylistParser (const QString &filepath) | |
virtual MetaDataList | tracks (bool force_parse=false) final |
parse playlist and return found metadata More... | |
Protected Member Functions | |
void | add_track (const MetaData &md) |
void | add_tracks (const MetaDataList &v_md) |
const QString & | content () const |
virtual void | parse ()=0 |
here the parsing is done Called by MetaDataList get_md(bool force_parse=false) | |
QString | get_absolute_filename (const QString &filename) const |
calculates the absolute filename for a track depending on the path of the playlist file More... | |
|
protected |
calculates the absolute filename for a track depending on the path of the playlist file
filename | as seen in the playlist |
|
finalvirtual |