MythTV
master
|
Go to the source code of this file.
Functions | |
MPUBLIC vector< ProgramInfo * > * | RemoteGetRecordedList (int sort) |
MPUBLIC bool | RemoteGetLoad (float load[3]) |
MPUBLIC bool | RemoteGetUptime (time_t &uptime) |
MPUBLIC bool | RemoteGetMemStats (int &totalMB, int &freeMB, int &totalVM, int &freeVM) |
MPUBLIC bool | RemoteCheckFile (const ProgramInfo *pginfo, bool checkSlaves=true) |
MPUBLIC bool | RemoteDeleteRecording (uint recordingID, bool forceMetadataDelete, bool forgetHistory) |
MPUBLIC bool | RemoteUndeleteRecording (uint recordingID) |
MPUBLIC void | RemoteGetAllScheduledRecordings (vector< ProgramInfo * > &scheduledlist) |
MPUBLIC void | RemoteGetAllExpiringRecordings (vector< ProgramInfo * > &expiringlist) |
MPUBLIC uint | RemoteGetRecordingList (vector< ProgramInfo * > &reclist, QStringList &strList) |
MPUBLIC vector< ProgramInfo * > * | RemoteGetConflictList (const ProgramInfo *pginfo) |
MPUBLIC QDateTime | RemoteGetPreviewLastModified (const ProgramInfo *pginfo) |
MPUBLIC QDateTime | RemoteGetPreviewIfModified (const ProgramInfo &pginfo, const QString &cachefile) |
Download preview & get timestamp if newer than cachefile's last modified time, otherwise just get the timestamp. More... | |
MPUBLIC bool | RemoteFillProgramInfo (ProgramInfo &pginfo, const QString &playbackhostname) |
MPUBLIC QStringList | RemoteRecordings (void) |
MPUBLIC int | RemoteGetRecordingMask (void) |
MPUBLIC int | RemoteCheckForRecording (const ProgramInfo *pginfo) |
Get recorder for a programme. More... | |
MPUBLIC int | RemoteGetRecordingStatus (const ProgramInfo *pginfo, int overrecsecs, int underrecsecs) |
Get status of an individual programme (with pre-post roll?). More... | |
MPUBLIC vector< ProgramInfo * > * | RemoteGetCurrentlyRecordingList (void) |
return list of currently recording shows More... | |
MPUBLIC bool | RemoteGetFileList (QString host, QString path, QStringList *list, QString sgroup, bool fileNamesOnly=false) |
MPUBLIC bool | RemoteGetActiveBackends (QStringList *list) |
return list of backends currently connected to the master More... | |
MPUBLIC vector<ProgramInfo *>* RemoteGetRecordedList | ( | int | sort | ) |
Definition at line 16 of file remoteutil.cpp.
Referenced by CheckRecordings(), TV::FillOSDMenuJumpRec(), RecordingSelector::getRecordingList(), and ProgramInfoCache::Load().
Definition at line 39 of file remoteutil.cpp.
Referenced by StatusBox::doMachineStatus().
Definition at line 54 of file remoteutil.cpp.
Referenced by StatusBox::doMachineStatus().
Definition at line 74 of file remoteutil.cpp.
Referenced by StatusBox::doMachineStatus().
MPUBLIC bool RemoteCheckFile | ( | const ProgramInfo * | pginfo, |
bool | checkSlaves = true |
||
) |
Definition at line 90 of file remoteutil.cpp.
Referenced by ProgramInfo::GetPlaybackURL(), and ProgramInfo::IsFileReadable().
MPUBLIC bool RemoteDeleteRecording | ( | uint | recordingID, |
bool | forceMetadataDelete, | ||
bool | forgetHistory | ||
) |
Definition at line 110 of file remoteutil.cpp.
Referenced by StatusBox::customEvent(), and PBHEventHandler::event().
Definition at line 140 of file remoteutil.cpp.
Referenced by StatusBox::customEvent(), and PBHEventHandler::event().
MPUBLIC void RemoteGetAllScheduledRecordings | ( | vector< ProgramInfo * > & | scheduledlist | ) |
Definition at line 163 of file remoteutil.cpp.
Referenced by ProgramRecPriority::FillList(), LookerUpper::HandleAllArtwork(), and LookerUpper::HandleAllRecordingRules().
MPUBLIC void RemoteGetAllExpiringRecordings | ( | vector< ProgramInfo * > & | expiringlist | ) |
Definition at line 169 of file remoteutil.cpp.
Referenced by StatusBox::doAutoExpireList().
MPUBLIC uint RemoteGetRecordingList | ( | vector< ProgramInfo * > & | reclist, |
QStringList & | strList | ||
) |
Definition at line 175 of file remoteutil.cpp.
Referenced by RemoteGetAllExpiringRecordings(), RemoteGetAllScheduledRecordings(), RemoteGetConflictList(), RemoteGetCurrentlyRecordingList(), and RemoteGetRecordedList().
MPUBLIC vector<ProgramInfo *>* RemoteGetConflictList | ( | const ProgramInfo * | pginfo | ) |
Definition at line 203 of file remoteutil.cpp.
Referenced by ScheduleCommon::EditRecording().
MPUBLIC QDateTime RemoteGetPreviewLastModified | ( | const ProgramInfo * | pginfo | ) |
Definition at line 215 of file remoteutil.cpp.
MPUBLIC QDateTime RemoteGetPreviewIfModified | ( | const ProgramInfo & | pginfo, |
const QString & | cachefile | ||
) |
Download preview & get timestamp if newer than cachefile's last modified time, otherwise just get the timestamp.
Definition at line 239 of file remoteutil.cpp.
Referenced by PreviewGeneratorQueue::GeneratePreviewImage().
MPUBLIC bool RemoteFillProgramInfo | ( | ProgramInfo & | pginfo, |
const QString & | playbackhostname | ||
) |
Definition at line 363 of file remoteutil.cpp.
MPUBLIC QStringList RemoteRecordings | ( | void | ) |
Definition at line 382 of file remoteutil.cpp.
MPUBLIC int RemoteGetRecordingMask | ( | void | ) |
Definition at line 396 of file remoteutil.cpp.
Referenced by main(), and reloadTheme().
MPUBLIC int RemoteCheckForRecording | ( | const ProgramInfo * | pginfo | ) |
Get recorder for a programme.
Definition at line 486 of file remoteutil.cpp.
Referenced by RemoteGetRecordingStatus().
MPUBLIC int RemoteGetRecordingStatus | ( | const ProgramInfo * | pginfo, |
int | overrecsecs, | ||
int | underrecsecs | ||
) |
Get status of an individual programme (with pre-post roll?).
0 | Not Recording |
1 | Recording |
2 | Under-Record |
3 | Over-Record |
Definition at line 505 of file remoteutil.cpp.
Referenced by StartPrompter::backendRunningPrompt(), isRecording(), WelcomeDialog::updateRecordingList(), LCDProcClient::updateRecordingList(), and IdleScreen::UpdateStatus().
MPUBLIC vector<ProgramInfo *>* RemoteGetCurrentlyRecordingList | ( | void | ) |
return list of currently recording shows
Definition at line 535 of file remoteutil.cpp.
MPUBLIC bool RemoteGetFileList | ( | QString | host, |
QString | path, | ||
QStringList * | list, | ||
QString | sgroup, | ||
bool | fileNamesOnly = false |
||
) |
Definition at line 433 of file remoteutil.cpp.
Referenced by VideoDialog::GetCoverImage(), and VideoDialog::GetImageFromFolder().
return list of backends currently connected to the master
Definition at line 579 of file remoteutil.cpp.
Referenced by VideoScanner::doScan(), and MetadataFactory::VideoScan().