xbmc
Public Member Functions | Static Public Member Functions | Static Protected Member Functions | List of all members
CTagLoaderTagLib Class Reference
Inheritance diagram for CTagLoaderTagLib:
Inheritance graph
[legend]
Collaboration diagram for CTagLoaderTagLib:
Collaboration graph
[legend]

Public Member Functions

bool Load (const std::string &strFileName, MUSIC_INFO::CMusicInfoTag &tag, EmbeddedArt *art=nullptr) override
 
bool Load (const std::string &strFileName, MUSIC_INFO::CMusicInfoTag &tag, const std::string &fallbackFileExtension, EmbeddedArt *art=nullptr)
 
template<>
bool ParseTag (ASF::Tag *asf, EmbeddedArt *art, CMusicInfoTag &tag)
 
template<>
bool ParseTag (ID3v1::Tag *id3v1, EmbeddedArt *art, CMusicInfoTag &tag)
 
template<>
bool ParseTag (ID3v2::Tag *id3v2, EmbeddedArt *art, MUSIC_INFO::CMusicInfoTag &tag)
 
template<>
bool ParseTag (APE::Tag *ape, EmbeddedArt *art, CMusicInfoTag &tag)
 
template<>
bool ParseTag (Ogg::XiphComment *xiph, EmbeddedArt *art, CMusicInfoTag &tag)
 
template<>
bool ParseTag (MP4::Tag *mp4, EmbeddedArt *art, CMusicInfoTag &tag)
 
template<>
bool ParseTag (Tag *genericTag, EmbeddedArt *art, CMusicInfoTag &tag)
 

Static Public Member Functions

static std::vector< std::string > SplitMBID (const std::vector< std::string > &values)
 

Static Protected Member Functions

static void SetArtist (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void SetArtistSort (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void SetArtistHints (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void SetAlbumArtist (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void SetAlbumArtistSort (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void SetAlbumArtistHints (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void SetComposerSort (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void SetDiscSubtitle (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void SetGenre (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void SetReleaseType (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void AddArtistRole (MUSIC_INFO::CMusicInfoTag &tag, const std::string &strRole, const std::vector< std::string > &values)
 
static void AddArtistRole (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static void AddArtistInstrument (MUSIC_INFO::CMusicInfoTag &tag, const std::vector< std::string > &values)
 
static int POPMtoXBMC (int popm)
 
template<typename T >
static bool ParseTag (T *tag, EmbeddedArt *art, MUSIC_INFO::CMusicInfoTag &infoTag)
 

Member Function Documentation

◆ ParseTag()

template<>
bool CTagLoaderTagLib::ParseTag ( ID3v2::Tag *  id3v2,
EmbeddedArt art,
MUSIC_INFO::CMusicInfoTag tag 
)
Todo:
wtf? Why 51 find some explanation, somewhere...

The documentation for this class was generated from the following files: