#include <playlistparser.h>
List of all members.
Detailed Description
The PlaylistParser class provides a simple api to access playlist format plugins.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Member Function Documentation
Returns PlayListFormat pointer which supports mime type mime or 0 if mime type mime is unsupported
Finds playlist format by file path filePath Returns 0 if file filePath is unsupported.
Finds playlist format by url path url Returns 0 if file filePath is unsupported.
Returns a list of the installed playlist formats.
static QStringList loadPlaylist |
( |
const QString & |
f_name | ) |
[static] |
Loads playlist from file f_name
- Parameters:
-
- Returns:
- A list of URLs or file paths.
Returns a list of the supported files name filters, i.e. "*.m3u *.pls"
Saves a list of tracks to the file.
- Parameters:
-
tracks | A list of tracks. |
f_name | File name the playlist. |
The documentation for this class was generated from the following file: