21#ifndef SAYONARA_PLAYER_PLAYLISTPARSER_H
22#define SAYONARA_PLAYER_PLAYLISTPARSER_H
39namespace PlaylistParser
41 MetaDataList parsePlaylist(
const QString& filename,
42 const std::shared_ptr<Util::FileSystem>& fileSystem,
43 const std::shared_ptr<Tagging::TagReader>& tagReader);
45 MetaDataList parsePlaylistWithoutTags(
const QString& filename,
46 const std::shared_ptr<Util::FileSystem>& fileSystem);
Definition TagReader.h:34
Definition FileSystem.h:34
The GUI_TagEdit class.
Definition Engine.h:33
Helper functions.
Definition MetaTypeRegistry.h:25