Go to the source code of this file.
Functions | |
| MetadataLookup * | LookupFromProgramInfo (ProgramInfo *pginfo) |
| QDomDocument | CreateMetadataXML (MetadataLookupList list) |
| QDomDocument | CreateMetadataXML (MetadataLookup *lookup) |
| QDomDocument | CreateMetadataXML (ProgramInfo *pginfo) |
| void | CreateMetadataXMLItem (MetadataLookup *lookup, QDomElement placetoadd, QDomDocument docroot) |
| void | AddCertifications (MetadataLookup *lookup, QDomElement placetoadd, QDomDocument docroot) |
| void | AddCategories (MetadataLookup *lookup, QDomElement placetoadd, QDomDocument docroot) |
| void | AddStudios (MetadataLookup *lookup, QDomElement placetoadd, QDomDocument docroot) |
| void | AddCountries (MetadataLookup *lookup, QDomElement placetoadd, QDomDocument docroot) |
| MetadataLookup * | ParseMetadataItem (const QDomElement &item, MetadataLookup *lookup, bool passseas) |
| MetadataLookup * | ParseMetadataMovieNFO (const QDomElement &item, MetadataLookup *lookup) |
| PeopleMap | ParsePeople (QDomElement people) |
| ArtworkMap | ParseArtwork (QDomElement artwork) |
| int | editDistance (const QString &s, const QString &t) |
| QString | nearestName (const QString &actual, const QStringList &candidates) |
| QDateTime | RFC822TimeToQDateTime (const QString &t) |
| MetaGrabberScript * | ParseGrabberVersion (const QDomElement &item) |
| MetadataLookup* LookupFromProgramInfo | ( | ProgramInfo * | pginfo | ) |
Definition at line 437 of file metadatacommon.cpp.
Referenced by CreateMetadataXML().
| QDomDocument CreateMetadataXML | ( | MetadataLookupList | list | ) |
Definition at line 466 of file metadatacommon.cpp.
Referenced by CreateMetadataXML().
| QDomDocument CreateMetadataXML | ( | MetadataLookup * | lookup | ) |
Definition at line 482 of file metadatacommon.cpp.
| QDomDocument CreateMetadataXML | ( | ProgramInfo * | pginfo | ) |
Definition at line 494 of file metadatacommon.cpp.
| void CreateMetadataXMLItem | ( | MetadataLookup * | lookup, | |
| QDomElement | placetoadd, | |||
| QDomDocument | docroot | |||
| ) |
Definition at line 508 of file metadatacommon.cpp.
Referenced by CreateMetadataXML().
| void AddCertifications | ( | MetadataLookup * | lookup, | |
| QDomElement | placetoadd, | |||
| QDomDocument | docroot | |||
| ) |
Definition at line 860 of file metadatacommon.cpp.
Referenced by CreateMetadataXMLItem().
| void AddCategories | ( | MetadataLookup * | lookup, | |
| QDomElement | placetoadd, | |||
| QDomDocument | docroot | |||
| ) |
Definition at line 874 of file metadatacommon.cpp.
Referenced by CreateMetadataXMLItem().
| void AddStudios | ( | MetadataLookup * | lookup, | |
| QDomElement | placetoadd, | |||
| QDomDocument | docroot | |||
| ) |
Definition at line 892 of file metadatacommon.cpp.
Referenced by CreateMetadataXMLItem().
| void AddCountries | ( | MetadataLookup * | lookup, | |
| QDomElement | placetoadd, | |||
| QDomDocument | docroot | |||
| ) |
Definition at line 909 of file metadatacommon.cpp.
Referenced by CreateMetadataXMLItem().
| MetadataLookup* ParseMetadataItem | ( | const QDomElement & | item, | |
| MetadataLookup * | lookup, | |||
| bool | passseas | |||
| ) |
Definition at line 926 of file metadatacommon.cpp.
Referenced by MetadataDownload::readMXML(), and MetadataDownload::runGrabber().
| MetadataLookup* ParseMetadataMovieNFO | ( | const QDomElement & | item, | |
| MetadataLookup * | lookup | |||
| ) |
Definition at line 1142 of file metadatacommon.cpp.
Referenced by MetadataDownload::readNFO().
| PeopleMap ParsePeople | ( | QDomElement | people | ) |
Definition at line 1219 of file metadatacommon.cpp.
Referenced by ParseMetadataItem().
| ArtworkMap ParseArtwork | ( | QDomElement | artwork | ) |
Definition at line 1277 of file metadatacommon.cpp.
Referenced by ParseMetadataItem().
| int editDistance | ( | const QString & | s, | |
| const QString & | t | |||
| ) |
Definition at line 1331 of file metadatacommon.cpp.
Referenced by nearestName().
| QString nearestName | ( | const QString & | actual, | |
| const QStringList & | candidates | |||
| ) |
Definition at line 1366 of file metadatacommon.cpp.
Referenced by MetadataDownload::findBestMatch().
| QDateTime RFC822TimeToQDateTime | ( | const QString & | t | ) |
Definition at line 1400 of file metadatacommon.cpp.
Referenced by ParseMetadataItem().
| MetaGrabberScript* ParseGrabberVersion | ( | const QDomElement & | item | ) |
Definition at line 1474 of file metadatacommon.cpp.
Referenced by GrabberSettings::Load().
1.6.3