Go to the documentation of this file.
49 #define ADD_SQL(settings_var, bindvar, col, api_param, val) { \
50 (settings_var) += QString("%1=:%2, ").arg(col).arg(api_param); \
51 (bindvar)[QString(":").append(api_param)] = val; \
54 #define HAS_PARAM(p) m_parsedParams.contains(p)
57 "Dvr",
"Guide",
"Music", \
62 bool bIncChannel =
true,
64 bool bIncCast =
true);
68 bool bDetails =
true );
72 bool bDetails =
true );
80 const QString &sInetref,
106 #endif // SERVICEUTIL_H
const QStringList KnownServices
void FillCutList(DTC::CutList *pCutList, RecordingInfo *rInfo, int marktype)
void FillChannelGroup(DTC::ChannelGroup *pGroup, const ChannelGroupItem &pGroupItem)
Holds information on a TV Program one might wish to record.
void FillInputInfo(DTC::Input *input, const InputInfo &inputInfo)
Internal representation of a recording rule, mirrors the record table.
void FillSeek(DTC::CutList *pCutList, RecordingInfo *rInfo, MarkTypes marktype)
void FillMusicMetadataInfo(DTC::MusicMetadataInfo *pVideoMetadataInfo, MusicMetadata *pMetadata, bool bDetails)
void FillCastMemberList(DTC::CastMemberList *pCastMemberList, ProgramInfo *pInfo)
void FillArtworkInfoList(DTC::ArtworkInfoList *pArtworkInfoList, const QString &sInetref, uint nSeason)
void FillRecRuleInfo(DTC::RecRule *pRecRule, RecordingRule *pRule)
void FillVideoMetadataInfo(DTC::VideoMetadataInfo *pVideoMetadataInfo, const VideoMetadataListManager::VideoMetadataPtr &pMetadata, bool bDetails)
void FillGenreList(DTC::GenreList *pGenreList, int videoID)
void FillProgramInfo(DTC::Program *pProgram, ProgramInfo *pInfo, bool bIncChannel=true, bool bDetails=true, bool bIncCast=true)
Holds information on recordings and videos.
int CreateRecordingGroup(const QString &groupName)
void FillCommBreak(DTC::CutList *pCutList, RecordingInfo *rInfo, int marktype)
bool FillChannelInfo(DTC::ChannelInfo *pChannel, uint nChanID, bool bDetails=true)