#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@ya.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 bool isPlayList |
( |
const QString & |
url | ) |
[static] |
Returns true if file url is playlist. Otherwise returns false.
- Parameters:
-
| url | Local file path or URL. |
Loads all playlist plugins. Should be called before usage from another thread.
Loads playlist from file f_name.
- Parameters:
-
- Returns:
- A list of tracks.
Loads playlist from content content.
- Parameters:
-
| fmt | Playlist format (short name). |
| content | Playlist content. |
- Returns:
- A list of tracks.
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: