MythTV
master
|
#include "libmyth/programinfo.h"
#include "libmythmetadata/musicmetadata.h"
#include "libmythmetadata/videometadatalistmanager.h"
#include "libmythservicecontracts/datacontracts/artworkInfoList.h"
#include "libmythservicecontracts/datacontracts/castMemberList.h"
#include "libmythservicecontracts/datacontracts/channelGroup.h"
#include "libmythservicecontracts/datacontracts/cutList.h"
#include "libmythservicecontracts/datacontracts/genreList.h"
#include "libmythservicecontracts/datacontracts/input.h"
#include "libmythservicecontracts/datacontracts/musicMetadataInfo.h"
#include "libmythservicecontracts/datacontracts/programAndChannel.h"
#include "libmythservicecontracts/datacontracts/recRule.h"
#include "libmythservicecontracts/datacontracts/videoMetadataInfo.h"
#include "libmythtv/channelgroup.h"
#include "libmythtv/channelinfo.h"
#include "libmythtv/inputinfo.h"
#include "libmythtv/programdata.h"
#include "libmythtv/recordinginfo.h"
#include "libmythtv/recordingrule.h"
Go to the source code of this file.
Macros | |
#define | ADD_SQL(settings_var, bindvar, col, api_param, val) |
#define | HAS_PARAM(p) m_parsedParams.contains(p) |
Variables | |
const QStringList | KnownServices |
#define ADD_SQL | ( | settings_var, | |
bindvar, | |||
col, | |||
api_param, | |||
val | |||
) |
Definition at line 50 of file serviceUtil.h.
#define HAS_PARAM | ( | p | ) | m_parsedParams.contains(p) |
Definition at line 55 of file serviceUtil.h.
void FillProgramInfo | ( | DTC::Program * | pProgram, |
ProgramInfo * | pInfo, | ||
bool | bIncChannel = true , |
||
bool | bDetails = true , |
||
bool | bIncCast = true |
||
) |
Definition at line 47 of file serviceUtil.cpp.
Referenced by Dvr::GetConflictList(), Dvr::GetEncoderList(), Dvr::GetExpiringList(), Dvr::GetOldRecordedList(), Guide::GetProgramDetails(), Guide::GetProgramGuide(), Guide::GetProgramList(), Dvr::GetRecorded(), Dvr::GetRecordedList(), and Dvr::GetUpcomingList().
bool FillChannelInfo | ( | DTC::ChannelInfo * | pChannel, |
uint | nChanID, | ||
bool | bDetails = true |
||
) |
Definition at line 175 of file serviceUtil.cpp.
Referenced by FillChannelInfo(), FillProgramInfo(), Channel::GetChannelInfo(), Channel::GetChannelInfoList(), and Guide::GetProgramGuide().
bool FillChannelInfo | ( | DTC::ChannelInfo * | pChannel, |
const ChannelInfo & | channelInfo, | ||
bool | bDetails = true |
||
) |
Definition at line 192 of file serviceUtil.cpp.
void FillChannelGroup | ( | DTC::ChannelGroup * | pGroup, |
const ChannelGroupItem & | pGroupItem | ||
) |
Definition at line 263 of file serviceUtil.cpp.
Referenced by Guide::GetChannelGroupList().
void FillRecRuleInfo | ( | DTC::RecRule * | pRecRule, |
RecordingRule * | pRule | ||
) |
Definition at line 277 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordSchedule(), and Dvr::GetRecordScheduleList().
void FillArtworkInfoList | ( | DTC::ArtworkInfoList * | pArtworkInfoList, |
const QString & | sInetref, | ||
uint | nSeason | ||
) |
Definition at line 338 of file serviceUtil.cpp.
Referenced by FillProgramInfo(), and Content::GetProgramArtworkList().
void FillGenreList | ( | DTC::GenreList * | pGenreList, |
int | videoID | ||
) |
Definition at line 385 of file serviceUtil.cpp.
Referenced by FillVideoMetadataInfo().
void FillVideoMetadataInfo | ( | DTC::VideoMetadataInfo * | pVideoMetadataInfo, |
const VideoMetadataListManager::VideoMetadataPtr & | pMetadata, | ||
bool | bDetails | ||
) |
Definition at line 412 of file serviceUtil.cpp.
Referenced by Video::GetVideo(), Video::GetVideoByFileName(), and Video::GetVideoList().
void FillMusicMetadataInfo | ( | DTC::MusicMetadataInfo * | pVideoMetadataInfo, |
MusicMetadata * | pMetadata, | ||
bool | bDetails | ||
) |
Definition at line 515 of file serviceUtil.cpp.
Referenced by Music::GetTrack(), and Music::GetTrackList().
void FillInputInfo | ( | DTC::Input * | input, |
const InputInfo & | inputInfo | ||
) |
Definition at line 544 of file serviceUtil.cpp.
Referenced by Dvr::GetEncoderList(), and Dvr::GetInputList().
void FillCastMemberList | ( | DTC::CastMemberList * | pCastMemberList, |
ProgramInfo * | pInfo | ||
) |
Definition at line 561 of file serviceUtil.cpp.
Referenced by FillProgramInfo().
void FillCutList | ( | DTC::CutList * | pCutList, |
RecordingInfo * | rInfo, | ||
int | marktype | ||
) |
Definition at line 640 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordedCutList().
void FillCommBreak | ( | DTC::CutList * | pCutList, |
RecordingInfo * | rInfo, | ||
int | marktype | ||
) |
Definition at line 686 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordedCommBreak().
void FillSeek | ( | DTC::CutList * | pCutList, |
RecordingInfo * | rInfo, | ||
MarkTypes | marktype | ||
) |
Definition at line 732 of file serviceUtil.cpp.
Referenced by Dvr::GetRecordedSeek().
int CreateRecordingGroup | ( | const QString & | groupName | ) |
Definition at line 750 of file serviceUtil.cpp.
Referenced by Dvr::AddRecordSchedule(), and Dvr::UpdateRecordSchedule().
DBCredits* jsonCastToCredits | ( | const QJsonObject & | cast | ) |
Definition at line 770 of file serviceUtil.cpp.
Referenced by Dvr::AddRecordedCredits(), and Dvr::AddRecordedProgram().
const QStringList KnownServices |
Definition at line 57 of file serviceUtil.h.
Referenced by Myth::ManageUrlProtection().