Go to the source code of this file.
Functions | |
| template<> | |
| void | CheckedSet (MythUIStateType *uiItem, const QString &state) |
| void | CheckedSet (MythUIType *container, const QString &itemName, const QString &value) |
| void | CheckedSet (MythUIImage *uiItem, const QString &filename) |
| QStringList | GetVideoDirsByHost (QString host) |
| QStringList | GetVideoDirs () |
| bool | IsDefaultCoverFile (const QString &coverfile) |
| bool | IsDefaultScreenshot (const QString &screenshot) |
| bool | IsDefaultBanner (const QString &banner) |
| bool | IsDefaultFanart (const QString &fanart) |
| QString | GetDisplayUserRating (float userrating) |
| QString | GetDisplayLength (int length) |
| QString | GetDisplayBrowse (bool browse) |
| QString | GetDisplayWatched (bool watched) |
| QString | GetDisplayProcessed (bool processed) |
| QString | GetDisplayYear (int year) |
| QString | GetDisplayRating (const QString &rating) |
| QString | GetDisplayGenres (const VideoMetadata &item) |
| QString | GetDisplayCountries (const VideoMetadata &item) |
| QStringList | GetDisplayCast (const VideoMetadata &item) |
| QString | ParentalLevelToState (const ParentalLevel &level) |
| QString | TrailerToState (const QString &trailerFile) |
| QString | WatchedToState (bool watched) |
| VideoContentType | ContentTypeFromString (const QString &type) |
| QString | ContentTypeToString (VideoContentType type) |
| void CheckedSet | ( | MythUIStateType * | uiItem, | |
| const QString & | state | |||
| ) | [inline] |
Definition at line 31 of file videoutils.cpp.
Referenced by CheckedSet(), VideoDialog::Create(), VideoDialog::refreshData(), EditMetadataDialog::SetBanner(), EditMetadataDialog::SetCoverArt(), EditMetadataDialog::SetFanart(), EditMetadataDialog::SetScreenshot(), EditMetadataDialog::SetTrailer(), VideoDialog::UpdatePosition(), and VideoDialog::UpdateText().
| void CheckedSet | ( | MythUIType * | container, | |
| const QString & | itemName, | |||
| const QString & | value | |||
| ) |
Definition at line 40 of file videoutils.cpp.
| void CheckedSet | ( | MythUIImage * | uiItem, | |
| const QString & | filename | |||
| ) |
Definition at line 57 of file videoutils.cpp.
| QStringList GetVideoDirsByHost | ( | QString | host | ) |
Definition at line 67 of file videoutils.cpp.
Referenced by VideoDialog::GetCoverImage(), VideoDialog::GetImageFromFolder(), GetVideoDirs(), and VideoDialog::RemoteImageCheck().
| QStringList GetVideoDirs | ( | ) |
Definition at line 109 of file videoutils.cpp.
Referenced by VideoListImp::buildDbList(), VideoListImp::buildFsysList(), VideoScanner::doScanAll(), VideoDialog::doVideoScan(), and MetadataFactory::VideoScan().
| bool IsDefaultCoverFile | ( | const QString & | coverfile | ) |
Definition at line 114 of file videoutils.cpp.
Referenced by VideoDialog::GetCoverImage(), VideoDialog::GetFirstImage(), VideoDialog::GetImageFromFolder(), VideoMetadata::GetImageMap(), VideoFilterSettings::matches_filter(), and VideoDialog::StartVideoImageSet().
| bool IsDefaultScreenshot | ( | const QString & | screenshot | ) |
Definition at line 123 of file videoutils.cpp.
Referenced by VideoDialog::GetScreenshot().
| bool IsDefaultBanner | ( | const QString & | banner | ) |
Definition at line 128 of file videoutils.cpp.
Referenced by VideoDialog::GetBanner().
| bool IsDefaultFanart | ( | const QString & | fanart | ) |
Definition at line 133 of file videoutils.cpp.
Referenced by VideoDialog::GetFanart().
| QString GetDisplayUserRating | ( | float | userrating | ) |
Definition at line 138 of file videoutils.cpp.
Referenced by VideoMetadata::toMap().
| QString GetDisplayLength | ( | int | length | ) |
Definition at line 143 of file videoutils.cpp.
Referenced by VideoMetadata::toMap().
| QString GetDisplayBrowse | ( | bool | browse | ) |
Definition at line 148 of file videoutils.cpp.
Referenced by VideoMetadata::toMap().
| QString GetDisplayWatched | ( | bool | watched | ) |
Definition at line 153 of file videoutils.cpp.
Referenced by VideoMetadata::toMap().
| QString GetDisplayProcessed | ( | bool | processed | ) |
Definition at line 158 of file videoutils.cpp.
Referenced by VideoMetadata::toMap().
| QString GetDisplayYear | ( | int | year | ) |
Definition at line 163 of file videoutils.cpp.
Referenced by VideoMetadata::toMap().
| QString GetDisplayRating | ( | const QString & | rating | ) |
Definition at line 168 of file videoutils.cpp.
Referenced by VideoMetadata::toMap().
| QString GetDisplayGenres | ( | const VideoMetadata & | item | ) |
Definition at line 175 of file videoutils.cpp.
Referenced by VideoMetadata::toMap().
| QString GetDisplayCountries | ( | const VideoMetadata & | item | ) |
Definition at line 182 of file videoutils.cpp.
Referenced by VideoMetadata::toMap().
| QStringList GetDisplayCast | ( | const VideoMetadata & | item | ) |
Definition at line 189 of file videoutils.cpp.
Referenced by CastDialog::Create(), and VideoMetadata::toMap().
| QString ParentalLevelToState | ( | const ParentalLevel & | level | ) |
Definition at line 196 of file videoutils.cpp.
Referenced by VideoMetadata::GetStateMap(), and VideoDialog::refreshData().
| QString TrailerToState | ( | const QString & | trailerFile | ) |
Definition at line 220 of file videoutils.cpp.
Referenced by VideoMetadata::GetStateMap().
| QString WatchedToState | ( | bool | watched | ) |
Definition at line 230 of file videoutils.cpp.
Referenced by VideoMetadata::GetStateMap(), and VideoDialog::ToggleWatched().
| VideoContentType ContentTypeFromString | ( | const QString & | type | ) |
Definition at line 240 of file videoutils.cpp.
Referenced by VideoMetadataImp::fromDBRow().
| QString ContentTypeToString | ( | VideoContentType | type | ) |
Definition at line 258 of file videoutils.cpp.
Referenced by FillVideoMetadataInfo(), and VideoMetadataImp::saveToDatabase().
1.6.3