MythTV
master
|
Go to the source code of this file.
Typedefs | |
using | system_load_array = std::array< double, 3 > |
Functions | |
MPUBLIC vector< ProgramInfo * > * | RemoteGetRecordedList (int sort) |
MPUBLIC bool | RemoteGetLoad (system_load_array &load) |
MPUBLIC bool | RemoteGetUptime (time_t &uptime) |
MPUBLIC bool | RemoteGetMemStats (int &totalMB, int &freeMB, int &totalVM, int &freeVM) |
MPUBLIC bool | RemoteCheckFile (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 (const QString &host, const QString &path, QStringList *list, QString sgroup, bool fileNamesOnly=false) |
MPUBLIC bool | RemoteGetActiveBackends (QStringList *list) |
return list of backends currently connected to the master More... | |
using system_load_array = std::array<double,3> |
Definition at line 17 of file remoteutil.h.
MPUBLIC vector<ProgramInfo *>* RemoteGetRecordedList | ( | int | sort | ) |
Definition at line 16 of file remoteutil.cpp.
Referenced by CheckRecordings(), TV::FillOSDMenuJumpRec(), RecordingSelector::getRecordingList(), and ProgramInfoCache::Load().
MPUBLIC bool RemoteGetLoad | ( | system_load_array & | 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 | ( | 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 139 of file remoteutil.cpp.
Referenced by StatusBox::customEvent(), and PBHEventHandler::event().
MPUBLIC void RemoteGetAllScheduledRecordings | ( | vector< ProgramInfo * > & | scheduledlist | ) |
Definition at line 162 of file remoteutil.cpp.
Referenced by ProgramRecPriority::FillList(), LookerUpper::HandleAllArtwork(), and LookerUpper::HandleAllRecordingRules().
MPUBLIC void RemoteGetAllExpiringRecordings | ( | vector< ProgramInfo * > & | expiringlist | ) |
Definition at line 168 of file remoteutil.cpp.
Referenced by StatusBox::doAutoExpireList().
MPUBLIC uint RemoteGetRecordingList | ( | vector< ProgramInfo * > & | reclist, |
QStringList & | strList | ||
) |
Definition at line 174 of file remoteutil.cpp.
Referenced by RemoteGetAllExpiringRecordings(), RemoteGetAllScheduledRecordings(), RemoteGetConflictList(), RemoteGetCurrentlyRecordingList(), and RemoteGetRecordedList().
MPUBLIC vector<ProgramInfo *>* RemoteGetConflictList | ( | const ProgramInfo * | pginfo | ) |
Definition at line 202 of file remoteutil.cpp.
Referenced by ScheduleCommon::EditRecording().
MPUBLIC QDateTime RemoteGetPreviewLastModified | ( | const ProgramInfo * | pginfo | ) |
Definition at line 214 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 233 of file remoteutil.cpp.
Referenced by PreviewGeneratorQueue::GeneratePreviewImage().
MPUBLIC bool RemoteFillProgramInfo | ( | ProgramInfo & | pginfo, |
const QString & | playbackhostname | ||
) |
Definition at line 351 of file remoteutil.cpp.
MPUBLIC QStringList RemoteRecordings | ( | void | ) |
Definition at line 370 of file remoteutil.cpp.
MPUBLIC int RemoteGetRecordingMask | ( | void | ) |
Definition at line 384 of file remoteutil.cpp.
Referenced by main(), and reloadTheme().
MPUBLIC int RemoteCheckForRecording | ( | const ProgramInfo * | pginfo | ) |
Get recorder for a programme.
Definition at line 474 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 493 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 523 of file remoteutil.cpp.
MPUBLIC bool RemoteGetFileList | ( | const QString & | host, |
const QString & | path, | ||
QStringList * | list, | ||
QString | sgroup, | ||
bool | fileNamesOnly = false |
||
) |
Definition at line 421 of file remoteutil.cpp.
Referenced by VideoDialog::GetCoverImage(), and VideoDialog::GetImageFromFolder().
return list of backends currently connected to the master
Definition at line 564 of file remoteutil.cpp.
Referenced by VideoScanner::doScan(), and MetadataFactory::VideoScan().