#include <metadatamanager.h>
List of all members.
Detailed Description
The MetaDataManager class is the base class for metadata access.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Constructor & Destructor Documentation
Member Function Documentation
Creats metadata object, which provides full access to file tags.
- Parameters:
-
url | File path or URL. |
parent | Parent object. |
- Returns:
- MetaDataModel pointer or null pointer.
Extracts metadata and audio information from file path and returns a list of FileInfo items. One file may contain several playlist items (for example: cda disk or flac with embedded cue)
- Parameters:
-
path | Source file path. |
useMetaData | Metadata usage (true - use, - do not use) |
Returns a list of file name filters with description, i.e. "MPEG Files (*.mp3 *.mpg)"
QPixmap getCover |
( |
const QString & |
fileName | ) |
|
Returns cover pixmap for the given file fileName, or returns an empty pixmap if cover is not available.
Returns cover file path for the given file fileName, or returns an empty string if cover file is not available. This function does not work with embedded covers.
Returns a list of file name filters, i.e. "*.mp3 *.mpg"
Returns a list of the suported protocols
bool supports |
( |
const QString & |
file | ) |
const |
Returns true if file is supported and exists, otherwise returns false
The documentation for this class was generated from the following file: