1#ifndef PROGRAMINFO_REMOTEUTIL_H
2#define PROGRAMINFO_REMOTEUTIL_H
24 const QString &cachefile);
Holds information on recordings and videos.
MTV_PUBLIC void RemoteGetAllExpiringRecordings(std::vector< ProgramInfo * > &expiringlist)
MTV_PUBLIC std::vector< ProgramInfo * > * RemoteGetConflictList(const ProgramInfo *pginfo)
MTV_PUBLIC std::vector< ProgramInfo * > * RemoteGetRecordedList(int sort)
MTV_PUBLIC bool RemoteDeleteRecording(uint recordingID, bool forceMetadataDelete, bool forgetHistory)
MTV_PUBLIC bool RemoteUndeleteRecording(uint recordingID)
MTV_PUBLIC void RemoteGetAllScheduledRecordings(std::vector< ProgramInfo * > &scheduledlist)
MTV_PUBLIC QDateTime RemoteGetPreviewIfModified(const ProgramInfo &pginfo, const QString &cachefile)
Download preview & get timestamp if newer than cachefile's last modified time, otherwise just get the...