Read and write Vorbis (Xiph) tags in an Ogg container.
More...
#include <libmythmetadata/metaiooggvorbis.h>
|
| MetaIOOggVorbis (void)=default |
|
| ~MetaIOOggVorbis (void) override=default |
|
bool | write (const QString &filename, MusicMetadata *mdata) override |
| Writes all metadata back to a file. More...
|
|
MusicMetadata * | read (const QString &filename) override |
| Reads MusicMetadata from a file. More...
|
|
| MetaIOTagLib (void)=default |
|
| ~MetaIOTagLib (void) override=default |
|
| MetaIO (void) |
|
virtual | ~MetaIO (void)=default |
|
virtual bool | writeVolatileMetadata ([[maybe_unused]] const QString &filename, [[maybe_unused]] MusicMetadata *mdata) |
| Writes rating and playcount back to a file. More...
|
|
virtual bool | supportsEmbeddedImages (void) |
| Does the tag support embedded cover art. More...
|
|
virtual AlbumArtList | getAlbumArtList ([[maybe_unused]] const QString &filename) |
| Reads the list of embedded images in the tag. More...
|
|
virtual bool | writeAlbumArt ([[maybe_unused]] const QString &filename, [[maybe_unused]] const AlbumArtImage *albumart) |
|
virtual bool | removeAlbumArt ([[maybe_unused]] const QString &filename, [[maybe_unused]] const AlbumArtImage *albumart) |
|
virtual bool | changeImageType ([[maybe_unused]] const QString &filename, [[maybe_unused]] const AlbumArtImage *albumart, [[maybe_unused]] ImageType newType) |
|
virtual QImage * | getAlbumArt ([[maybe_unused]] const QString &filename, [[maybe_unused]] ImageType type) |
|
void | readFromFilename (const QString &filename, QString &artist, QString &album, QString &title, QString &genre, int &tracknum) |
| Reads MusicMetadata based on the folder/filename. More...
|
|
MusicMetadata * | readFromFilename (const QString &filename, bool blnLength=false) |
| Reads MusicMetadata based on the folder/filename. More...
|
|
void | readFromFilename (MusicMetadata *metadata) |
| Reads MusicMetadata based on the folder/filename. More...
|
|
virtual bool | TagExists ([[maybe_unused]] const QString &filename) |
|
|
static TagLib::Ogg::Vorbis::File * | OpenFile (const QString &filename) |
| Open the file to read the tag. More...
|
|
Read and write Vorbis (Xiph) tags in an Ogg container.
Definition at line 21 of file metaiooggvorbis.h.
◆ MetaIOOggVorbis()
MetaIOOggVorbis::MetaIOOggVorbis |
( |
void |
| ) |
|
|
default |
◆ ~MetaIOOggVorbis()
MetaIOOggVorbis::~MetaIOOggVorbis |
( |
void |
| ) |
|
|
overridedefault |
◆ write()
◆ read()
MusicMetadata * MetaIOOggVorbis::read |
( |
const QString & |
filename | ) |
|
|
overridevirtual |
◆ OpenFile()
TagLib::Ogg::Vorbis::File * MetaIOOggVorbis::OpenFile |
( |
const QString & |
filename | ) |
|
|
staticprivate |
Open the file to read the tag.
- Parameters
-
- Returns
- A taglib file object for this format
Definition at line 16 of file metaiooggvorbis.cpp.
Referenced by read(), and write().
The documentation for this class was generated from the following files: