Go to the source code of this file.
Classes | |
| class | NativeArchive |
| class | MythArchiveHelperCommandLineParser |
Functions | |
| static bool | createISOImage (QString &sourceDirectory) |
| static int | burnISOImage (int mediaType, bool bEraseDVDRW, bool nativeFormat) |
| static int | doBurnDVD (int mediaType, bool bEraseDVDRW, bool nativeFormat) |
| static QString | fixFilename (const QString &filename) |
| static void | clearArchiveTable (void) |
| static int | doNativeArchive (const QString &jobFile) |
| static int | doImportArchive (const QString &inFile, int chanID) |
| static int | myth_sws_img_convert (AVPicture *dst, PixelFormat dst_pix_fmt, AVPicture *src, PixelFormat pix_fmt, int width, int height) |
| static int | grabThumbnail (QString inFile, QString thumbList, QString outFile, int frameCount) |
| static int64_t | getFrameCount (AVFormatContext *inputFC, int vid_id) |
| static int64_t | getCutFrames (const QString &filename, int64_t lastFrame) |
| static int64_t | getFrameCount (const QString &filename, float fps) |
| static int | getFileInfo (QString inFile, QString outFile, int lenMethod) |
| static int | getDBParamters (QString outFile) |
| static int | isRemote (QString filename) |
| int | main (int argc, char **argv) |
Variables | |
| static QRegExp | badChars = QRegExp("(/|\\\\|:|\'|\"|\\?|\\|)") |
| static bool createISOImage | ( | QString & | sourceDirectory | ) | [static] |
Definition at line 225 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by NativeArchive::doNativeArchive().
Definition at line 249 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by doBurnDVD(), and NativeArchive::doNativeArchive().
Definition at line 303 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| static QString fixFilename | ( | const QString & | filename | ) | [static] |
Definition at line 459 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by NativeArchive::exportRecording(), NativeArchive::exportVideo(), filenameFromMetadata(), findIcon(), EditMetadataDialog::searchForArtistImages(), and EditMetadataDialog::searchForGenreImages().
| static void clearArchiveTable | ( | void | ) | [static] |
Definition at line 1781 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by doNativeArchive().
| static int doNativeArchive | ( | const QString & | jobFile | ) | [static] |
Definition at line 1790 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| static int doImportArchive | ( | const QString & | inFile, | |
| int | chanID | |||
| ) | [static] |
Definition at line 1808 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| static int myth_sws_img_convert | ( | AVPicture * | dst, | |
| PixelFormat | dst_pix_fmt, | |||
| AVPicture * | src, | |||
| PixelFormat | pix_fmt, | |||
| int | width, | |||
| int | height | |||
| ) | [static] |
Definition at line 1815 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
| static int grabThumbnail | ( | QString | inFile, | |
| QString | thumbList, | |||
| QString | outFile, | |||
| int | frameCount | |||
| ) | [static] |
Definition at line 1840 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| static int64_t getFrameCount | ( | AVFormatContext * | inputFC, | |
| int | vid_id | |||
| ) | [static] |
Definition at line 2044 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by getFileInfo().
Definition at line 2065 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by getFileInfo().
| static int64_t getFrameCount | ( | const QString & | filename, | |
| float | fps | |||
| ) | [static] |
Definition at line 2130 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
| static int getFileInfo | ( | QString | inFile, | |
| QString | outFile, | |||
| int | lenMethod | |||
| ) | [static] |
Definition at line 2180 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| static int getDBParamters | ( | QString | outFile | ) | [static] |
Definition at line 2469 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| static int isRemote | ( | QString | filename | ) | [static] |
Definition at line 2495 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 2630 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
QRegExp badChars = QRegExp("(/|\\\\|:|\'|\"|\\?|\\|)") [static] |
Definition at line 457 of file mythplugins/mytharchive/mytharchivehelper/main.cpp.
Referenced by fixFilename().
1.6.3