MythTV
master
|
Read and write Vorbis (Xiph) tags in a FLAC file. More...
#include <libmythmetadata/metaioflacvorbis.h>
Public Member Functions | |
MetaIOFLACVorbis (void)=default | |
~MetaIOFLACVorbis (void) override=default | |
bool | write (const QString &filename, MusicMetadata *mdata) override |
Writes all metadata back to a file. More... | |
bool | writeAlbumArt (const QString &filename, const AlbumArtImage *albumart) override |
Write the albumart image to the file. More... | |
bool | removeAlbumArt (const QString &filename, const AlbumArtImage *albumart) override |
Remove the albumart image from the file. More... | |
MusicMetadata * | read (const QString &filename) override |
Reads MusicMetadata from a file. More... | |
AlbumArtList | getAlbumArtList (const QString &filename) override |
Read the albumart images from the file. More... | |
QImage * | getAlbumArt (const QString &filename, ImageType type) override |
Read the albumart image from the file. More... | |
bool | supportsEmbeddedImages (void) override |
Does the tag support embedded cover art. More... | |
bool | changeImageType (const QString &filename, const AlbumArtImage *albumart, ImageType newType) override |
bool | TagExists (const QString &filename) override |
Public Member Functions inherited from MetaIOTagLib | |
MetaIOTagLib (void)=default | |
~MetaIOTagLib (void) override=default | |
Public Member Functions inherited from MetaIO | |
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 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 Private Member Functions | |
static TagLib::FLAC::File * | OpenFile (const QString &filename) |
Open the file to read the tag. More... | |
static TagLib::FLAC::Picture * | getPictureFromFile (TagLib::FLAC::File *flacfile, ImageType type) |
static TagLib::FLAC::Picture::Type | PictureTypeFromImageType (ImageType itype) |
static QString | getExtFromMimeType (const QString &mimeType) |
Additional Inherited Members | |
Static Public Member Functions inherited from MetaIO | |
static MetaIO * | createTagger (const QString &filename) |
Finds an appropriate tagger for the given file. More... | |
static MusicMetadata * | readMetadata (const QString &filename) |
Read the metadata from filename directly. More... | |
static MusicMetadata * | getMetadata (const QString &filename) |
Get the metadata for filename . More... | |
Static Public Attributes inherited from MetaIO | |
static const QString | kValidFileExtensions |
Protected Member Functions inherited from MetaIOTagLib | |
std::chrono::milliseconds | getTrackLength (const QString &filename) override |
Find the length of the track (in milliseconds) More... | |
void | ReadGenericMetadata (TagLib::Tag *tag, MusicMetadata *metadata) |
Writes metadata common to all tag formats to the tag. More... | |
Protected Member Functions inherited from MetaIO | |
void | saveTimeStamps (void) |
void | restoreTimeStamps (void) |
Static Protected Member Functions inherited from MetaIOTagLib | |
static std::chrono::milliseconds | getTrackLength (TagLib::File *file) |
Find the length of the track (in milliseconds) More... | |
static void | WriteGenericMetadata (TagLib::Tag *tag, const MusicMetadata *metadata) |
Writes metadata common to all tag formats to the tag. More... | |
Protected Attributes inherited from MetaIO | |
QString | m_filename |
QString | m_filenameFormat |
Read and write Vorbis (Xiph) tags in a FLAC file.
Definition at line 21 of file metaioflacvorbis.h.
|
default |
|
overridedefault |
|
overridevirtual |
Writes all metadata back to a file.
filename | The filename to write metadata to |
mdata | A pointer to a MusicMetadata object |
Implements MetaIOTagLib.
Definition at line 40 of file metaioflacvorbis.cpp.
Referenced by FlacEncoder::~FlacEncoder().
|
override |
Write the albumart image to the file.
filename | The music file to add the albumart |
albumart | The Album Art image to write |
Definition at line 363 of file metaioflacvorbis.cpp.
|
override |
Remove the albumart image from the file.
filename | The music file to remove the albumart |
albumart | The Album Art image to remove |
Definition at line 440 of file metaioflacvorbis.cpp.
|
overridevirtual |
Reads MusicMetadata from a file.
filename | The filename to read metadata from. |
Implements MetaIOTagLib.
Definition at line 97 of file metaioflacvorbis.cpp.
|
override |
Read the albumart images from the file.
filename | The filename for which we want to find the images. |
Definition at line 278 of file metaioflacvorbis.cpp.
|
override |
Read the albumart image from the file.
filename | The filename for which we want to find the albumart. |
type | The type of image we want - front/back etc |
Definition at line 188 of file metaioflacvorbis.cpp.
|
inlineoverridevirtual |
Does the tag support embedded cover art.
Reimplemented from MetaIO.
Definition at line 35 of file metaioflacvorbis.h.
|
override |
Definition at line 485 of file metaioflacvorbis.cpp.
|
override |
Definition at line 526 of file metaioflacvorbis.cpp.
|
staticprivate |
Open the file to read the tag.
filename | The filename |
Definition at line 22 of file metaioflacvorbis.cpp.
Referenced by changeImageType(), getAlbumArt(), getAlbumArtList(), read(), removeAlbumArt(), TagExists(), write(), and writeAlbumArt().
|
staticprivate |
Definition at line 213 of file metaioflacvorbis.cpp.
Referenced by changeImageType(), getAlbumArt(), removeAlbumArt(), and writeAlbumArt().
|
staticprivate |
Definition at line 242 of file metaioflacvorbis.cpp.
Referenced by changeImageType(), getPictureFromFile(), and writeAlbumArt().
|
staticprivate |
Definition at line 544 of file metaioflacvorbis.cpp.
Referenced by getAlbumArtList().