MythTV
master
|
Holds information on recordings and videos. More...
#include <programinfo.h>
Classes | |
struct | MarkupEntry |
Public Types | |
enum | CategoryType { kCategoryNone, kCategoryMovie, kCategorySeries, kCategorySports, kCategoryTVShow } |
enum | Verbosity { kLongDescription, kTitleSubtitle, kRecordingKey, kSchedulingKey } |
Public Member Functions | |
ProgramInfo (void) | |
Null constructor. More... | |
ProgramInfo (const ProgramInfo &other) | |
Copy constructor. More... | |
ProgramInfo (uint recordedid) | |
Constructs a ProgramInfo from data in 'recorded' table. More... | |
ProgramInfo (uint chanid, const QDateTime &recstartts) | |
Constructs a ProgramInfo from data in 'recorded' table. More... | |
ProgramInfo (uint recordedid, QString title, QString sortTitle, QString subtitle, QString sortSubtitle, QString description, uint season, uint episode, uint totalepisodes, QString syndicatedepisode, QString category, uint chanid, QString channum, QString chansign, QString channame, QString chanplaybackfilters, QString recgroup, QString playgroup, const QString &pathname, QString hostname, QString storagegroup, QString seriesid, QString programid, QString inetref, CategoryType catType, int recpriority, uint64_t filesize, QDateTime startts, QDateTime endts, QDateTime recstartts, QDateTime recendts, float stars, uint year, uint partnumber, uint parttotal, QDate originalAirDate, QDateTime lastmodified, RecStatus::Type recstatus, uint recordid, RecordingDupInType dupin, RecordingDupMethodType dupmethod, uint findid, uint programflags, uint audioproperties, uint videoproperties, uint subtitleType, QString inputname, QDateTime bookmarkupdate) | |
Constructs a ProgramInfo from data in 'recorded' table. More... | |
ProgramInfo (QString title, QString sortTitle, QString subtitle, QString sortSubtitle, QString description, uint season, uint episode, QString category, uint chanid, QString channum, QString chansign, QString channame, QString seriesid, QString programid, QString inetref, QDateTime startts, QDateTime endts, QDateTime recstartts, QDateTime recendts, RecStatus::Type recstatus, uint recordid, RecordingType rectype, uint findid, bool duplicate) | |
Constructs a ProgramInfo from data in 'oldrecorded' table. More... | |
ProgramInfo (QString title, QString sortTitle, QString subtitle, QString sortSubtitle, QString description, QString syndicatedepisode, QString category, uint chanid, QString channum, QString chansign, QString channame, QString chanplaybackfilters, QDateTime startts, QDateTime endts, QDateTime recstartts, QDateTime recendts, QString seriesid, QString programid, CategoryType catType, float stars, uint year, uint partnumber, uint parttotal, QDate originalAirDate, RecStatus::Type recstatus, uint recordid, RecordingType rectype, uint findid, bool commfree, bool repeat, uint videoproperties, uint audioproperties, uint subtitletype, uint season, uint episode, uint totalepisodes, const ProgramList &schedList) | |
Constructs a ProgramInfo from listings data in 'program' table. More... | |
ProgramInfo (QString title, QString sortTitle, QString subtitle, QString sortSubtitle, QString description, uint season, uint episode, uint totalepisodes, QString category, uint chanid, QString channum, QString chansign, QString channame, QString chanplaybackfilters, QString recgroup, QString playgroup, QDateTime startts, QDateTime endts, QDateTime recstartts, QDateTime recendts, QString seriesid, QString programid, QString inetref, QString inputname) | |
Constructs a basic ProgramInfo (used by RecordingInfo) More... | |
ProgramInfo (const QString &pathname) | |
Constructs a ProgramInfo for a pathname. More... | |
ProgramInfo (const QString &pathname, const QString &plot, const QString &title, const QString &sortTitle, const QString &subtitle, const QString &sortSubtitle, const QString &director, int season, int episode, const QString &inetref, uint length_in_minutes, uint year, const QString &programid) | |
Constructs a ProgramInfo for a video. More... | |
ProgramInfo (const QString &_title, uint _chanid, const QDateTime &_startts, const QDateTime &_endts) | |
Constructs a manual record ProgramInfo. More... | |
ProgramInfo (QString _title, QString _category, QDateTime _startts, QDateTime _endts) | |
Constructs a Dummy ProgramInfo (used by GuideGrid) More... | |
ProgramInfo (QStringList::const_iterator &it, const QStringList::const_iterator &end) | |
ProgramInfo (const QStringList &list) | |
bool | operator== (const ProgramInfo &rhs) |
ProgramInfo & | operator= (const ProgramInfo &other) |
Copies important fields from other ProgramInfo. More... | |
virtual void | clone (const ProgramInfo &other, bool ignore_non_serialized_data=false) |
Copies important fields from other ProgramInfo. More... | |
void | ensureSortFields (void) |
Ensure that the sortTitle and sortSubtitle fields are set. More... | |
virtual void | clear (void) |
virtual | ~ProgramInfo ()=default |
void | ToStringList (QStringList &list) const |
Serializes ProgramInfo into a QStringList which can be passed over a socket. More... | |
virtual void | ToMap (InfoMap &progMap, bool showrerecord=false, uint star_range=10) const |
Converts ProgramInfo into QString QHash containing each field in ProgramInfo converted into localized strings. More... | |
virtual void | SubstituteMatches (QString &str) |
Subsitute MATCH% type variable names in the given string. More... | |
bool | IsSameProgram (const ProgramInfo &other) const |
Checks whether this is the same program as "other", which may or may not be a repeat or on another channel. More... | |
bool | IsDuplicateProgram (const ProgramInfo &other) const |
Checks for duplicates according to dupmethod. More... | |
bool | IsSameProgramAndStartTime (const ProgramInfo &other) const |
Match same program, with same starttime (channel may be different) More... | |
bool | IsSameTitleStartTimeAndChannel (const ProgramInfo &other) const |
Checks title, chanid or callsign and start times for equality. More... | |
bool | IsSameTitleTimeslotAndChannel (const ProgramInfo &other) const |
Checks title, chanid or chansign, start/end times, cardid, inputid for fully inclusive overlap. More... | |
bool | IsSameProgramWeakCheck (const ProgramInfo &other) const |
Checks for duplicate using only title, chanid and startts. More... | |
bool | IsSameRecording (const ProgramInfo &other) const |
bool | IsSameChannel (const ProgramInfo &other) const |
Checks whether channel id or callsign are identical. More... | |
QString | MakeUniqueKey (void) const |
Creates a unique string that can be used to identify an existing recording. More... | |
uint | GetSecondsInRecording (void) const |
Returns length of program/recording in seconds. More... | |
QString | ChannelText (const QString &format) const |
Returns channel info using "format". More... | |
QString | GetPathname (void) const |
QString | GetBasename (void) const |
bool | IsVideoFile (void) const |
bool | IsVideoDVD (void) const |
bool | IsVideoBD (void) const |
bool | IsLocal (void) const |
bool | IsMythStream (void) const |
bool | IsPathSet (void) const |
bool | HasPathname (void) const |
bool | IsFileReadable (void) |
Attempts to ascertain if the main file for this ProgramInfo is readable. More... | |
QString | GetTitle (void) const |
QString | GetSortTitle (void) const |
QString | GetSubtitle (void) const |
QString | GetSortSubtitle (void) const |
QString | GetDescription (void) const |
uint | GetSeason (void) const |
uint | GetEpisode (void) const |
uint | GetEpisodeTotal (void) const |
QString | GetCategory (void) const |
uint | GetChanID (void) const |
This is the unique key used in the database to locate tuning information. More... | |
QString | GetChanNum (void) const |
This is the channel "number", in the form 1, 1_2, 1-2, 1#1, etc. More... | |
QString | GetChannelSchedulingID (void) const |
This is the unique programming identifier of a channel. More... | |
QString | GetChannelName (void) const |
This is the channel name in the local market, i.e. More... | |
QString | GetChannelPlaybackFilters (void) const |
QDateTime | GetScheduledStartTime (void) const |
The scheduled start time of program. More... | |
QString | GetScheduledStartTime (MythDate::Format fmt) const |
The scheduled start time of program (with formatting). More... | |
QDateTime | GetScheduledEndTime (void) const |
The scheduled end time of the program. More... | |
QString | GetScheduledEndTime (MythDate::Format fmt) const |
The scheduled end time of the program (with formatting). More... | |
QDateTime | GetRecordingStartTime (void) const |
Approximate time the recording started. More... | |
QString | GetRecordingStartTime (MythDate::Format fmt) const |
Approximate time the recording started (with formatting). More... | |
QDateTime | GetRecordingEndTime (void) const |
Approximate time the recording should have ended, did end, or is intended to end. More... | |
QString | GetRecordingEndTime (MythDate::Format fmt) const |
Approximate time the recording should have ended, did end, or is intended to end (with formatting). More... | |
QString | GetRecordingGroup (void) const |
QString | GetPlaybackGroup (void) const |
QString | GetHostname (void) const |
QString | GetStorageGroup (void) const |
uint | GetYearOfInitialRelease (void) const |
QDate | GetOriginalAirDate (void) const |
QDateTime | GetLastModifiedTime (void) const |
QString | GetLastModifiedTime (MythDate::Format fmt) const |
virtual uint64_t | GetFilesize (void) const |
QString | GetSeriesID (void) const |
QString | GetProgramID (void) const |
QString | GetInetRef (void) const |
CategoryType | GetCategoryType (void) const |
QString | GetCategoryTypeString (void) const |
Returns catType as a string. More... | |
int | GetRecordingPriority (void) const |
int | GetRecordingPriority2 (void) const |
float | GetStars (void) const |
uint | GetStars (uint range_max) const |
uint | GetRecordingID (void) const |
RecStatus::Type | GetRecordingStatus (void) const |
uint | GetRecordingRuleID (void) const |
uint | GetParentRecordingRuleID (void) const |
RecordingType | GetRecordingRuleType (void) const |
RecordingDupInType | GetDuplicateCheckSource (void) const |
Where should we check for duplicates? More... | |
RecordingDupMethodType | GetDuplicateCheckMethod (void) const |
What should be compared to determine if two programs are the same? More... | |
uint | GetSourceID (void) const |
uint | GetInputID (void) const |
QString | GetInputName (void) const |
QString | GetShortInputName (void) const |
void | ClearInputName (void) |
uint | GetFindID (void) const |
uint32_t | GetProgramFlags (void) const |
ProgramInfoType | GetProgramInfoType (void) const |
QDateTime | GetBookmarkUpdate (void) const |
bool | IsGeneric (void) const |
bool | IsInUsePlaying (void) const |
bool | IsCommercialFree (void) const |
bool | HasCutlist (void) const |
bool | IsBookmarkSet (void) const |
bool | IsWatched (void) const |
bool | IsAutoExpirable (void) const |
bool | IsPreserved (void) const |
bool | IsVideo (void) const |
bool | IsRecording (void) const |
bool | IsRepeat (void) const |
bool | IsDuplicate (void) const |
bool | IsReactivated (void) const |
bool | IsDeletePending (void) const |
uint | GetSubtitleType (void) const |
uint | GetVideoProperties (void) const |
uint | GetAudioProperties (void) const |
QString | toString (Verbosity v=kLongDescription, const QString &sep=":", const QString &grp="\"") const |
void | SetTitle (const QString &t, const QString &st=nullptr) |
void | SetSubtitle (const QString &st, const QString &sst=nullptr) |
void | SetProgramInfoType (ProgramInfoType t) |
void | SetPathname (const QString &pn) |
void | SetChanID (uint _chanid) |
void | SetScheduledStartTime (const QDateTime &dt) |
void | SetScheduledEndTime (const QDateTime &dt) |
void | SetRecordingStartTime (const QDateTime &dt) |
void | SetRecordingEndTime (const QDateTime &dt) |
void | SetRecordingGroup (const QString &group) |
void | SetPlaybackGroup (const QString &group) |
void | SetHostname (const QString &host) |
void | SetStorageGroup (const QString &group) |
virtual void | SetFilesize (uint64_t sz) |
void | SetSeriesID (const QString &id) |
TODO Move to RecordingInfo. More... | |
void | SetProgramID (const QString &id) |
void | SetCategory (const QString &cat) |
void | SetCategoryType (const CategoryType type) |
void | SetRecordingPriority (int priority) |
void | SetRecordingPriority2 (int priority) |
void | SetRecordingRuleID (uint id) |
void | SetSourceID (uint id) |
void | SetInputID (uint id) |
void | SetReactivated (bool reactivate) |
void | SetEditing (bool editing) |
void | SetFlagging (bool flagging) |
void | SetIgnoreBookmark (bool ignore) |
If "ignore" is true GetBookmark() will return 0, otherwise GetBookmark() will return the bookmark position if it exists. More... | |
void | SetIgnoreProgStart (bool ignore) |
If "ignore" is true QueryProgStart() will return 0, otherwise QueryProgStart() will return the progstart position if it exists. More... | |
void | SetAllowLastPlayPos (bool allow) |
If "ignore" is true QueryLastPlayPos() will return 0, otherwise QueryLastPlayPos() will return the last playback position if it exists. More... | |
virtual void | SetRecordingID (uint _recordedid) |
void | SetRecordingStatus (RecStatus::Type status) |
void | SetRecordingRuleType (RecordingType type) |
void | SetPositionMapDBReplacement (PMapDBReplacement *pmap) |
QString | QueryBasename (void) const |
Gets the basename, from the DB if necessary. More... | |
uint | QueryMplexID (void) const |
Queries multiplex any recording would be made on, zero if unknown. More... | |
QDateTime | QueryBookmarkTimeStamp (void) const |
Queries Latest bookmark timestamp from the database. More... | |
uint64_t | QueryBookmark (void) const |
Gets any bookmark position in database, unless the ignore bookmark flag is set. More... | |
uint64_t | QueryProgStart (void) const |
Gets any progstart position in database, unless the ignore progstart flag is set. More... | |
uint64_t | QueryLastPlayPos (void) const |
Gets any lastplaypos position in database, unless the ignore lastplaypos flag is set. More... | |
CategoryType | QueryCategoryType (void) const |
Queries recordedprogram to get the category_type of the recording. More... | |
QStringList | QueryDVDBookmark (const QString &serialid) const |
Queries "dvdbookmark" table for bookmarking DVD serial number. More... | |
QStringList | QueryBDBookmark (const QString &serialid) const |
Queries "bdbookmark" table for bookmarking BD serial number. More... | |
bool | QueryIsEditing (void) const |
Queries "recorded" table for its "editing" field and returns true if it is set to true. More... | |
bool | QueryIsInUse (QStringList &byWho) const |
Returns true if Program is in use. More... | |
bool | QueryIsInUse (QString &byWho) const |
Returns true if Program is in use. More... | |
bool | QueryIsDeleteCandidate (bool one_playback_allowed=false) const |
Returns true iff this is a recording, it is not in use (except by the recorder), and at most one player iff one_playback_allowed is set. More... | |
AutoExpireType | QueryAutoExpire (void) const |
Returns "autoexpire" field from "recorded" table. More... | |
TranscodingStatus | QueryTranscodeStatus (void) const |
Returns the "transcoded" field in "recorded" table. More... | |
bool | QueryTuningInfo (QString &channum, QString &input) const |
Returns the channel and input needed to record the program. More... | |
QString | QueryInputDisplayName (void) const |
uint | QueryAverageWidth (void) const |
If present in recording this loads average width of the main video stream from database's stream markup table. More... | |
uint | QueryAverageHeight (void) const |
If present in recording this loads average height of the main video stream from database's stream markup table. More... | |
uint | QueryAverageFrameRate (void) const |
If present in recording this loads average frame rate of the main video stream from database's stream markup table. More... | |
MarkTypes | QueryAverageAspectRatio (void) const |
bool | QueryAverageScanProgressive (void) const |
If present in recording this loads average video scan type of the main video stream from database's stream markup table. More... | |
uint32_t | QueryTotalDuration (void) const |
If present this loads the total duration in milliseconds of the main video stream from recordedmarkup table in the database. More... | |
int64_t | QueryTotalFrames (void) const |
If present in recording this loads total frames of the main video stream from database's stream markup table. More... | |
QString | QueryRecordingGroup (void) const |
Query recgroup from recorded. More... | |
bool | QueryMarkupFlag (MarkTypes type) const |
Returns true iff the speficied mark type is set on frame 0. More... | |
uint | QueryTranscoderID (void) const |
uint64_t | QueryLastFrameInPosMap (void) const |
Returns last frame in position map or 0. More... | |
bool | Reload (void) |
virtual void | SaveFilesize (uint64_t fsize) |
Sets recording file size in database, and sets "filesize" field. More... | |
void | SaveBookmark (uint64_t frame) |
TODO Move to RecordingInfo. More... | |
void | SaveEditing (bool edit) |
Sets "editing" field in "recorded" table to "edit". More... | |
void | SaveTranscodeStatus (TranscodingStatus trans) |
Set "transcoded" field in "recorded" table to "trans". More... | |
void | SaveWatched (bool watchedFlag) |
Set "watched" field in recorded/videometadata to "watchedFlag". More... | |
void | SaveDeletePendingFlag (bool deleteFlag) |
Set "deletepending" field in "recorded" table to "deleteFlag". More... | |
void | SaveCommFlagged (CommFlagStatus flag) |
Set "commflagged" field in "recorded" table to "flag". More... | |
void | SaveAutoExpire (AutoExpireType autoExpire, bool updateDelete=false) |
Set "autoexpire" field in "recorded" table to "autoExpire". More... | |
void | SavePreserve (bool preserveEpisode) |
Set "preserve" field in "recorded" table to "preserveEpisode". More... | |
bool | SaveBasename (const QString &basename) |
Sets a recording's basename in the database. More... | |
void | SaveAspect (uint64_t frame, MarkTypes type, uint customAspect) |
Store aspect ratio of a frame in the recordedmark table. More... | |
void | SaveResolution (uint64_t frame, uint width, uint height) |
Store the Resolution at frame in the recordedmarkup table. More... | |
void | SaveFrameRate (uint64_t frame, uint framerate) |
Store the Frame Rate at frame in the recordedmarkup table. More... | |
void | SaveVideoScanType (uint64_t frame, bool progressive) |
Store the Progressive/Interlaced state in the recordedmarkup table. More... | |
void | SaveTotalDuration (int64_t duration) |
Store the Total Duration at frame 0 in the recordedmarkup table. More... | |
void | SaveTotalFrames (int64_t frames) |
Store the Total Frames at frame 0 in the recordedmarkup table. More... | |
void | SaveVideoProperties (uint mask, uint video_property_flags) |
void | SaveMarkupFlag (MarkTypes type) const |
Clears the specified flag, then if sets it. More... | |
void | ClearMarkupFlag (MarkTypes type) const |
void | UpdateLastDelete (bool setTime) const |
Set or unset the record.last_delete field. More... | |
void | MarkAsInUse (bool inuse, const QString &usedFor="") |
Tracks a recording's in use status, to prevent deletion and to allow the storage scheduler to perform IO load balancing. More... | |
void | UpdateInUseMark (bool force=false) |
void | SaveSeasonEpisode (uint seas, uint ep) |
void | SaveInetRef (const QString &inet) |
QString | DiscoverRecordingDirectory (void) |
QString | GetPlaybackURL (bool checkMaster=false, bool forceCheckLocal=false) |
Returns filename or URL to be used to play back this recording. More... | |
ProgramInfoType | DiscoverProgramInfoType (void) const |
bool | QueryCutList (frm_dir_map_t &delMap, bool loadAutosave=false) const |
void | SaveCutList (frm_dir_map_t &delMap, bool isAutoSave=false) const |
void | QueryCommBreakList (frm_dir_map_t &frames) const |
void | SaveCommBreakList (frm_dir_map_t &frames) const |
void | QueryPositionMap (frm_pos_map_t &posMap, MarkTypes type) const |
void | ClearPositionMap (MarkTypes type) const |
void | SavePositionMap (frm_pos_map_t &posMap, MarkTypes type, int64_t min_frame=-1, int64_t max_frame=-1) const |
void | SavePositionMapDelta (frm_pos_map_t &posMap, MarkTypes type) const |
bool | QueryKeyFrameInfo (uint64_t *result, uint64_t position_or_keyframe, bool backwards, MarkTypes type, const char *from_filemarkup_asc, const char *from_filemarkup_desc, const char *from_recordedseek_asc, const char *from_recordedseek_desc) const |
bool | QueryKeyFramePosition (uint64_t *position, uint64_t keyframe, bool backwards) const |
bool | QueryPositionKeyFrame (uint64_t *keyframe, uint64_t position, bool backwards) const |
bool | QueryKeyFrameDuration (uint64_t *duration, uint64_t keyframe, bool backwards) const |
bool | QueryDurationKeyFrame (uint64_t *keyframe, uint64_t duration, bool backwards) const |
void | QueryMarkup (QVector< MarkupEntry > &mapMark, QVector< MarkupEntry > &mapSeek) const |
void | SaveMarkup (const QVector< MarkupEntry > &mapMark, const QVector< MarkupEntry > &mapSeek) const |
void | SendUpdateEvent (void) const |
Sends event out that the ProgramInfo should be reloaded. More... | |
void | SendAddedEvent (void) const |
Sends event out that the ProgramInfo should be added to lists. More... | |
void | SendDeletedEvent (void) const |
Sends event out that the ProgramInfo should be delete from lists. More... | |
void | QueryMarkupMap (frm_dir_map_t &marks, MarkTypes type, bool merge=false) const |
void | SaveMarkupMap (const frm_dir_map_t &marks, MarkTypes type=MARK_ALL, int64_t min_frame=-1, int64_t max_frame=-1) const |
void | ClearMarkupMap (MarkTypes type=MARK_ALL, int64_t min_frame=-1, int64_t max_frame=-1) const |
void | SetAvailableStatus (AvailableStatusType status, const QString &where) |
AvailableStatusType | GetAvailableStatus (void) const |
Static Public Member Functions | |
static bool | UsingProgramIDAuthority (void) |
static void | CheckProgramIDAuthorities (void) |
static void | SaveDVDBookmark (const QStringList &fields) |
static void | SaveBDBookmark (const QStringList &fields) |
static QString | i18n (const QString &msg) |
Translations for play,recording, & storage groups +. More... | |
static QString | MakeUniqueKey (uint chanid, const QDateTime &recstartts) |
Creates a unique string that can be used to identify a recording. More... | |
static bool | ExtractKey (const QString &uniquekey, uint &chanid, QDateTime &recstartts) |
Extracts chanid and recstartts from a unique key generated by MakeUniqueKey(). More... | |
static bool | ExtractKeyFromPathname (const QString &pathname, uint &chanid, QDateTime &recstartts) |
static bool | QueryKeyFromPathname (const QString &pathname, uint &chanid, QDateTime &recstartts) |
static bool | QueryRecordedIdFromPathname (const QString &pathname, uint &recordedid) |
static QString | QueryRecordingGroupPassword (const QString &group) |
static uint64_t | QueryBookmark (uint chanid, const QDateTime &recstartts) |
static QMap< QString, uint32_t > | QueryInUseMap (void) |
static QMap< QString, bool > | QueryJobsRunning (int type) |
static QStringList | LoadFromScheduler (const QString &tmptable, int recordid) |
Public Attributes | |
int8_t | m_spread {-1} |
int8_t | m_startCol {-1} |
Static Public Attributes | |
static constexpr int | kNumCatTypes = 5 |
static const QString | kFromRecordedQuery |
Protected Member Functions | |
QString | CreateRecordBasename (const QString &ext) const |
Returns a filename for a recording based on the recording channel and date. More... | |
bool | LoadProgramFromRecorded (uint chanid, const QDateTime &recstartts) |
Loads ProgramInfo for an existing recording. More... | |
bool | FromStringList (QStringList::const_iterator &it, const QStringList::const_iterator &end) |
Uses a QStringList to initialize this ProgramInfo instance. More... | |
Static Protected Member Functions | |
static void | QueryMarkupMap (const QString &video_pathname, frm_dir_map_t &marks, MarkTypes type, bool merge=false) |
static void | QueryMarkupMap (uint chanid, const QDateTime &recstartts, frm_dir_map_t &marks, MarkTypes type, bool merge=false) |
static int | InitStatics (void) |
Static Protected Attributes | |
static QMutex | s_staticDataLock |
static ProgramInfoUpdater * | s_updater |
static bool | s_usingProgIDAuth = true |
Static Private Attributes | |
static const std::array< const QString, 5 > | kCatName |
Friends | |
int | pginfo_init_statics (void) |
Holds information on recordings and videos.
ProgramInfo can also contain partial information for a program we wish to find in the schedule, and may also contain information on a video we wish to view. This class is serializable from frontend to backend and back and is the basic unit of information on anything we may wish to view or record.
Any method that begins with "Is", "Get" or "Set" will run quickly and the results from "Is" or "Get" do not need to be cached.
Any method beginning with "Make" or "Extract" will run quickly, but it may be prudent to cache the results if they are to be used frequently.
Any method that begins with "Query", "Save" or "Update" will touch the database and so may take some time to complete.
Any method beginning with another verb needs to be examined to determine its expected run time.
There is one exception to this set of rules, GetPlaybackURL() is a very complex beast which not only touches the database but also may query remote backends about the files visible to them. It blocks until this task is complete and may need to wake up remote hosts that are currently powered off to complete it's task. It should not be called from the UI thread and its result should be cached.
Definition at line 67 of file programinfo.h.
Enumerator | |
---|---|
kCategoryNone | |
kCategoryMovie | |
kCategorySeries | |
kCategorySports | |
kCategoryTVShow |
Definition at line 75 of file programinfo.h.
Enumerator | |
---|---|
kLongDescription | |
kTitleSubtitle | |
kRecordingKey | |
kSchedulingKey |
Definition at line 497 of file programinfo.h.
|
inline |
Null constructor.
Constructs a manual record ProgramInfo.
Constructs a ProgramInfo for a video.
Constructs a basic ProgramInfo (used by RecordingInfo)
Constructs a ProgramInfo from listings data in 'program' table.
Constructs a ProgramInfo from data in 'oldrecorded' table.
Constructs a ProgramInfo from data in 'recorded' table.
Definition at line 79 of file programinfo.h.
Referenced by LoadFromOldRecorded(), LoadFromProgram(), LoadFromRecorded(), and LoadProgramFromProgram().
ProgramInfo::ProgramInfo | ( | const ProgramInfo & | other | ) |
Copy constructor.
Definition at line 149 of file programinfo.cpp.
|
explicit |
Constructs a ProgramInfo from data in 'recorded' table.
Definition at line 233 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | uint | chanid, |
const QDateTime & | recstartts | ||
) |
Constructs a ProgramInfo from data in 'recorded' table.
Definition at line 264 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | uint | recordedid, |
QString | title, | ||
QString | sortTitle, | ||
QString | subtitle, | ||
QString | sortSubtitle, | ||
QString | description, | ||
uint | season, | ||
uint | episode, | ||
uint | totalepisodes, | ||
QString | syndicatedepisode, | ||
QString | category, | ||
uint | chanid, | ||
QString | channum, | ||
QString | chansign, | ||
QString | channame, | ||
QString | chanplaybackfilters, | ||
QString | recgroup, | ||
QString | playgroup, | ||
const QString & | pathname, | ||
QString | hostname, | ||
QString | storagegroup, | ||
QString | seriesid, | ||
QString | programid, | ||
QString | inetref, | ||
CategoryType | catType, | ||
int | recpriority, | ||
uint64_t | filesize, | ||
QDateTime | startts, | ||
QDateTime | endts, | ||
QDateTime | recstartts, | ||
QDateTime | recendts, | ||
float | stars, | ||
uint | year, | ||
uint | partnumber, | ||
uint | parttotal, | ||
QDate | originalAirDate, | ||
QDateTime | lastmodified, | ||
RecStatus::Type | recstatus, | ||
uint | recordid, | ||
RecordingDupInType | dupin, | ||
RecordingDupMethodType | dupmethod, | ||
uint | findid, | ||
uint | programflags, | ||
uint | audioproperties, | ||
uint | videoproperties, | ||
uint | subtitleType, | ||
QString | inputname, | ||
QDateTime | bookmarkupdate | ||
) |
Constructs a ProgramInfo from data in 'recorded' table.
Definition at line 275 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | QString | title, |
QString | sortTitle, | ||
QString | subtitle, | ||
QString | sortSubtitle, | ||
QString | description, | ||
uint | season, | ||
uint | episode, | ||
QString | category, | ||
uint | chanid, | ||
QString | channum, | ||
QString | chansign, | ||
QString | channame, | ||
QString | seriesid, | ||
QString | programid, | ||
QString | inetref, | ||
QDateTime | startts, | ||
QDateTime | endts, | ||
QDateTime | recstartts, | ||
QDateTime | recendts, | ||
RecStatus::Type | recstatus, | ||
uint | recordid, | ||
RecordingType | rectype, | ||
uint | findid, | ||
bool | duplicate | ||
) |
Constructs a ProgramInfo from data in 'oldrecorded' table.
Definition at line 413 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | QString | title, |
QString | sortTitle, | ||
QString | subtitle, | ||
QString | sortSubtitle, | ||
QString | description, | ||
QString | syndicatedepisode, | ||
QString | category, | ||
uint | chanid, | ||
QString | channum, | ||
QString | chansign, | ||
QString | channame, | ||
QString | chanplaybackfilters, | ||
QDateTime | startts, | ||
QDateTime | endts, | ||
QDateTime | recstartts, | ||
QDateTime | recendts, | ||
QString | seriesid, | ||
QString | programid, | ||
CategoryType | catType, | ||
float | stars, | ||
uint | year, | ||
uint | partnumber, | ||
uint | parttotal, | ||
QDate | originalAirDate, | ||
RecStatus::Type | recstatus, | ||
uint | recordid, | ||
RecordingType | rectype, | ||
uint | findid, | ||
bool | commfree, | ||
bool | repeat, | ||
uint | videoproperties, | ||
uint | audioproperties, | ||
uint | subtitletype, | ||
uint | season, | ||
uint | episode, | ||
uint | totalepisodes, | ||
const ProgramList & | schedList | ||
) |
Constructs a ProgramInfo from listings data in 'program' table.
Definition at line 488 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | QString | title, |
QString | sortTitle, | ||
QString | subtitle, | ||
QString | sortSubtitle, | ||
QString | description, | ||
uint | season, | ||
uint | episode, | ||
uint | totalepisodes, | ||
QString | category, | ||
uint | chanid, | ||
QString | channum, | ||
QString | chansign, | ||
QString | channame, | ||
QString | chanplaybackfilters, | ||
QString | recgroup, | ||
QString | playgroup, | ||
QDateTime | startts, | ||
QDateTime | endts, | ||
QDateTime | recstartts, | ||
QDateTime | recendts, | ||
QString | seriesid, | ||
QString | programid, | ||
QString | inetref, | ||
QString | inputname | ||
) |
Constructs a basic ProgramInfo (used by RecordingInfo)
Definition at line 632 of file programinfo.cpp.
|
explicit |
Constructs a ProgramInfo for a pathname.
Definition at line 700 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | const QString & | pathname, |
const QString & | plot, | ||
const QString & | title, | ||
const QString & | sortTitle, | ||
const QString & | subtitle, | ||
const QString & | sortSubtitle, | ||
const QString & | director, | ||
int | season, | ||
int | episode, | ||
const QString & | inetref, | ||
uint | length_in_minutes, | ||
uint | year, | ||
const QString & | programid | ||
) |
Constructs a ProgramInfo for a video.
Definition at line 736 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | const QString & | _title, |
uint | _chanid, | ||
const QDateTime & | _startts, | ||
const QDateTime & | _endts | ||
) |
Constructs a manual record ProgramInfo.
Definition at line 780 of file programinfo.cpp.
|
inline |
Constructs a Dummy ProgramInfo (used by GuideGrid)
Definition at line 280 of file programinfo.h.
|
inline |
Definition at line 285 of file programinfo.h.
|
inlineexplicit |
Definition at line 291 of file programinfo.h.
|
virtualdefault |
bool ProgramInfo::operator== | ( | const ProgramInfo & | rhs | ) |
Compare two ProgramInfo instances to see if they are equal. Equal is defined as all parameters that are serialized and passed across the myth protocol are the same.
rhs | The ProgramInfo instance to compare to the current instance. |
Definition at line 1038 of file programinfo.cpp.
ProgramInfo & ProgramInfo::operator= | ( | const ProgramInfo & | other | ) |
Copies important fields from other ProgramInfo.
Definition at line 824 of file programinfo.cpp.
|
virtual |
Copies important fields from other ProgramInfo.
Reimplemented in RecordingInfo, and ProgramRecPriorityInfo.
Definition at line 834 of file programinfo.cpp.
Referenced by RecordingInfo::clone(), PlaybackSock::FillProgramInfo(), operator=(), and Reload().
void ProgramInfo::ensureSortFields | ( | void | ) |
Ensure that the sortTitle and sortSubtitle fields are set.
Definition at line 1135 of file programinfo.cpp.
Referenced by FromStringList(), ProgramInfo(), SetSubtitle(), and SetTitle().
|
virtual |
Reimplemented in RecordingInfo, and ProgramRecPriorityInfo.
Definition at line 928 of file programinfo.cpp.
Referenced by RecordingInfo::clear(), LoadProgramFromRecorded(), and ProgramInfo().
void ProgramInfo::ToStringList | ( | QStringList & | list | ) | const |
Serializes ProgramInfo into a QStringList which can be passed over a socket.
Definition at line 1270 of file programinfo.cpp.
Referenced by PlaybackBoxHelper::CheckAvailability(), PlaybackSock::CheckFile(), PlaybackSock::CheckRecordingActive(), MainServer::customEvent(), PlaybackSock::DeleteRecording(), PlaybackSock::EncoderIsRecording(), PBHEventHandler::event(), PlaybackSock::FillProgramInfo(), PlaybackSock::GenPreviewPixmap(), Scheduler::GetAllScheduled(), PlaybackBoxHelper::GetPreviewImage(), PreviewGeneratorQueue::GetPreviewImage(), MainServer::HandleFillProgramInfo(), MainServer::HandleQueryRecording(), MainServer::HandleRecorderQuery(), MainServer::HandleRemoteEncoder(), TVRec::NotifySchedulerOfRecording(), PlaybackSock::PixmapLastModified(), PlaybackBox::PlayX(), MainServer::reconnectTimeout(), PlaybackSock::RecordPending(), RemoteCheckFile(), RemoteCheckForRecording(), RemoteFillProgramInfo(), RemoteGetConflictList(), RemoteGetExistingRecorder(), RemoteGetPreviewIfModified(), RemoteGetPreviewLastModified(), PreviewGenerator::RemotePreviewRun(), RemoteRecordPending(), RemoteStopRecording(), PlaybackSock::StartRecording(), TVRec::StartRecording(), TV::StartTV(), PlaybackBoxHelper::StopRecording(), and PlaybackSock::StopRecording().
|
virtual |
Converts ProgramInfo into QString QHash containing each field in ProgramInfo converted into localized strings.
Reimplemented in ProgramRecPriorityInfo.
Definition at line 1464 of file programinfo.cpp.
Referenced by ProgLister::ClearCurrentProgramInfo(), ViewScheduled::FillList(), PlayerContext::GetPlayingInfoMap(), ProgLister::HandleVisible(), ScheduleEditor::Load(), TV::QuickRecord(), TVBrowseHelper::run(), SchedEditChild::SetTextFromMaps(), ProgramRecPriorityInfo::ToMap(), ViewScheduleDiff::updateInfo(), ViewScheduled::updateInfo(), GuideGrid::updateInfo(), DeleteMap::UpdateOSD(), IdleScreen::UpdateScreen(), WelcomeDialog::updateScreen(), and ViewScheduleDiff::updateUIList().
|
virtual |
Subsitute MATCH% type variable names in the given string.
str | QString to substitute matches in |
Reimplemented in RecordingInfo.
Definition at line 5218 of file programinfo.cpp.
Referenced by JobQueue::GetJobCommand(), and RecordingInfo::SubstituteMatches().
bool ProgramInfo::IsSameProgram | ( | const ProgramInfo & | other | ) | const |
Checks whether this is the same program as "other", which may or may not be a repeat or on another channel.
Matches based on programid with a fallback to dupmethod
other | ProgramInfo to compare this one with. |
Definition at line 2149 of file programinfo.cpp.
Referenced by MainServer::HandleStopRecording(), PlayerContext::IsSameProgram(), and IsSameProgramAndStartTime().
bool ProgramInfo::IsDuplicateProgram | ( | const ProgramInfo & | other | ) | const |
Checks for duplicates according to dupmethod.
other | ProgramInfo to compare this one with. |
Definition at line 2080 of file programinfo.cpp.
Referenced by Scheduler::IsSameProgram().
bool ProgramInfo::IsSameProgramAndStartTime | ( | const ProgramInfo & | other | ) | const |
Match same program, with same starttime (channel may be different)
other | ProgramInfo to compare this one with. |
Definition at line 2207 of file programinfo.cpp.
Referenced by ProgramInfo().
bool ProgramInfo::IsSameTitleStartTimeAndChannel | ( | const ProgramInfo & | other | ) | const |
Checks title, chanid or callsign and start times for equality.
other | ProgramInfo to compare this one with. |
Definition at line 2223 of file programinfo.cpp.
Referenced by Scheduler::ChangeRecordingEnd(), Scheduler::PruneOverlaps(), and Scheduler::PruneRedundants().
bool ProgramInfo::IsSameTitleTimeslotAndChannel | ( | const ProgramInfo & | other | ) | const |
Checks title, chanid or chansign, start/end times, cardid, inputid for fully inclusive overlap.
other | ProgramInfo to compare this one with. |
Definition at line 2237 of file programinfo.cpp.
|
inlinestatic |
Definition at line 322 of file programinfo.h.
Referenced by Scheduler::UpdateDuplicates().
|
static |
Definition at line 2259 of file programinfo.cpp.
Referenced by handle_command(), and Scheduler::Scheduler().
bool ProgramInfo::IsSameProgramWeakCheck | ( | const ProgramInfo & | other | ) | const |
Checks for duplicate using only title, chanid and startts.
other | ProgramInfo to compare this one with. |
Definition at line 2069 of file programinfo.cpp.
Referenced by TVRec::StartRecording().
|
inline |
Definition at line 330 of file programinfo.h.
Referenced by Scheduler::GetRecStatus(), and EncoderLink::MatchesRecording().
bool ProgramInfo::IsSameChannel | ( | const ProgramInfo & | other | ) | const |
Checks whether channel id or callsign are identical.
other | ProgramInfo to compare this one with. |
Definition at line 2252 of file programinfo.cpp.
Referenced by IsSameProgramAndStartTime(), IsSameTitleStartTimeAndChannel(), IsSameTitleTimeslotAndChannel(), and ProgramInfo().
|
inline |
Creates a unique string that can be used to identify an existing recording.
Definition at line 337 of file programinfo.h.
Referenced by commDetectorGotNewCommercialBreakList(), TV::customEvent(), DoFlagCommercials(), LiveTVChain::DoGetNextProgram(), MythPlayerUI::EventLoop(), TVRec::FinishedRecording(), PlaybackBoxHelper::GetPreviewImage(), RecorderBase::GetRecordingQuality(), MainServer::HandleGenPreviewPixmap(), TV::HandleStateChange(), Scheduler::HandleWakeSlave(), TVRec::InitAutoRunJobs(), LoadFromRecorded(), RecordingInfo::MakeUniqueSchedulerKey(), QueryInUseMap(), QueryJobsRunning(), RecordingQuality::RecordingQuality(), PreviewGenerator::RemotePreviewRun(), TVRec::StartedRecording(), and TVRec::SwitchLiveTVRingBuffer().
uint ProgramInfo::GetSecondsInRecording | ( | void | ) | const |
Returns length of program/recording in seconds.
Definition at line 1789 of file programinfo.cpp.
Referenced by PlayerContext::SetPlayingInfo().
QString ProgramInfo::ChannelText | ( | const QString & | format | ) | const |
Returns channel info using "format".
There are three tags in "format" that will be replaced with the appropriate info. These tags are "<num>", "<sign>", and "<name>", they replaced with the channel number, channel call sign, and channel name, respectively.
format | formatting string. |
Definition at line 4700 of file programinfo.cpp.
Referenced by ProgramInfo(), and ToMap().
|
inline |
Definition at line 341 of file programinfo.h.
Referenced by PBHEventHandler::CheckAvailability(), ClearBookmarks(), ClearSeekTable(), FillProgramInfo(), Scheduler::FillRecordingDir(), PreviewGeneratorQueue::GeneratePreviewImage(), get_filename(), GetPlaybackURL(), PlayerContext::GetPlayingInfoMap(), PreviewGeneratorQueue::GetPreviewImage(), TVRec::GetProgramRingBufferForLiveTV(), TV::GetStatus(), MainServer::HandlePixmapGetIfModified(), MainServer::HandlePixmapLastModified(), MainServer::HandleQueryCheckFile(), Scheduler::HandleRecording(), ImportRecorder::Open(), print_comm_flag_output(), TV::QuickRecord(), ImportRecorder::run(), PreviewGenerator::Run(), RunCCExtract(), PreviewGenerator::RunReal(), TVRec::StartedRecording(), and TVRec::TuningNewRecorder().
|
inline |
Definition at line 342 of file programinfo.h.
Referenced by clone(), PreviewGeneratorQueue::GeneratePreviewImage(), PlayerContext::GetPlayingInfoMap(), PreviewGeneratorQueue::GetPreviewImage(), MainServer::HandleFillProgramInfo(), ProgDetails::loadPage(), LoadProgramFromRecorded(), LookupFromProgramInfo(), MarkAsInUse(), QueryBasename(), TV::QuickRecord(), PreviewGenerator::SaveOutFile(), RecordingInfo::StartedRecording(), and SubstituteMatches().
|
inline |
Definition at line 343 of file programinfo.h.
Referenced by PlayerContext::GetPlayingInfoMap(), TV::QuickRecord(), and SaveWatched().
|
inline |
Definition at line 345 of file programinfo.h.
Referenced by GetPlaybackURL(), PlayerContext::GetPlayingInfoMap(), TV::QuickRecord(), and PlayerContext::SetInitialTVState().
|
inline |
Definition at line 347 of file programinfo.h.
Referenced by GetPlaybackURL(), PlayerContext::GetPlayingInfoMap(), TV::QuickRecord(), and PlayerContext::SetInitialTVState().
|
inline |
Definition at line 349 of file programinfo.h.
Referenced by EncoderLink::CheckFile(), DiscoverRecordingDirectory(), JobQueue::DoFlagCommercialsThread(), TVRec::FinishedRecording(), Content::GetPreviewImage(), MainServer::HandleGenPreviewPixmap(), MainServer::HandlePixmapGetIfModified(), MainServer::HandlePixmapLastModified(), and IsFileReadable().
|
inline |
Definition at line 354 of file programinfo.h.
Referenced by IsFileReadable().
|
inline |
Definition at line 355 of file programinfo.h.
Referenced by PlaybackBox::Play().
|
inline |
Definition at line 356 of file programinfo.h.
Referenced by PBHEventHandler::CheckAvailability(), PlaybackBox::customEvent(), TV::customEvent(), Dvr::DeleteRecording(), TV::Embed(), PBHEventHandler::event(), MainServer::HandleFillProgramInfo(), MainServer::HandleGenPreviewPixmap(), MainServer::HandlePixmapGetIfModified(), FileServerHandler::HandleQueryCheckFile(), MainServer::HandleQueryCheckFile(), Dvr::ReactivateRecording(), TV::StartTV(), Dvr::UnDeleteRecording(), and Dvr::UpdateRecordedWatchedStatus().
bool ProgramInfo::IsFileReadable | ( | void | ) |
Attempts to ascertain if the main file for this ProgramInfo is readable.
Definition at line 4775 of file programinfo.cpp.
Referenced by PBHEventHandler::CheckAvailability(), and TV::timerEvent().
|
inline |
Definition at line 359 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), Scheduler::AddNewRecords(), Scheduler::AddRecording(), Scheduler::AssignGroupInput(), RecordingRule::AssignProgramInfo(), ScheduledRecording::BuildCheckRequest(), comp_overlap(), comp_priority(), comp_redundant(), comp_retry(), RecMetadataEdit::Create(), CreateProgramInfoString(), PlaybackBox::CreateProgramInfoString(), CustomEdit::CustomEdit(), ProgFinder::customEvent(), PrevRecordedList::DeleteOldSeries(), ProgLister::DeleteOldSeries(), StatusBox::doAutoExpireList(), MainServer::DoHandleDeleteRecording(), StatusBox::doJobQueueStatus(), StatusBox::doTunerStatus(), CustomEdit::evaluate(), MythBDPlayer::EventStart(), MythDVDPlayer::EventStart(), extract_subtitle(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), Scheduler::FindNextConflict(), TVRec::FinishedRecording(), FlagCommercials(), GuideGrid::gestureEvent(), PlayGroup::GetInitialName(), TV::GetStatus(), Scheduler::HandleRecording(), Scheduler::HandleWakeSlave(), GuideGrid::keyPressEvent(), CustomEdit::loadClauses(), CustomPriority::loadData(), ProgDetails::loadPage(), MetadataFactory::Lookup(), LookupFromProgramInfo(), TV::MenuItemDisplayPlayback(), print_comm_flag_output(), TV::QuickRecord(), RebuildSeekTable(), CustomEdit::recordClicked(), RemoteGetExistingRecorder(), RemoteGetRecordingStatus(), Scheduler::SchedNewFirstPass(), PlayerContext::SetPseudoLiveTV(), PrevRecordedList::ShowDeleteOldEpisodeMenu(), ProgLister::ShowDeleteOldEpisodeMenu(), PrevRecordedList::ShowDeleteOldSeriesMenu(), ProgLister::ShowDeleteOldSeriesMenu(), TV::ShowLCDChannelInfo(), TV::ShowOSDPromptDeleteRecording(), ScheduleCommon::ShowPrevious(), PlaybackBox::ShowRecordedEpisodes(), ScheduleCommon::ShowUpcoming(), ScheduleCommon::ShowUpcomingScheduled(), TVRec::StartRecording(), TV::timerEvent(), TVRec::TuningRestartRecorder(), and TVRec::TuningSignalCheck().
|
inline |
Definition at line 360 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), comp_sorttitle_lt(), comp_sorttitle_lt_rev(), TitleSort::operator()(), ProgramCountSort::operator()(), ProgramRecCountSort::operator()(), ProgramLastRecordSort::operator()(), and ProgramAvgDelaySort::operator()().
|
inline |
Definition at line 361 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), ScheduledRecording::BuildCheckRequest(), comp_priority(), comp_retry(), RecMetadataEdit::Create(), CreateProgramInfoString(), PlaybackBox::CreateProgramInfoString(), StatusBox::doTunerStatus(), ScheduleCommon::EditRecording(), CustomEdit::evaluate(), extract_subtitle(), FillProgramInfo(), HttpStatus::FillProgramInfo(), FlagCommercials(), TV::GetStatus(), GuessLookupType(), CustomEdit::loadClauses(), ProgDetails::loadPage(), MetadataFactory::Lookup(), LookupFromProgramInfo(), TV::MenuItemDisplayPlayback(), RebuildSeekTable(), RemoteGetRecordingStatus(), Scheduler::SchedNewFirstPass(), TV::ShowLCDChannelInfo(), TV::ShowOSDPromptDeleteRecording(), TVRec::TuningSignalCheck(), and ProgramRecPriority::UpdateList().
|
inline |
Definition at line 362 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), TitleSort::operator()(), ProgramCountSort::operator()(), ProgramRecCountSort::operator()(), ProgramLastRecordSort::operator()(), and ProgramAvgDelaySort::operator()().
|
inline |
Definition at line 363 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), ScheduledRecording::BuildCheckRequest(), comp_priority(), comp_retry(), RecMetadataEdit::Create(), ScheduleCommon::EditRecording(), CustomEdit::evaluate(), FillProgramInfo(), HttpStatus::FillProgramInfo(), ProgDetails::loadPage(), LookupFromProgramInfo(), Scheduler::SchedNewFirstPass(), and ProgLister::ShowOldRecordedMenu().
|
inline |
Definition at line 364 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), comp_season(), comp_season_rev(), MetadataOptions::Create(), RecMetadataEdit::Create(), CustomEdit::evaluate(), FillProgramInfo(), PlayerContext::GetPlayingInfoMap(), Content::GetRecordingArtworkList(), GuessLookupType(), ProgDetails::loadPage(), MetadataFactory::Lookup(), LookupFromProgramInfo(), ToMap(), and PlaybackBox::updateGroupInfo().
|
inline |
Definition at line 365 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), comp_season(), comp_season_rev(), MetadataOptions::Create(), RecMetadataEdit::Create(), CustomEdit::evaluate(), FillProgramInfo(), GuessLookupType(), ProgDetails::loadPage(), MetadataFactory::Lookup(), LookupFromProgramInfo(), and ToMap().
|
inline |
Definition at line 366 of file programinfo.h.
Referenced by FillProgramInfo(), and ProgDetails::loadPage().
|
inline |
Definition at line 367 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), CustomEdit::evaluate(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), PlayGroup::GetInitialName(), TVRec::GetRecordEndTime(), RecordingRule::LoadByProgram(), CustomEdit::loadClauses(), ProgDetails::loadPage(), LookupFromProgramInfo(), and ProgramRecPriority::newTemplate().
|
inline |
This is the unique key used in the database to locate tuning information.
[1..2^32] are valid keys, 0 is not.
Definition at line 370 of file programinfo.h.
Referenced by Content::AddRecordingLiveStream(), Dvr::AllowReRecord(), LiveTVChain::AppendNewProgram(), Scheduler::AssignGroupInput(), RecordingRule::AssignProgramInfo(), TVBrowseHelper::BrowseStart(), TV::ChangeChannel(), PBHEventHandler::CheckAvailability(), ClearBookmarks(), ClearSeekTable(), ClearSkipList(), RecordingInfo::clone(), comp_overlap(), comp_priority(), comp_recstart(), comp_retry(), CompleteJob(), CopySkipListToCutList(), PlaybackBox::createJobMenu(), PlaybackBox::createPlaylistJobMenu(), MainServer::customEvent(), PlaybackBox::customEvent(), TV::customEvent(), commDetector2::debugDirectory(), PrevRecordedList::DeleteOldEpisode(), ProgLister::DeleteOldEpisode(), LiveTVChain::DeleteProgram(), Dvr::DeleteRecording(), MainServer::DoDeleteThread(), TV::DoEditSchedule(), DoFlagCommercials(), MainServer::DoHandleDeleteRecording(), PlaybackBox::doJobQueueJob(), StatusBox::doJobQueueStatus(), PlaybackBox::doPlaylistJobQueueJob(), TV::DoQueueTranscode(), StatusBox::doTunerStatus(), TV::Embed(), CustomEdit::evaluate(), PBHEventHandler::event(), MythPlayerUI::EventLoop(), PlaybackBox::extract_commflag_state(), PlaybackBox::extract_job_state(), FillCastMemberList(), HttpStatus::FillChannelInfo(), FillCommBreak(), FillCutList(), FillProgramInfo(), FillSeek(), HttpStatus::FillStatusXML(), Scheduler::FindNextConflict(), LiveTVChain::FinishedRecording(), TVRec::FinishedRecording(), FlagCommercials(), GetMarkupList(), GetPlaybackURL(), PlayerContext::GetPlayingInfoMap(), Content::GetPreviewImage(), GetProgramInfo(), getProgramInfoForFile(), Content::GetRecording(), TV::GetStatus(), MainServer::HandleCutMapQuery(), MainServer::HandleDeleteRecording(), MainServer::HandleForgetRecording(), MainServer::HandleGetConflictingRecordings(), TV::HandlePseudoLiveTVTimerEvent(), MainServer::HandleQueryRecording(), Scheduler::HandleRecording(), Scheduler::HandleRecordingStatusChange(), MainServer::HandleSetBookmark(), MainServer::HandleStopRecording(), MainServer::HandleUndeleteRecording(), incomingCustomEvent(), init_jobs(), RecordingInfo::InsertProgram(), TVRec::IsBusy(), Scheduler::IsBusyRecording(), JobQueue::IsJobRunning(), EncoderLink::IsRecording(), TV::ITVRestart(), ProgDetails::loadPage(), FileServerHandler::LocalFilePath(), MainServer::LocalFilePath(), LookupFromProgramInfo(), main(), Dvr::ManageJobQueue(), MythPlayer::OpenFile(), TV::PlaybackMenuInit(), Frontend::PlayRecording(), ProgDetails::PowerPriorities(), preview_helper(), print_comm_flag_output(), JobQueue::ProcessJob(), TV::ProcessNetworkControlCommand(), PlaybackBox::processNetworkControlCommand(), LiveTVChain::ProgramIsAt(), QueueCommFlagJob(), QueueJob(), JobQueue::QueueRecordingJobs(), QueueTranscodeJob(), TV::QuickRecord(), Dvr::ReactivateRecording(), Reload(), ReloadBookmark(), RemoteDeleteRecording(), RemoteUndeleteRecording(), PreviewGenerator::Run(), TVBrowseHelper::run(), SendMythSystemPlayEvent(), SendMythSystemRecEvent(), SetCutList(), TVRec::SetLiveRecording(), LiveTVChain::SetProgram(), RecorderBase::SetRecordingStatus(), ScheduleCommon::ShowChannelSearch(), ProgFinder::ShowGuide(), ScheduleCommon::ShowGuide(), ScheduleCommon::ShowUpcoming(), EncoderLink::StartRecording(), TVRec::StartRecording(), TV::StartTV(), PlaybackBox::stopPlaylistJobQueueJob(), Dvr::StopRecording(), MythSystemEventHandler::SubstituteMatches(), TVRec::SwitchRecordingRingBuffer(), toString(), TVRec::TuningNewRecorder(), TVRec::TuningRestartRecorder(), TVRec::TuningSignalCheck(), Dvr::UnDeleteRecording(), Dvr::UpdateRecordedWatchedStatus(), and WaitToDelete().
|
inline |
This is the channel "number", in the form 1, 1_2, 1-2, 1#1, etc.
i.e. this is what the user enters to tune to the channel. This is purely for use in the user interface.
Definition at line 374 of file programinfo.h.
Referenced by TVBrowseHelper::BrowseStart(), comp_recstart(), comp_redundant(), TV::DoEditSchedule(), StatusBox::doJobQueueStatus(), CustomEdit::evaluate(), HttpStatus::FillChannelInfo(), TV::HandlePseudoLiveTVTimerEvent(), LookupFromProgramInfo(), MythPlayer::OpenFile(), PlayerContext::SetPseudoLiveTV(), ProgFinder::ShowGuide(), ScheduleCommon::ShowGuide(), and RecordingInfo::SubstituteMatches().
|
inline |
This is the unique programming identifier of a channel.
For example "BBC1 Crystal Palace". The channel may be broadcast over satelite, cable and terrestrially – but will almost always contain the same programming. This is used when determining if two channels can be treated as the same channel in recording rules. In the DB this is called 'callsign' for historic reasons.
Definition at line 381 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), Scheduler::AssignGroupInput(), RecordingRule::AssignProgramInfo(), comp_recstart(), comp_redundant(), CustomEdit::evaluate(), HttpStatus::FillChannelInfo(), CustomEdit::loadClauses(), ViewScheduled::LoadList(), LookupFromProgramInfo(), MythPlayer::OpenFile(), and TV::ShowLCDChannelInfo().
|
inline |
This is the channel name in the local market, i.e.
BBC1. This is purely for use in the user interface.
Definition at line 384 of file programinfo.h.
Referenced by StatusBox::doJobQueueStatus(), CustomEdit::evaluate(), HttpStatus::FillChannelInfo(), LookupFromProgramInfo(), and RemoteGetRecordingStatus().
|
inline |
Definition at line 385 of file programinfo.h.
Referenced by HttpStatus::FillChannelInfo(), PlayerContext::GetFilters(), and LookupFromProgramInfo().
|
inline |
The scheduled start time of program.
Definition at line 388 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), Scheduler::AddNewRecords(), RecordingRule::AssignProgramInfo(), TVBrowseHelper::BrowseStart(), ClearBookmarks(), ClearSeekTable(), RecordingInfo::clone(), comp_originalAirDate(), comp_originalAirDate_rev(), comp_overlap(), comp_recordDate(), comp_recordDate_rev(), comp_redundant(), PrevRecordedList::DeleteOldEpisode(), ProgLister::DeleteOldEpisode(), DoFlagCommercials(), CustomEdit::evaluate(), FillCastMemberList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), TVRec::FinishedRecording(), GuideGrid::gestureEvent(), get_start(), TVBrowseHelper::GetNextProgramDB(), GuideGrid::keyPressEvent(), RecordingRule::LoadBySearch(), ViewScheduled::LoadList(), ProgDetails::loadPage(), PreviewGenerator::LocalPreviewRun(), LookupFromProgramInfo(), TV::PlaybackMenuInit(), ProgDetails::PowerPriorities(), TV::ProcessNetworkControlCommand(), RecordingInfo::RecordingInfo(), RemoteGetRecordingStatus(), TVRec::SetLiveRecording(), RecorderBase::SetRecording(), RecorderBase::SetRecordingStatus(), ScheduleCommon::ShowChannelSearch(), ProgFinder::ShowGuide(), ScheduleCommon::ShowGuide(), toString(), Scheduler::TryAnotherShowing(), TVRec::TuningNewRecorder(), and TVRec::TuningSignalCheck().
|
inline |
The scheduled start time of program (with formatting).
Definition at line 390 of file programinfo.h.
|
inline |
The scheduled end time of the program.
Definition at line 395 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), comp_overlap(), comp_redundant(), DoFlagCommercials(), CustomEdit::evaluate(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), get_end(), TVRec::GetProgramRingBufferForLiveTV(), ViewScheduled::LoadList(), ProgDetails::loadPage(), PreviewGenerator::LocalPreviewRun(), LookupFromProgramInfo(), RecordingInfo::RecordingInfo(), RemoteGetRecordingStatus(), TVRec::run(), and MythPlayerUI::SetWatched().
|
inline |
The scheduled end time of the program (with formatting).
Definition at line 397 of file programinfo.h.
|
inline |
Approximate time the recording started.
Definition at line 402 of file programinfo.h.
Referenced by LiveTVChain::AppendNewProgram(), RecordingInfo::ApplyNeverRecord(), Scheduler::AssignGroupInput(), RecordingInfo::clone(), comp_originalAirDate(), comp_originalAirDate_rev(), comp_priority(), comp_programid(), comp_programid_rev(), comp_recordDate(), comp_recordDate_rev(), comp_recpriority2(), comp_recstart(), comp_retry(), comp_sortdate_lt(), comp_sortdate_lt_rev(), CompleteJob(), PlaybackBox::createJobMenu(), PlaybackBox::createPlaylistJobMenu(), CreateProgramInfoString(), PlaybackBox::CreateProgramInfoString(), TV::customEvent(), LiveTVChain::DeleteProgram(), Dvr::DeleteRecording(), StatusBox::doAutoExpireList(), DoFlagCommercials(), MainServer::DoHandleDeleteRecording(), PlaybackBox::doJobQueueJob(), StatusBox::doJobQueueStatus(), PlaybackBox::doPlaylistJobQueueJob(), TV::DoQueueTranscode(), ScheduleCommon::EditRecording(), PlaybackBox::extract_commflag_state(), PlaybackBox::extract_job_state(), FillProgramInfo(), HttpStatus::FillProgramInfo(), Scheduler::FindNextConflict(), LiveTVChain::FinishedRecording(), TVRec::FinishedRecording(), PreviewGeneratorQueue::GeneratePreviewImage(), GetPlaybackURL(), TVRec::GetProgramRingBufferForLiveTV(), TV::GetStatus(), Scheduler::HandleRecording(), Scheduler::HandleRecordingStatusChange(), MainServer::HandleRemoteEncoder(), Scheduler::HandleWakeSlave(), incomingCustomEvent(), init_jobs(), JobQueue::IsJobRunning(), EncoderLink::IsRecording(), ViewScheduled::LoadList(), ProgDetails::loadPage(), PreviewGenerator::LocalPreviewRun(), LookupFromProgramInfo(), main(), Dvr::ManageJobQueue(), Frontend::PlayRecording(), print_comm_flag_output(), TV::ProcessNetworkControlCommand(), LiveTVChain::ProgramIsAt(), QueueCommFlagJob(), QueueJob(), JobQueue::QueueRecordingJobs(), QueueTranscodeJob(), ReloadBookmark(), RemoteDeleteRecording(), RemoteUndeleteRecording(), PreviewGenerator::Run(), Scheduler::SchedNewFirstPass(), SendMythSystemPlayEvent(), SendMythSystemRecEvent(), LiveTVChain::SetProgram(), PlayerContext::SetPseudoLiveTV(), MythPlayerUI::SetWatched(), ViewScheduleDiff::showStatus(), Scheduler::ShutdownServer(), EncoderLink::StartRecording(), TVRec::StartRecording(), PlaybackBox::stopPlaylistJobQueueJob(), Dvr::StopRecording(), ToMap(), toString(), Scheduler::TryAnotherShowing(), TVRec::TuningRestartRecorder(), Dvr::UnDeleteRecording(), WaitToDelete(), and EncoderLink::WouldConflict().
|
inline |
Approximate time the recording started (with formatting).
Definition at line 404 of file programinfo.h.
|
inline |
Approximate time the recording should have ended, did end, or is intended to end.
Definition at line 410 of file programinfo.h.
Referenced by LiveTVChain::AppendNewProgram(), Scheduler::AssignGroupInput(), Scheduler::ChangeRecordingEnd(), comp_recstart(), CreateProgramInfoString(), PlaybackBox::CreateProgramInfoString(), MainServer::customEvent(), StatusBox::doAutoExpireList(), DoFlagCommercials(), MainServer::DoHandleDeleteRecording(), ScheduleCommon::EditRecording(), FillProgramInfo(), HttpStatus::FillProgramInfo(), Scheduler::FindNextConflict(), LiveTVChain::FinishedRecording(), TVRec::FinishedRecording(), FlagCommercials(), PreviewGeneratorQueue::GeneratePreviewImage(), TVRec::GetProgramRingBufferForLiveTV(), TVRec::GetRecordEndTime(), TVRec::HandlePendingRecordings(), Scheduler::HandleRecording(), ViewScheduled::LoadList(), LookupFromProgramInfo(), RunCCExtract(), PlayerContext::SetInitialTVState(), TVRec::SetLiveRecording(), PlayerContext::SetPseudoLiveTV(), RecorderBase::SetRecordingStatus(), MythPlayerUI::SetWatched(), ViewScheduleDiff::showStatus(), EncoderLink::StartRecording(), TVRec::StartRecording(), Transcode::TranscodeFile(), TVRec::TuningFrequency(), TVRec::TuningNewRecorder(), TVRec::TuningRestartRecorder(), and TVRec::TuningSignalCheck().
|
inline |
Approximate time the recording should have ended, did end, or is intended to end (with formatting).
Definition at line 413 of file programinfo.h.
|
inline |
Definition at line 417 of file programinfo.h.
Referenced by MainServer::customEvent(), StatusBox::doAutoExpireList(), MainServer::DoHandleDeleteRecording(), TV::FillOSDMenuJumpRec(), FillProgramInfo(), HttpStatus::FillProgramInfo(), PlaybackBox::FindProgramInUILists(), TV::GetRecordingGroup(), MainServer::HandleIsRecording(), PlaybackBox::HandleUpdateProgramInfoEvent(), ProgDetails::loadPage(), LookupFromProgramInfo(), JobQueue::ProcessJob(), QueryIsDeleteCandidate(), PlaybackBox::ShowActionPopup(), PlaybackBox::ShowDeletePopup(), PlaybackBox::ShowRecGroupChanger(), and TVRec::StartedRecording().
|
inline |
Definition at line 418 of file programinfo.h.
Referenced by FillProgramInfo(), HttpStatus::FillProgramInfo(), TV::HandleStateChange(), ProgDetails::loadPage(), LookupFromProgramInfo(), PlayerContext::SetInitialTVState(), and PlaybackBox::ShowPlayGroupChanger().
|
inline |
Definition at line 419 of file programinfo.h.
Referenced by Content::AddRecordingLiveStream(), MainServer::DoHandleDeleteRecording(), MainServer::DoHandleStopRecording(), PlaybackBox::doJobQueueJob(), PlaybackBox::doPlaylistJobQueueJob(), TV::DoQueueTranscode(), FillProgramInfo(), HttpStatus::FillProgramInfo(), Scheduler::FillRecordingDir(), Content::GetPreviewImage(), Content::GetRecording(), MainServer::HandleCheckRecordingActive(), MainServer::HandleGenPreviewPixmap(), MainServer::HandlePixmapGetIfModified(), MainServer::HandlePixmapLastModified(), MainServer::HandleQueryCheckFile(), Scheduler::HandleRecording(), ProgDetails::loadPage(), LookupFromProgramInfo(), JobQueue::QueueRecordingJobs(), RecordingInfo::StartedRecording(), and transUnlink().
|
inline |
Definition at line 420 of file programinfo.h.
Referenced by Content::AddRecordingLiveStream(), FillProgramInfo(), Scheduler::HandleRecording(), ProgDetails::loadPage(), LookupFromProgramInfo(), RecordingInfo::StartedRecording(), and transUnlink().
|
inline |
Definition at line 421 of file programinfo.h.
Referenced by MetadataOptions::customEvent(), FillProgramInfo(), and LookupFromProgramInfo().
|
inline |
Definition at line 426 of file programinfo.h.
Referenced by comp_originalAirDate(), comp_originalAirDate_rev(), FillProgramInfo(), HttpStatus::FillProgramInfo(), ProgDetails::loadPage(), and LookupFromProgramInfo().
|
inline |
Definition at line 427 of file programinfo.h.
Referenced by FillProgramInfo(), HttpStatus::FillProgramInfo(), PreviewGeneratorQueue::GeneratePreviewImage(), and LookupFromProgramInfo().
|
inline |
Definition at line 428 of file programinfo.h.
|
virtual |
Reimplemented in RecordingInfo.
Definition at line 6162 of file programinfo.cpp.
Referenced by PBHEventHandler::CheckAvailability(), PlaybackBox::customEvent(), StatusBox::doAutoExpireList(), MainServer::DoDeleteThread(), LiveTVChain::DoGetNextProgram(), extract_main_state(), FillCastMemberList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), RecordingInfo::GetFilesize(), ProgDetails::loadPage(), PlaybackBox::Play(), and UpdateFileSize().
|
inline |
Definition at line 433 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), CustomEdit::evaluate(), FillProgramInfo(), HttpStatus::FillProgramInfo(), CustomEdit::loadClauses(), ProgDetails::loadPage(), LookupFromProgramInfo(), ScheduleCommon::ShowUpcoming(), and ScheduleCommon::ShowUpcomingScheduled().
|
inline |
Definition at line 434 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), ScheduledRecording::BuildCheckRequest(), comp_priority(), comp_programid(), comp_programid_rev(), comp_retry(), ScheduleCommon::EditRecording(), CustomEdit::evaluate(), FillProgramInfo(), HttpStatus::FillProgramInfo(), TV::GetStatus(), CustomEdit::loadClauses(), ProgDetails::loadPage(), LookupFromProgramInfo(), and Scheduler::SchedNewFirstPass().
|
inline |
Definition at line 435 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), RecMetadataEdit::Create(), FillProgramInfo(), PlayerContext::GetPlayingInfoMap(), Content::GetRecordingArtworkList(), GuessLookupType(), MetadataFactory::Lookup(), LookupFromProgramInfo(), and PlaybackBox::updateGroupInfo().
|
inline |
Definition at line 436 of file programinfo.h.
Referenced by MetadataOptions::CreateLookup(), ScheduleCommon::EditRecording(), and GuessLookupType().
QString ProgramInfo::GetCategoryTypeString | ( | void | ) | const |
Returns catType as a string.
Definition at line 1797 of file programinfo.cpp.
Referenced by FillProgramInfo(), HttpStatus::FillProgramInfo(), RecordingRule::LoadByProgram(), and PlaybackBox::updateIcons().
|
inline |
Definition at line 438 of file programinfo.h.
Referenced by ProgramRecPriority::changeRecPriority(), comp_overlap(), comp_priority(), comp_recstart(), comp_retry(), FillProgramInfo(), HttpStatus::FillProgramInfo(), TitleSort::operator()(), ProgramRecPrioritySort::operator()(), ProgramRecTypeSort::operator()(), ProgramRecPriority::saveRecPriority(), ProgramRecPriority::scheduleChanged(), ProgramRecPriority::updateInfo(), and ProgramRecPriority::UpdateList().
|
inline |
Definition at line 439 of file programinfo.h.
Referenced by comp_priority(), comp_recpriority2(), comp_retry(), ViewScheduled::FillList(), ProgDetails::loadPage(), and Scheduler::PruneRedundants().
|
inline |
Definition at line 440 of file programinfo.h.
Referenced by ViewScheduled::FillList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), LookupFromProgramInfo(), ToMap(), GuideGrid::updateInfo(), and ProgramRecPriority::UpdateList().
Definition at line 441 of file programinfo.h.
|
inline |
Definition at line 444 of file programinfo.h.
Referenced by ProgramInfoCache::Add(), PlaybackBoxHelper::CheckAvailability(), PBHEventHandler::CheckAvailability(), PlaybackBox::customEvent(), MainServer::DoHandleDeleteRecording(), FillProgramInfo(), PlaybackBox::FindProgramInUILists(), MainServer::HandleDeleteRecording(), Scheduler::HandleRecording(), MainServer::HandleRemoteEncoder(), PlaybackBox::HandleUpdateProgramInfoEvent(), PlaybackBoxHelper::LocateArtwork(), main(), PlaybackBox::Play(), PlaybackBox::PlaylistDelete(), push_onto_del(), PlaybackBox::RemoveProgram(), PreviewGenerator::Run(), PreviewGenerator::RunReal(), PreviewGeneratorQueue::SendEvent(), PlaybackBox::SetItemIcons(), PlaybackBox::ShowActionPopup(), TVRec::StartRecording(), TV::StartTV(), PlaybackBox::togglePlayListItem(), and ProgramInfoCache::Update().
|
inline |
Definition at line 445 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), Scheduler::AddNewRecords(), DTVRecorder::BufferedWrite(), ScheduledRecording::BuildCheckRequest(), Scheduler::ChangeRecordingEnd(), PBHEventHandler::CheckAvailability(), comp_overlap(), comp_priority(), comp_recstart(), comp_redundant(), comp_retry(), ScheduleCommon::EditRecording(), PlaybackBox::extract_job_state(), extract_main_state(), ViewScheduleDiff::fillList(), ViewScheduled::FillList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), TVRec::FinishedRecording(), Scheduler::GetRecStatus(), Scheduler::HandleRecording(), Scheduler::HandleRecordingStatusChange(), DTVRecorder::HandleTimestamps(), Scheduler::IsBusyRecording(), ViewScheduled::LoadList(), ProgDetails::loadPage(), Scheduler::PruneRedundants(), SendMythSystemRecEvent(), TVRec::SetLiveRecording(), RecorderBase::SetRecordingStatus(), PlaybackBox::ShowActionPopup(), ViewScheduleDiff::showStatus(), TVRec::StartRecording(), ToMap(), TVRec::TuningShutdowns(), ProgramRecPriority::UpdateList(), Scheduler::UpdateRecStatus(), IdleScreen::UpdateScreen(), and ViewScheduleDiff::updateUIList().
|
inline |
Definition at line 447 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), Scheduler::AddRecording(), ScheduledRecording::BuildCheckRequest(), Scheduler::ChangeRecordingEnd(), comp_overlap(), comp_priority(), comp_redundant(), comp_retry(), GuideGrid::deleteRule(), ProgramRecPriority::FillList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuessLookupType(), Scheduler::HandleRecordingStatusChange(), RecordingRule::LoadByProgram(), CustomEdit::loadData(), ViewScheduled::LoadList(), ProgDetails::loadPage(), ScheduleCommon::MakeOverride(), TitleSort::operator()(), ProgramRecPrioritySort::operator()(), ProgramRecTypeSort::operator()(), ProgDetails::PowerPriorities(), Scheduler::PruneOverlaps(), Scheduler::PruneRedundants(), ScheduleCommon::QuickRecord(), ProgramRecPriority::saveRecPriority(), Scheduler::SchedNewFirstPass(), ProgramRecPriority::scheduleChanged(), ScheduleEditor::ScheduleEditor(), ProgLister::ShowDeleteRuleMenu(), ProgLister::ShowMenu(), ScheduleCommon::ShowPrevious(), GuideGrid::ShowRecordingMenu(), ScheduleCommon::ShowUpcoming(), ScheduleCommon::ShowUpcomingScheduled(), TVRec::StartRecording(), and ProgramRecPriority::UpdateList().
|
inline |
Definition at line 448 of file programinfo.h.
Referenced by ScheduledRecording::BuildCheckRequest(), and Scheduler::HandleRecordingStatusChange().
|
inline |
Definition at line 449 of file programinfo.h.
Referenced by Scheduler::ChangeRecordingEnd(), comp_overlap(), comp_priority(), comp_retry(), GuideGrid::deleteRule(), ScheduleCommon::EditRecording(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), Scheduler::HandleRecordingStatusChange(), IsDuplicateProgram(), ScheduleCommon::IsFindApplicable(), ProgDetails::loadPage(), ProgramRecPriority::newTemplate(), TVRec::NotifySchedulerOfRecording(), ProgLister::ShowDeleteRuleMenu(), ViewScheduleDiff::showStatus(), TVRec::StartRecording(), ToMap(), and ProgramRecPriority::UpdateList().
|
inline |
Where should we check for duplicates?
Definition at line 453 of file programinfo.h.
Referenced by FillProgramInfo(), and HttpStatus::FillProgramInfo().
|
inline |
What should be compared to determine if two programs are the same?
Definition at line 457 of file programinfo.h.
Referenced by ScheduleCommon::EditRecording(), FillProgramInfo(), and HttpStatus::FillProgramInfo().
|
inline |
Definition at line 460 of file programinfo.h.
Referenced by TV::CommitQueuedInput(), HttpStatus::FillChannelInfo(), get_chanid(), Scheduler::HandleRecording(), and TVRec::StartRecording().
|
inline |
Definition at line 461 of file programinfo.h.
Referenced by Scheduler::AssignGroupInput(), Scheduler::ChangeRecordingEnd(), comp_overlap(), comp_priority(), comp_retry(), HttpStatus::FillChannelInfo(), ViewScheduleDiff::fillList(), ViewScheduled::FillList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), Scheduler::FindNextConflict(), TVRec::FinishedRecording(), Scheduler::HandleRecording(), Scheduler::HandleWakeSlave(), Scheduler::IsBusyRecording(), ViewScheduled::LoadList(), TVRec::RecordPending(), SendMythSystemRecEvent(), TVRec::SetLiveRecording(), RecorderBase::SetRecordingStatus(), Scheduler::TryAnotherShowing(), TVRec::TuningNewRecorder(), and TVRec::TuningSignalCheck().
|
inline |
Definition at line 462 of file programinfo.h.
Referenced by FillProgramInfo(), RecordingInfo::InsertProgram(), ProgDetails::loadPage(), and RecordingInfo::SubstituteMatches().
|
inline |
Definition at line 463 of file programinfo.h.
Referenced by ToMap().
|
inline |
Definition at line 466 of file programinfo.h.
|
inline |
Definition at line 468 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), ScheduledRecording::BuildCheckRequest(), ScheduleCommon::EditRecording(), and ProgDetails::loadPage().
|
inline |
Definition at line 470 of file programinfo.h.
Referenced by PlaybackBox::extract_commflag_state(), FillProgramInfo(), HttpStatus::FillProgramInfo(), LookupFromProgramInfo(), PlaybackBox::SetItemIcons(), and PlaybackBox::updateIcons().
|
inline |
Definition at line 471 of file programinfo.h.
Referenced by ToMap().
|
inline |
Definition at line 473 of file programinfo.h.
Referenced by PreviewGeneratorQueue::GeneratePreviewImage().
bool ProgramInfo::IsGeneric | ( | void | ) | const |
Definition at line 1823 of file programinfo.cpp.
Referenced by RecordingInfo::AddHistory(), and ScheduleCommon::EditRecording().
|
inline |
Definition at line 475 of file programinfo.h.
Referenced by PlaybackBox::SetItemIcons().
|
inline |
Definition at line 476 of file programinfo.h.
Referenced by HttpStatus::FillChannelInfo(), init_jobs(), JobQueue::QueueRecordingJobs(), and TVRec::StartedRecording().
|
inline |
Definition at line 477 of file programinfo.h.
Referenced by JobQueue::DoTranscodeThread(), and PlaybackBox::SetItemIcons().
|
inline |
Definition at line 478 of file programinfo.h.
Referenced by PlaybackBox::createPlayFromMenu(), PlaybackBox::SetItemIcons(), and PlaybackBox::ShowActionPopup().
|
inline |
Definition at line 479 of file programinfo.h.
Referenced by MainServer::customEvent(), AutoExpire::ExpireEpisodesOverMax(), PlaybackBox::SetItemIcons(), PlaybackBox::ShowActionPopup(), and PlaybackBox::toggleWatched().
|
inline |
Definition at line 480 of file programinfo.h.
Referenced by PlaybackBox::createStorageMenu(), PlaybackBox::doPlaylistExpireSetting(), PlaybackBox::SetItemIcons(), and PlaybackBox::toggleAutoExpire().
|
inline |
Definition at line 481 of file programinfo.h.
Referenced by PlaybackBox::createStorageMenu(), PlaybackBox::SetItemIcons(), and PlaybackBox::togglePreserveEpisode().
|
inline |
Definition at line 482 of file programinfo.h.
Referenced by ClearBookmarks(), ClearMarkupMap(), ClearPositionMap(), ClearSeekTable(), getCutFrames(), GetPlaybackURL(), MythPlayer::IsNearEnd(), QueryKeyFrameInfo(), QueryMarkup(), QueryMarkupMap(), QueryPositionMap(), SaveMarkup(), SaveMarkupMap(), SavePositionMap(), SavePositionMapDelta(), TV::ShowOSDStopWatchingRecording(), and ToMap().
|
inline |
Definition at line 483 of file programinfo.h.
Referenced by ClearMarkupMap(), ClearPositionMap(), TV::HandleStateChange(), MarkAsInUse(), TV::ProcessNetworkControlCommand(), QueryIsDeleteCandidate(), QueryIsInUse(), QueryKeyFrameInfo(), QueryMarkup(), QueryMarkupMap(), QueryPositionMap(), SaveAspect(), SaveBookmark(), SaveCutList(), SaveFrameRate(), SaveMarkup(), SaveMarkupMap(), SavePositionMap(), SavePositionMapDelta(), SaveResolution(), SaveTotalDuration(), SaveTotalFrames(), SaveVideoScanType(), SaveWatched(), PlayerContext::SetInitialTVState(), MythPlayerUI::SetWatched(), TV::ShowOSDPromptDeleteRecording(), TV::StartTV(), and UpdateInUseMark().
|
inline |
Definition at line 484 of file programinfo.h.
Referenced by FillProgramInfo(), HttpStatus::FillProgramInfo(), RecordingInfo::InsertProgram(), ProgDetails::loadPage(), and ToMap().
|
inline |
Definition at line 485 of file programinfo.h.
Referenced by ProgLister::customEvent(), PrevRecordedList::ShowItemMenu(), ProgLister::ShowOldRecordedMenu(), and ToMap().
|
inline |
Definition at line 486 of file programinfo.h.
Referenced by comp_priority(), comp_retry(), and RecordingInfo::SubstituteMatches().
|
inline |
Definition at line 487 of file programinfo.h.
|
inline |
Definition at line 490 of file programinfo.h.
Referenced by FillProgramInfo(), LookupFromProgramInfo(), ToMap(), ToStringList(), and PlaybackBox::updateIcons().
|
inline |
Definition at line 492 of file programinfo.h.
Referenced by extract_main_state(), FillProgramInfo(), LookupFromProgramInfo(), SaveVideoProperties(), ToMap(), ToStringList(), and PlaybackBox::updateIcons().
|
inline |
Definition at line 494 of file programinfo.h.
Referenced by FillProgramInfo(), LookupFromProgramInfo(), ToMap(), ToStringList(), and PlaybackBox::updateIcons().
QString ProgramInfo::toString | ( | Verbosity | v = kLongDescription , |
const QString & | sep = ":" , |
||
const QString & | grp = "\"" |
||
) | const |
Definition at line 1832 of file programinfo.cpp.
Referenced by StatusBox::doAutoExpireList(), JobQueue::DoFlagCommercialsThread(), LiveTVChain::DoGetNextProgram(), MainServer::DoHandleDeleteRecording(), JobQueue::DoMetadataLookupThread(), JobQueue::DoTranscodeThread(), JobQueue::DoUserJobThread(), ScheduleCommon::EditRecording(), extract_subtitle(), PreviewGeneratorQueue::GeneratePreviewImage(), TVRec::GetProgramRingBufferForLiveTV(), MainServer::HandleGenPreviewPixmap(), MainServer::HandlePixmapLastModified(), Scheduler::HandleRecording(), RecordingInfo::InsertProgram(), ProgDetails::loadPage(), SetAvailableStatus(), PlaybackBox::ShowAvailabilityPopup(), ProgLister::ShowOldRecordedMenu(), ViewScheduleDiff::showStatus(), TVRec::StartRecording(), SubstituteMatches(), ToMap(), TuningRequest::toString(), and PlaybackBox::UpdateUIListItem().
void ProgramInfo::SetTitle | ( | const QString & | t, |
const QString & | st = nullptr |
||
) |
Definition at line 1145 of file programinfo.cpp.
Referenced by MythBDPlayer::EventStart(), MythDVDPlayer::EventStart(), and ProgramRecPriority::scheduleChanged().
void ProgramInfo::SetSubtitle | ( | const QString & | st, |
const QString & | sst = nullptr |
||
) |
Definition at line 1152 of file programinfo.cpp.
Referenced by ProgramRecPriority::scheduleChanged().
|
inline |
Definition at line 510 of file programinfo.h.
Referenced by SetPathname().
void ProgramInfo::SetPathname | ( | const QString & | pn | ) |
Definition at line 2336 of file programinfo.cpp.
Referenced by EncoderLink::CheckFile(), PlaybackSock::CheckFile(), PlaybackBox::customEvent(), JobQueue::DoFlagCommercialsThread(), Scheduler::FillRecordingDir(), Content::GetPreviewImage(), getProgramInfoForFile(), TVRec::GetProgramRingBufferForLiveTV(), MainServer::HandleFillProgramInfo(), MainServer::HandleGenPreviewPixmap(), MainServer::HandlePixmapGetIfModified(), MainServer::HandlePixmapLastModified(), Scheduler::HandleRecording(), LoadProgramFromRecorded(), preview_helper(), JobQueue::ProcessJob(), PlaybackBox::processNetworkControlCommand(), ProgramInfo(), RebuildSeekTable(), RemoteCheckFile(), SaveBasename(), and MainServer::TruncateAndClose().
|
inline |
Definition at line 513 of file programinfo.h.
Referenced by TVRec::GetProgramRingBufferForLiveTV(), MainServer::HandleStopRecording(), and UPnpCDSTv::LoadRecordings().
|
inline |
Definition at line 514 of file programinfo.h.
Referenced by RecordingInfo::ApplyNeverRecord().
|
inline |
Definition at line 515 of file programinfo.h.
Referenced by RecordingInfo::ApplyNeverRecord(), GuideUpdateProgramRow::fillProgramRowInfosWith(), TVRec::GetProgramRingBufferForLiveTV(), and RecordingInfo::RecordingInfo().
|
inline |
Definition at line 516 of file programinfo.h.
Referenced by TVRec::GetProgramRingBufferForLiveTV(), Scheduler::HandleRecording(), UPnpCDSTv::LoadRecordings(), PlaybackSock::StartRecording(), and TVRec::StartRecording().
|
inline |
Definition at line 517 of file programinfo.h.
Referenced by Scheduler::ChangeRecordingEnd(), TVRec::FinishedRecording(), TVRec::GetProgramRingBufferForLiveTV(), RecordingInfo::RecordingInfo(), and TVRec::StartRecording().
|
inline |
Definition at line 518 of file programinfo.h.
Referenced by TVRec::CheckForRecGroupChange(), TVRec::FinishedRecording(), TVRec::GetProgramRingBufferForLiveTV(), and TVRec::SetLiveRecording().
|
inline |
Definition at line 519 of file programinfo.h.
|
inline |
Definition at line 520 of file programinfo.h.
|
inline |
Definition at line 521 of file programinfo.h.
Referenced by TVRec::GetProgramRingBufferForLiveTV().
|
virtual |
Reimplemented in RecordingInfo.
Definition at line 6121 of file programinfo.cpp.
Referenced by PlaybackBox::customEvent(), MainServer::HandleFillProgramInfo(), SaveFilesize(), and RecordingInfo::SetFilesize().
|
inline |
TODO Move to RecordingInfo.
Definition at line 523 of file programinfo.h.
|
inline |
Definition at line 524 of file programinfo.h.
Referenced by PrevRecordedList::DeleteOldSeries(), and ProgLister::DeleteOldSeries().
|
inline |
Definition at line 525 of file programinfo.h.
Referenced by ProgramRecPriority::scheduleChanged().
|
inline |
Definition at line 526 of file programinfo.h.
|
inline |
Definition at line 527 of file programinfo.h.
Referenced by ProgramRecPriority::scheduleChanged().
|
inline |
Definition at line 528 of file programinfo.h.
Referenced by Scheduler::PruneRedundants().
|
inline |
Definition at line 529 of file programinfo.h.
Referenced by Scheduler::ChangeRecordingEnd(), ProgramRecPriority::scheduleChanged(), and TVRec::StartRecording().
|
inline |
Definition at line 530 of file programinfo.h.
|
inline |
Definition at line 531 of file programinfo.h.
Referenced by Scheduler::AssignGroupInput(), TVRec::GetProgramRingBufferForLiveTV(), TVRec::GetRecording(), MainServer::HandleRecorderQuery(), Scheduler::HandleRecording(), MainServer::HandleRemoteEncoder(), TVRec::NotifySchedulerOfRecording(), MainServer::reconnectTimeout(), and TVRec::TuningRestartRecorder().
|
inline |
Definition at line 532 of file programinfo.h.
Referenced by RecordingInfo::AddHistory().
|
inline |
Definition at line 537 of file programinfo.h.
Referenced by PlaybackBox::doJobQueueJob(), DeleteMap::SetFileEditing(), and PlaybackBox::stopPlaylistJobQueueJob().
|
inline |
Definition at line 542 of file programinfo.h.
Referenced by PlaybackBox::doJobQueueJob(), and PlaybackBox::stopPlaylistJobQueueJob().
|
inline |
If "ignore" is true GetBookmark() will return 0, otherwise GetBookmark() will return the bookmark position if it exists.
Definition at line 549 of file programinfo.h.
Referenced by MythPlayerUI::EventStart(), and TV::StartTV().
|
inline |
If "ignore" is true QueryProgStart() will return 0, otherwise QueryProgStart() will return the progstart position if it exists.
Definition at line 556 of file programinfo.h.
Referenced by MythPlayerUI::EventStart(), PreviewGenerator::LocalPreviewRun(), and TV::StartTV().
|
inline |
If "ignore" is true QueryLastPlayPos() will return 0, otherwise QueryLastPlayPos() will return the last playback position if it exists.
Definition at line 564 of file programinfo.h.
Referenced by MythPlayerUI::EventStart(), PreviewGenerator::LocalPreviewRun(), and TV::StartTV().
|
inlinevirtual |
Reimplemented in RecordingInfo.
Definition at line 569 of file programinfo.h.
Referenced by PlaybackSock::StartRecording(), and TVRec::StartRecording().
|
inline |
Definition at line 571 of file programinfo.h.
Referenced by RecordingInfo::ApplyNeverRecord(), Scheduler::ChangeRecordingEnd(), MainServer::customEvent(), PlaybackBox::customEvent(), MainServer::DoHandleStopRecording(), TVRec::FinishedRecording(), TVRec::GetRecording(), Scheduler::HandleRecording(), Scheduler::HandleRecordingStatusChange(), TVRec::NotifySchedulerOfRecording(), TVRec::RingBufferChanged(), TVRec::run(), Scheduler::SchedNewFirstPass(), RecorderBase::SetRecordingStatus(), TVRec::TeardownRecorder(), Scheduler::TryAnotherShowing(), TVRec::TuningFrequency(), TVRec::TuningNewRecorder(), TVRec::TuningSignalCheck(), and Scheduler::UpdateRecStatus().
|
inline |
Definition at line 572 of file programinfo.h.
Referenced by Scheduler::ChangeRecordingEnd(), TVRec::NotifySchedulerOfRecording(), ProgramRecPriority::scheduleChanged(), and TVRec::StartRecording().
|
inline |
Definition at line 573 of file programinfo.h.
QString ProgramInfo::QueryBasename | ( | void | ) | const |
Gets the basename, from the DB if necessary.
If the base part of pathname is not empty this will return that value otherwise this queries the recorded table in the DB for the basename stored there for this ProgramInfo's recordedid
Definition at line 2406 of file programinfo.cpp.
Referenced by CompleteJob(), and GetPlaybackURL().
uint ProgramInfo::QueryMplexID | ( | void | ) | const |
Queries multiplex any recording would be made on, zero if unknown.
Definition at line 2550 of file programinfo.cpp.
Referenced by TVRec::StartRecording().
QDateTime ProgramInfo::QueryBookmarkTimeStamp | ( | void | ) | const |
Queries Latest bookmark timestamp from the database.
If the timestamp has not been set this returns an invalid QDateTime.
Definition at line 2628 of file programinfo.cpp.
uint64_t ProgramInfo::QueryBookmark | ( | void | ) | const |
Gets any bookmark position in database, unless the ignore bookmark flag is set.
Definition at line 2655 of file programinfo.cpp.
Referenced by Dvr::GetSavedBookmark(), Video::GetSavedBookmark(), MainServer::HandleBookmarkQuery(), and PreviewGenerator::LocalPreviewRun().
uint64_t ProgramInfo::QueryProgStart | ( | void | ) | const |
Gets any progstart position in database, unless the ignore progstart flag is set.
Definition at line 2682 of file programinfo.cpp.
uint64_t ProgramInfo::QueryLastPlayPos | ( | void | ) | const |
Gets any lastplaypos position in database, unless the ignore lastplaypos flag is set.
Definition at line 2699 of file programinfo.cpp.
Referenced by PlaybackBox::createPlayFromMenu(), and PlaybackBox::ShowActionPopup().
ProgramInfo::CategoryType ProgramInfo::QueryCategoryType | ( | void | ) | const |
Queries recordedprogram to get the category_type of the recording.
Definition at line 2856 of file programinfo.cpp.
Referenced by GuessLookupType().
QStringList ProgramInfo::QueryDVDBookmark | ( | const QString & | serialid | ) | const |
Queries "dvdbookmark" table for bookmarking DVD serial number.
Deletes old dvd bookmarks if "delbookmark" is set.
Definition at line 2715 of file programinfo.cpp.
Referenced by MythDVDPlayer::GetBookmark().
QStringList ProgramInfo::QueryBDBookmark | ( | const QString & | serialid | ) | const |
Queries "bdbookmark" table for bookmarking BD serial number.
Definition at line 2792 of file programinfo.cpp.
Referenced by MythBDPlayer::GetBookmark().
bool ProgramInfo::QueryIsEditing | ( | void | ) | const |
Queries "recorded" table for its "editing" field and returns true if it is set to true.
Definition at line 2931 of file programinfo.cpp.
Referenced by DeleteMap::IsFileEditing(), TV::StartProgramEditMode(), and Transcode::TranscodeFile().
bool ProgramInfo::QueryIsInUse | ( | QStringList & | byWho | ) | const |
Returns true if Program is in use.
This is determined by the inuseprograms table which is updated automatically by NuppelVideoPlayer.
Definition at line 3010 of file programinfo.cpp.
Referenced by QueryIsDeleteCandidate(), QueryIsInUse(), PlaybackBox::ShowAvailabilityPopup(), and TV::ShowOSDPromptDeleteRecording().
bool ProgramInfo::QueryIsInUse | ( | QString & | byWho | ) | const |
Returns true if Program is in use.
This is determined by the inuseprograms table which is updated automatically by NuppelVideoPlayer.
Definition at line 3073 of file programinfo.cpp.
Returns true iff this is a recording, it is not in use (except by the recorder), and at most one player iff one_playback_allowed is set.
one_playback_allowed | iff true still returns true if there is one playback in progress and all other checks pass. |
Definition at line 3090 of file programinfo.cpp.
Referenced by TV::IsDeleteAllowed(), PlaybackBox::PlaylistDelete(), PlaybackBox::RemoveProgram(), and TV::ShowOSDPromptDeleteRecording().
AutoExpireType ProgramInfo::QueryAutoExpire | ( | void | ) | const |
Returns "autoexpire" field from "recorded" table.
Definition at line 3279 of file programinfo.cpp.
Referenced by TV::IsBookmarkAllowed(), MythPlayer::OpenFile(), TV::PlaybackMenuInit(), TV::QuickRecord(), PlaybackBox::ShowDeletePopup(), and TV::ToggleAutoExpire().
TranscodingStatus ProgramInfo::QueryTranscodeStatus | ( | void | ) | const |
Returns the "transcoded" field in "recorded" table.
Definition at line 3125 of file programinfo.cpp.
Referenced by MythPlayerUI::SetWatched().
bool ProgramInfo::QueryTuningInfo | ( | QString & | channum, |
QString & | input | ||
) | const |
Returns the channel and input needed to record the program.
Definition at line 5094 of file programinfo.cpp.
Referenced by TVRec::IsBusy(), and TVRec::TuningGetChanNum().
QString ProgramInfo::QueryInputDisplayName | ( | void | ) | const |
uint ProgramInfo::QueryAverageWidth | ( | void | ) | const |
If present in recording this loads average width of the main video stream from database's stream markup table.
Definition at line 4287 of file programinfo.cpp.
Referenced by RecorderBase::FinishRecording().
uint ProgramInfo::QueryAverageHeight | ( | void | ) | const |
If present in recording this loads average height of the main video stream from database's stream markup table.
Definition at line 4278 of file programinfo.cpp.
Referenced by TVRec::FinishedRecording(), and RecorderBase::FinishRecording().
uint ProgramInfo::QueryAverageFrameRate | ( | void | ) | const |
If present in recording this loads average frame rate of the main video stream from database's stream markup table.
Definition at line 4296 of file programinfo.cpp.
Referenced by RecorderBase::FinishRecording().
MarkTypes ProgramInfo::QueryAverageAspectRatio | ( | void | ) | const |
Definition at line 4301 of file programinfo.cpp.
Referenced by TVRec::FinishedRecording(), and RecorderBase::FinishRecording().
bool ProgramInfo::QueryAverageScanProgressive | ( | void | ) | const |
If present in recording this loads average video scan type of the main video stream from database's stream markup table.
Definition at line 4351 of file programinfo.cpp.
Referenced by TVRec::FinishedRecording().
uint32_t ProgramInfo::QueryTotalDuration | ( | void | ) | const |
If present this loads the total duration in milliseconds of the main video stream from recordedmarkup table in the database.
Definition at line 4362 of file programinfo.cpp.
Referenced by UPnpCDSTv::LoadRecordings(), and AvFormatDecoder::OpenFile().
int64_t ProgramInfo::QueryTotalFrames | ( | void | ) | const |
If present in recording this loads total frames of the main video stream from database's stream markup table.
Definition at line 4382 of file programinfo.cpp.
QString ProgramInfo::QueryRecordingGroup | ( | void | ) | const |
Query recgroup from recorded.
Definition at line 4809 of file programinfo.cpp.
Referenced by TVRec::CheckForRecGroupChange(), and TVRec::FinishedRecording().
Returns true iff the speficied mark type is set on frame 0.
Definition at line 3575 of file programinfo.cpp.
Referenced by Transcode::TranscodeFile().
uint ProgramInfo::QueryTranscoderID | ( | void | ) | const |
Definition at line 4825 of file programinfo.cpp.
Referenced by JobQueue::DoTranscodeThread(), and JobQueue::GetJobCommand().
uint64_t ProgramInfo::QueryLastFrameInPosMap | ( | void | ) | const |
Returns last frame in position map or 0.
Definition at line 1803 of file programinfo.cpp.
Referenced by GetMarkupList().
bool ProgramInfo::Reload | ( | void | ) |
Definition at line 1870 of file programinfo.cpp.
Referenced by JobQueue::DoTranscodeThread().
|
virtual |
Sets recording file size in database, and sets "filesize" field.
Reimplemented in RecordingInfo.
Definition at line 6131 of file programinfo.cpp.
Referenced by CompleteJob(), JobQueue::DoTranscodeThread(), RecordingInfo::SaveFilesize(), and UpdateFileSize().
void ProgramInfo::SaveBookmark | ( | uint64_t | frame | ) |
TODO Move to RecordingInfo.
Clears any existing bookmark in DB and if frame is greater than 0 sets a new bookmark.
Definition at line 2575 of file programinfo.cpp.
Referenced by PlaybackBox::ClearBookmark(), CompleteJob(), MainServer::HandleSetBookmark(), MythPlayerUI::SetBookmark(), Dvr::SetSavedBookmark(), and Video::SetSavedBookmark().
|
static |
Definition at line 2748 of file programinfo.cpp.
Referenced by MythDVDPlayer::SetBookmark().
|
static |
Definition at line 2810 of file programinfo.cpp.
Referenced by MythBDPlayer::SetBookmark().
void ProgramInfo::SaveEditing | ( | bool | edit | ) |
Sets "editing" field in "recorded" table to "edit".
edit | Editing state to set. |
Definition at line 2957 of file programinfo.cpp.
Referenced by MythPlayerUI::DisableEdit(), MythPlayerUI::EnableEdit(), and TV::HandleOSDAlreadyEditing().
void ProgramInfo::SaveTranscodeStatus | ( | TranscodingStatus | trans | ) |
Set "transcoded" field in "recorded" table to "trans".
trans | value to set transcoded field to. |
Definition at line 3145 of file programinfo.cpp.
Referenced by JobQueue::DoTranscodeThread().
void ProgramInfo::SaveWatched | ( | bool | watchedFlag | ) |
Set "watched" field in recorded/videometadata to "watchedFlag".
Definition at line 2879 of file programinfo.cpp.
Referenced by PlaybackBox::doPlaylistWatchedSetting(), MythPlayerUI::SetWatched(), and Dvr::UpdateRecordedWatchedStatus().
void ProgramInfo::SaveDeletePendingFlag | ( | bool | deleteFlag | ) |
Set "deletepending" field in "recorded" table to "deleteFlag".
deleteFlag | value to set delete pending field to. |
Definition at line 2982 of file programinfo.cpp.
Referenced by MainServer::DoDeleteThread(), and MainServer::DoHandleDeleteRecording().
void ProgramInfo::SaveCommFlagged | ( | CommFlagStatus | flag | ) |
Set "commflagged" field in "recorded" table to "flag".
flag | value to set commercial flagging field to. |
Definition at line 3168 of file programinfo.cpp.
Referenced by CompleteJob(), DoFlagCommercials(), and TVRec::StartedRecording().
void ProgramInfo::SaveAutoExpire | ( | AutoExpireType | autoExpire, |
bool | updateDelete = false |
||
) |
Set "autoexpire" field in "recorded" table to "autoExpire".
autoExpire | value to set auto expire field to. |
updateDelete | iff true, call UpdateLastDelete(true) |
Definition at line 3221 of file programinfo.cpp.
Referenced by TVRec::CreateLiveTVRingBuffer(), MainServer::DoHandleDeleteRecording(), MainServer::DoHandleUndeleteRecording(), PlaybackBox::doPlaylistExpireSetting(), TV::QuickRecord(), TVRec::SwitchLiveTVRingBuffer(), TV::ToggleAutoExpire(), and TVRec::TuningRestartRecorder().
void ProgramInfo::SavePreserve | ( | bool | preserveEpisode | ) |
Set "preserve" field in "recorded" table to "preserveEpisode".
preserveEpisode | value to set preserve field to. |
Definition at line 3194 of file programinfo.cpp.
bool ProgramInfo::SaveBasename | ( | const QString & | basename | ) |
Sets a recording's basename in the database.
Definition at line 2366 of file programinfo.cpp.
Referenced by CompleteJob().
Store aspect ratio of a frame in the recordedmark table.
Definition at line 4060 of file programinfo.cpp.
Referenced by RecorderBase::AspectChange().
Store the Resolution at frame in the recordedmarkup table.
Definition at line 4204 of file programinfo.cpp.
Referenced by RecorderBase::ResolutionChange().
void ProgramInfo::SaveFrameRate | ( | uint64_t | frame, |
uint | framerate | ||
) |
Store the Frame Rate at frame in the recordedmarkup table.
Definition at line 4090 of file programinfo.cpp.
Referenced by RecorderBase::FrameRateChange().
void ProgramInfo::SaveVideoScanType | ( | uint64_t | frame, |
bool | progressive | ||
) |
Store the Progressive/Interlaced state in the recordedmarkup table.
Definition at line 4115 of file programinfo.cpp.
Referenced by RecorderBase::VideoScanChange().
void ProgramInfo::SaveTotalDuration | ( | int64_t | duration | ) |
Store the Total Duration at frame 0 in the recordedmarkup table.
Definition at line 4138 of file programinfo.cpp.
Referenced by RecordingInfo::FinishedRecording(), DecoderBase::SaveTotalDuration(), and RecorderBase::SetDuration().
void ProgramInfo::SaveTotalFrames | ( | int64_t | frames | ) |
Store the Total Frames at frame 0 in the recordedmarkup table.
Definition at line 4170 of file programinfo.cpp.
Referenced by DecoderBase::SaveTotalFrames(), and RecorderBase::SetTotalFrames().
Definition at line 4658 of file programinfo.cpp.
Referenced by TVRec::FinishedRecording(), RecorderBase::FinishRecording(), RecorderBase::SetRecordingStatus(), and TVRec::TuningSignalCheck().
void ProgramInfo::SaveMarkupFlag | ( | MarkTypes | type | ) | const |
Clears the specified flag, then if sets it.
Definition at line 3585 of file programinfo.cpp.
Referenced by DoFlagCommercials(), and DeleteMap::SaveMap().
|
inline |
Definition at line 629 of file programinfo.h.
Referenced by ClearBookmarks(), ClearSeekTable(), and Transcode::TranscodeFile().
void ProgramInfo::UpdateLastDelete | ( | bool | setTime | ) | const |
Set or unset the record.last_delete field.
setTime | to set or clear the time stamp. |
Definition at line 3247 of file programinfo.cpp.
Referenced by MainServer::DoHandleUndeleteRecording(), PlaybackBox::RemoveProgram(), SaveAutoExpire(), SavePreserve(), and SaveWatched().
void ProgramInfo::MarkAsInUse | ( | bool | inuse, |
const QString & | usedFor = "" |
||
) |
Tracks a recording's in use status, to prevent deletion and to allow the storage scheduler to perform IO load balancing.
Definition at line 4901 of file programinfo.cpp.
Referenced by TVRec::CreateLiveTVRingBuffer(), FileTransfer::FileTransfer(), PreviewGenerator::LocalPreviewRun(), JobQueue::ProcessJob(), JobQueue::RemoveRunningJob(), TVRec::RingBufferChanged(), PlayerContext::SetPlayingInfo(), TVRec::StartRecording(), TVRec::SwitchLiveTVRingBuffer(), TVRec::TeardownRecorder(), MainServer::TruncateAndClose(), TVRec::TuningNewRecorder(), TVRec::TuningRestartRecorder(), TVRec::TuningShutdowns(), UpdateInUseMark(), and FileTransfer::~FileTransfer().
Definition at line 4709 of file programinfo.cpp.
Referenced by MythPlayerUI::EventLoop(), FileTransfer::GetFileSize(), MythCommFlagPlayer::GetRawVideoFrame(), FileTransfer::Pause(), MythCommFlagPlayer::RebuildSeekTable(), FileTransfer::RequestBlock(), MythCCExtractorPlayer::run(), TVRec::run(), FileTransfer::Seek(), FileTransfer::SetTimeout(), FileTransfer::Stop(), MythTranscodePlayer::TranscodeGetNextFrame(), MainServer::TruncateAndClose(), FileTransfer::Unpause(), and FileTransfer::WriteBlock().
Definition at line 4726 of file programinfo.cpp.
Referenced by LookerUpper::customEvent().
void ProgramInfo::SaveInetRef | ( | const QString & | inet | ) |
Definition at line 4750 of file programinfo.cpp.
QString ProgramInfo::DiscoverRecordingDirectory | ( | void | ) |
Definition at line 4845 of file programinfo.cpp.
Referenced by Scheduler::FillRecordingDir(), and MarkAsInUse().
Returns filename or URL to be used to play back this recording.
If the file is accessible locally, the filename will be returned, otherwise a myth:// URL will be returned.
Definition at line 2444 of file programinfo.cpp.
Referenced by CompleteJob(), commDetector2::debugDirectory(), DiscoverRecordingDirectory(), JobQueue::DoFlagCommercialsThread(), JobQueue::DoTranscodeThread(), get_filename(), GetPlaybackURL(), getProgramInfoForFile(), TV::HandleStateChange(), IsFileReadable(), MythPlayerUI::JumpToProgram(), main(), MarkAsInUse(), preview_helper(), JobQueue::ProcessJob(), PlaybackBox::processNetworkControlCommand(), RunCCExtract(), SubstituteMatches(), TV::SwitchInputs(), and MythPlayerUI::SwitchToProgram().
ProgramInfoType ProgramInfo::DiscoverProgramInfoType | ( | void | ) | const |
Definition at line 2344 of file programinfo.cpp.
bool ProgramInfo::QueryCutList | ( | frm_dir_map_t & | delMap, |
bool | loadAutosave = false |
||
) | const |
Definition at line 3295 of file programinfo.cpp.
Referenced by FillCutList(), getCutFrames(), GetMarkupList(), MainServer::HandleCutMapQuery(), DeleteMap::IsSaved(), DeleteMap::LoadAutoSaveMap(), ThumbFinder::loadCutList(), DeleteMap::LoadMap(), main(), and Transcode::TranscodeFile().
void ProgramInfo::SaveCutList | ( | frm_dir_map_t & | delMap, |
bool | isAutoSave = false |
||
) | const |
Definition at line 3327 of file programinfo.cpp.
Referenced by CopySkipListToCutList(), DeleteMap::SaveMap(), SetCutList(), and SetMarkupList().
void ProgramInfo::QueryCommBreakList | ( | frm_dir_map_t & | frames | ) | const |
Definition at line 3381 of file programinfo.cpp.
Referenced by CopySkipListToCutList(), FillCommBreak(), GetMarkupList(), MainServer::HandleCutMapQuery(), and CommBreakMap::LoadMap().
void ProgramInfo::SaveCommBreakList | ( | frm_dir_map_t & | frames | ) | const |
Definition at line 3374 of file programinfo.cpp.
Referenced by ClearSkipList(), DoFlagCommercials(), and SetMarkupList().
void ProgramInfo::QueryPositionMap | ( | frm_pos_map_t & | posMap, |
MarkTypes | type | ||
) | const |
Definition at line 3593 of file programinfo.cpp.
Referenced by FillSeek(), getFrameCount(), DecoderBase::PosMapFromDb(), and QueryLastFrameInPosMap().
void ProgramInfo::ClearPositionMap | ( | MarkTypes | type | ) | const |
Definition at line 3639 of file programinfo.cpp.
Referenced by ClearSeekTable(), MythCommFlagPlayer::RebuildSeekTable(), MpegRecorder::Reset(), DTVRecorder::Reset(), NuppelVideoRecorder::Reset(), Transcode::TranscodeFile(), and UpdatePositionMap().
void ProgramInfo::SavePositionMap | ( | frm_pos_map_t & | posMap, |
MarkTypes | type, | ||
int64_t | min_frame = -1 , |
||
int64_t | max_frame = -1 |
||
) | const |
Definition at line 3677 of file programinfo.cpp.
Referenced by UpdatePositionMap().
void ProgramInfo::SavePositionMapDelta | ( | frm_pos_map_t & | posMap, |
MarkTypes | type | ||
) | const |
Definition at line 3821 of file programinfo.cpp.
Referenced by RecorderBase::SavePositionMap(), and DecoderBase::SavePositionMapDelta().
bool ProgramInfo::QueryKeyFrameInfo | ( | uint64_t * | result, |
uint64_t | position_or_keyframe, | ||
bool | backwards, | ||
MarkTypes | type, | ||
const char * | from_filemarkup_asc, | ||
const char * | from_filemarkup_desc, | ||
const char * | from_recordedseek_asc, | ||
const char * | from_recordedseek_desc | ||
) | const |
Definition at line 3941 of file programinfo.cpp.
Referenced by QueryDurationKeyFrame(), QueryKeyFrameDuration(), QueryKeyFramePosition(), and QueryPositionKeyFrame().
bool ProgramInfo::QueryKeyFramePosition | ( | uint64_t * | position, |
uint64_t | keyframe, | ||
bool | backwards | ||
) | const |
Definition at line 4029 of file programinfo.cpp.
Referenced by FillCommBreak(), FillCutList(), and Dvr::GetSavedBookmark().
bool ProgramInfo::QueryPositionKeyFrame | ( | uint64_t * | keyframe, |
uint64_t | position, | ||
bool | backwards | ||
) | const |
Definition at line 4020 of file programinfo.cpp.
Referenced by Dvr::SetSavedBookmark().
bool ProgramInfo::QueryKeyFrameDuration | ( | uint64_t * | duration, |
uint64_t | keyframe, | ||
bool | backwards | ||
) | const |
Definition at line 4047 of file programinfo.cpp.
Referenced by FillCommBreak(), FillCutList(), and Dvr::GetSavedBookmark().
bool ProgramInfo::QueryDurationKeyFrame | ( | uint64_t * | keyframe, |
uint64_t | duration, | ||
bool | backwards | ||
) | const |
Definition at line 4038 of file programinfo.cpp.
Referenced by Dvr::SetSavedBookmark().
void ProgramInfo::QueryMarkup | ( | QVector< MarkupEntry > & | mapMark, |
QVector< MarkupEntry > & | mapSeek | ||
) | const |
Definition at line 4388 of file programinfo.cpp.
Referenced by GetMarkup().
void ProgramInfo::SaveMarkup | ( | const QVector< MarkupEntry > & | mapMark, |
const QVector< MarkupEntry > & | mapSeek | ||
) | const |
Definition at line 4469 of file programinfo.cpp.
Referenced by SetMarkup().
void ProgramInfo::SendUpdateEvent | ( | void | ) | const |
Sends event out that the ProgramInfo should be reloaded.
Definition at line 2610 of file programinfo.cpp.
Referenced by RecordingInfo::ApplyRecordPlayGroupChange(), RecordingInfo::ApplyRecordRecGroupChange(), RecordingInfo::ApplyRecordRecTitleChange(), RecordingInfo::ApplyStorageGroupChange(), JobQueue::DoFlagCommercialsThread(), JobQueue::DoMetadataLookupThread(), JobQueue::DoUserJobThread(), RecordingInfo::FinishedRecording(), MarkAsInUse(), SaveAutoExpire(), SaveBasename(), SaveBookmark(), SaveCommFlagged(), SaveDeletePendingFlag(), SaveEditing(), SaveInetRef(), SavePreserve(), SaveSeasonEpisode(), SaveTranscodeStatus(), SaveVideoProperties(), SaveWatched(), and RecordingInfo::UpdateRecordingEnd().
void ProgramInfo::SendAddedEvent | ( | void | ) | const |
Sends event out that the ProgramInfo should be added to lists.
Definition at line 2615 of file programinfo.cpp.
Referenced by SaveDeletePendingFlag(), and RecordingInfo::StartedRecording().
void ProgramInfo::SendDeletedEvent | ( | void | ) | const |
Sends event out that the ProgramInfo should be delete from lists.
Definition at line 2620 of file programinfo.cpp.
Referenced by MainServer::DoHandleDeleteRecording().
|
static |
Translations for play,recording, & storage groups +.
Translations for play,recording, & storage groups.
Definition at line 5203 of file programinfo.cpp.
Referenced by CurrentPlaybackProfile(), StatusBox::doAutoExpireList(), PlaybackBox::fillRecGroupPasswordCache(), ProgDetails::loadPage(), PlaybackBox::PlaybackBox(), PlaybackBox::setGroupFilter(), PlaybackBox::showGroupFilter(), PlaybackBox::updateGroupInfo(), PlaybackBox::UpdateUIGroupList(), and PlaybackBox::UpdateUIRecGroupList().
|
static |
Creates a unique string that can be used to identify a recording.
Definition at line 1160 of file programinfo.cpp.
|
static |
Extracts chanid and recstartts from a unique key generated by MakeUniqueKey().
Definition at line 1169 of file programinfo.cpp.
Referenced by TV::customEvent(), and incomingCustomEvent().
|
static |
Definition at line 1180 of file programinfo.cpp.
Referenced by QueryKeyFromPathname().
|
static |
Definition at line 1202 of file programinfo.cpp.
Referenced by preview_helper(), and ProgramInfo().
|
static |
Definition at line 1225 of file programinfo.cpp.
Referenced by Dvr::RecordedIdForPathname().
|
static |
Definition at line 4792 of file programinfo.cpp.
|
static |
Definition at line 2666 of file programinfo.cpp.
|
static |
Definition at line 5267 of file programinfo.cpp.
Referenced by LookerUpper::CopyRuleInetrefsToRecordings(), Dvr::GetRecordedList(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordings(), and MainServer::HandleQueryRecordings().
|
static |
Definition at line 5303 of file programinfo.cpp.
Referenced by LookerUpper::CopyRuleInetrefsToRecordings(), Dvr::GetRecordedList(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordings(), and MainServer::HandleQueryRecordings().
|
static |
Definition at line 5331 of file programinfo.cpp.
Referenced by GetNextRecordingList(), LoadFromScheduler(), LoadProgramFromProgram(), and RecordingInfo::RecordingInfo().
void ProgramInfo::QueryMarkupMap | ( | frm_dir_map_t & | marks, |
MarkTypes | type, | ||
bool | merge = false |
||
) | const |
Definition at line 3494 of file programinfo.cpp.
Referenced by QueryBookmark(), QueryCommBreakList(), QueryCutList(), QueryLastPlayPos(), QueryMarkupFlag(), and QueryProgStart().
void ProgramInfo::SaveMarkupMap | ( | const frm_dir_map_t & | marks, |
MarkTypes | type = MARK_ALL , |
||
int64_t | min_frame = -1 , |
||
int64_t | max_frame = -1 |
||
) | const |
Definition at line 3428 of file programinfo.cpp.
Referenced by SaveBookmark(), SaveCommBreakList(), SaveCutList(), SaveMarkupFlag(), and RecorderBase::TryWriteProgStartMark().
void ProgramInfo::ClearMarkupMap | ( | MarkTypes | type = MARK_ALL , |
int64_t | min_frame = -1 , |
||
int64_t | max_frame = -1 |
||
) | const |
Definition at line 3387 of file programinfo.cpp.
Referenced by TV::PrepareToExitPlayer(), SaveBookmark(), SaveCommBreakList(), SaveCutList(), and SaveMarkupFlag().
|
protected |
Returns a filename for a recording based on the recording channel and date.
Definition at line 2290 of file programinfo.cpp.
Referenced by RecordingInfo::StartedRecording().
Loads ProgramInfo for an existing recording.
Definition at line 1884 of file programinfo.cpp.
Referenced by ProgramInfo().
|
protected |
Uses a QStringList to initialize this ProgramInfo instance.
it | Iterator pointing to first item in list to treat as beginning of serialized ProgramInfo. |
end | Iterator that will stop parsing of the ProgramInfo |
Definition at line 1373 of file programinfo.cpp.
|
staticprotected |
Definition at line 3511 of file programinfo.cpp.
|
staticprotected |
Definition at line 3542 of file programinfo.cpp.
|
staticprotected |
Definition at line 5194 of file programinfo.cpp.
Referenced by pginfo_init_statics().
void ProgramInfo::SetAvailableStatus | ( | AvailableStatusType | status, |
const QString & | where | ||
) |
Definition at line 2349 of file programinfo.cpp.
Referenced by PlaybackBox::customEvent(), PlaybackBox::PlaylistDelete(), and PlaybackBox::RemoveProgram().
|
inline |
Definition at line 817 of file programinfo.h.
Referenced by PlaybackBox::customEvent(), PBHEventHandler::event(), extract_main_state(), PreviewGeneratorQueue::GeneratePreviewImage(), PlaybackBoxHelper::GetPreviewImage(), PlaybackBox::Play(), PlaybackBox::popupClosed(), PlaybackBox::RemoveProgram(), PlaybackBox::ShowActionPopup(), PlaybackBox::ShowAvailabilityPopup(), and PlaybackBox::ShowMenu().
|
friend |
Definition at line 44 of file programinfo.cpp.
|
staticprivate |
Definition at line 72 of file programinfo.h.
|
staticconstexpr |
Definition at line 74 of file programinfo.h.
|
protected |
Definition at line 743 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), RecordingInfo::ApplyRecordRecTitleChange(), clear(), clone(), RecordingInfo::DeleteHistory(), ensureSortFields(), RecordingInfo::FinishedRecording(), RecordingInfo::ForgetHistory(), FromStringList(), RecordingInfo::InsertProgram(), IsDuplicateProgram(), IsSameProgram(), IsSameProgramWeakCheck(), IsSameTitleStartTimeAndChannel(), IsSameTitleTimeslotAndChannel(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::ReactivateRecording(), RecordingInfo::RecordingInfo(), SaveWatched(), RecordingInfo::SetDupHistory(), SetTitle(), RecordingInfo::StartedRecording(), SubstituteMatches(), ProgramRecPriorityInfo::ToMap(), ToMap(), toString(), and ToStringList().
|
protected |
Definition at line 744 of file programinfo.h.
Referenced by clear(), clone(), ensureSortFields(), ProgramInfo(), SetTitle(), and ToMap().
|
protected |
Definition at line 745 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), RecordingInfo::ApplyRecordRecTitleChange(), clear(), clone(), ensureSortFields(), RecordingInfo::FinishedRecording(), RecordingInfo::ForgetHistory(), FromStringList(), RecordingInfo::InsertProgram(), IsDuplicateProgram(), IsGeneric(), IsSameProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), SaveWatched(), RecordingInfo::SetDupHistory(), SetSubtitle(), SubstituteMatches(), ToMap(), toString(), ToStringList(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 746 of file programinfo.h.
Referenced by clear(), clone(), ensureSortFields(), ProgramInfo(), SetSubtitle(), and ToMap().
|
protected |
Definition at line 747 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), RecordingInfo::ApplyRecordRecTitleChange(), clear(), clone(), RecordingInfo::ForgetHistory(), FromStringList(), RecordingInfo::InsertProgram(), IsDuplicateProgram(), IsGeneric(), IsSameProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::SetDupHistory(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 748 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 749 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 750 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 751 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 752 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), SubstituteMatches(), ProgramRecPriorityInfo::ToMap(), ToMap(), and ToStringList().
|
protected |
Definition at line 753 of file programinfo.h.
Referenced by clear(), clone(), operator==(), ProgramInfo(), and ToMap().
|
protected |
Definition at line 755 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 757 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), RecordingInfo::ApplyRecordPlayGroupChange(), RecordingInfo::ApplyRecordRecGroupChange(), RecordingInfo::ApplyRecordRecID(), RecordingInfo::ApplyRecordRecTitleChange(), RecordingInfo::ApplyStorageGroupChange(), RecordingInfo::ApplyTranscoderProfileChange(), RecordingInfo::ApplyTranscoderProfileChangeById(), clear(), ClearMarkupMap(), ClearPositionMap(), RecordingInfo::clone(), clone(), CreateRecordBasename(), DiscoverProgramInfoType(), RecordingInfo::FinishedRecording(), RecordingInfo::ForgetHistory(), FromStringList(), GetFilesize(), RecordingInfo::InsertProgram(), IsSameChannel(), IsSameProgramWeakCheck(), IsSameRecording(), LoadProgramFromRecorded(), MarkAsInUse(), operator==(), ProgramInfo(), QueryAutoExpire(), QueryAverageAspectRatio(), QueryAverageFrameRate(), QueryAverageHeight(), QueryAverageScanProgressive(), QueryAverageWidth(), QueryBookmarkTimeStamp(), QueryCategoryType(), QueryIsEditing(), QueryIsInUse(), QueryKeyFrameInfo(), QueryMarkup(), QueryMarkupMap(), QueryMplexID(), QueryPositionMap(), QueryRecordingGroup(), QueryTotalDuration(), QueryTotalFrames(), QueryTranscoderID(), QueryTranscodeStatus(), QueryTuningInfo(), RecordingInfo::RecordingInfo(), Reload(), SaveAspect(), SaveAutoExpire(), SaveBookmark(), SaveCommFlagged(), SaveCutList(), SaveDeletePendingFlag(), SaveEditing(), SaveFilesize(), SaveFrameRate(), SaveInetRef(), SaveMarkup(), SaveMarkupMap(), SavePositionMap(), SavePositionMapDelta(), SavePreserve(), SaveResolution(), SaveSeasonEpisode(), SaveTotalDuration(), SaveTotalFrames(), SaveTranscodeStatus(), SaveVideoProperties(), SaveVideoScanType(), SaveWatched(), SetPathname(), RecordingInfo::StartedRecording(), SubstituteMatches(), ToMap(), ToStringList(), and RecordingInfo::UpdateRecordingEnd().
|
protected |
Definition at line 758 of file programinfo.h.
Referenced by ChannelText(), clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ToMap(), ToStringList(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 759 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), ChannelText(), clear(), clone(), RecordingInfo::DeleteHistory(), RecordingInfo::ForgetHistory(), FromStringList(), IsSameChannel(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::ReactivateRecording(), RecordingInfo::RecordingInfo(), ToMap(), ToStringList(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 760 of file programinfo.h.
Referenced by ChannelText(), clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ToMap(), toString(), ToStringList(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 761 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 763 of file programinfo.h.
Referenced by RecordingInfo::ApplyRecordRecGroupChange(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), QueryRecordingGroup(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 764 of file programinfo.h.
Referenced by RecordingInfo::ApplyRecordPlayGroupChange(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), SubstituteMatches(), ToMap(), and ToStringList().
|
mutableprotected |
Definition at line 766 of file programinfo.h.
Referenced by clear(), ClearMarkupMap(), ClearPositionMap(), clone(), DiscoverProgramInfoType(), DiscoverRecordingDirectory(), FromStringList(), RecordingInfo::InsertProgram(), IsFileReadable(), LoadProgramFromRecorded(), MarkAsInUse(), operator==(), QueryKeyFrameInfo(), QueryMarkup(), QueryMarkupMap(), QueryPositionMap(), SaveMarkup(), SaveMarkupMap(), SavePositionMap(), SavePositionMapDelta(), SaveWatched(), SetPathname(), RecordingInfo::StartedRecording(), and ToStringList().
|
protected |
Definition at line 768 of file programinfo.h.
Referenced by clear(), clone(), DiscoverRecordingDirectory(), FromStringList(), GetPlaybackURL(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), MarkAsInUse(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), RecordingInfo::StartedRecording(), SubstituteMatches(), and ToStringList().
|
protected |
Definition at line 769 of file programinfo.h.
Referenced by RecordingInfo::ApplyStorageGroupChange(), clear(), clone(), FromStringList(), GetPlaybackURL(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 771 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ToMap(), and ToStringList().
|
protected |
Definition at line 772 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), RecordingInfo::ForgetHistory(), FromStringList(), RecordingInfo::InsertProgram(), IsDuplicateProgram(), IsGeneric(), IsSameProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::SetDupHistory(), ToMap(), and ToStringList().
|
protected |
Definition at line 773 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 774 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), GetCategoryTypeString(), IsDuplicateProgram(), IsGeneric(), IsSameProgram(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 776 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), RecordingInfo::GetFilesize(), GetFilesize(), LoadProgramFromRecorded(), operator==(), SetFilesize(), ToMap(), and ToStringList().
|
protected |
Definition at line 778 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), RecordingInfo::clone(), clone(), RecordingInfo::ForgetHistory(), FromStringList(), GetSecondsInRecording(), RecordingInfo::InsertProgram(), IsSameProgramAndStartTime(), IsSameProgramWeakCheck(), IsSameTitleStartTimeAndChannel(), IsSameTitleTimeslotAndChannel(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), QueryCategoryType(), RecordingInfo::ReactivateRecording(), RecordingInfo::RecordingInfo(), SaveVideoProperties(), RecordingInfo::StartedRecording(), SubstituteMatches(), ToMap(), toString(), and ToStringList().
|
protected |
Definition at line 779 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), GetSecondsInRecording(), RecordingInfo::InsertProgram(), IsSameTitleTimeslotAndChannel(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), toString(), and ToStringList().
|
protected |
Definition at line 780 of file programinfo.h.
Referenced by RecordingInfo::ApplyRecordPlayGroupChange(), RecordingInfo::ApplyRecordRecGroupChange(), RecordingInfo::ApplyRecordRecID(), RecordingInfo::ApplyRecordRecTitleChange(), RecordingInfo::ApplyStorageGroupChange(), RecordingInfo::ApplyTranscoderProfileChange(), RecordingInfo::ApplyTranscoderProfileChangeById(), clear(), ClearMarkupMap(), ClearPositionMap(), RecordingInfo::clone(), clone(), CreateRecordBasename(), RecordingInfo::DeleteHistory(), RecordingInfo::FinishedRecording(), RecordingInfo::ForgetHistory(), FromStringList(), GetFilesize(), GetSecondsInRecording(), RecordingInfo::InsertProgram(), IsSameRecording(), LoadProgramFromRecorded(), MarkAsInUse(), operator==(), ProgramInfo(), QueryAutoExpire(), QueryAverageAspectRatio(), QueryAverageFrameRate(), QueryAverageHeight(), QueryAverageScanProgressive(), QueryAverageWidth(), QueryBookmarkTimeStamp(), QueryIsEditing(), QueryIsInUse(), QueryKeyFrameInfo(), QueryMarkup(), QueryMarkupMap(), QueryPositionMap(), QueryRecordingGroup(), QueryTotalDuration(), QueryTotalFrames(), QueryTranscoderID(), QueryTranscodeStatus(), RecordingInfo::RecordingInfo(), Reload(), SaveAspect(), SaveAutoExpire(), SaveBookmark(), SaveCommFlagged(), SaveCutList(), SaveDeletePendingFlag(), SaveEditing(), SaveFilesize(), SaveFrameRate(), SaveInetRef(), SaveMarkup(), SaveMarkupMap(), SavePositionMap(), SavePositionMapDelta(), SavePreserve(), SaveResolution(), SaveSeasonEpisode(), SaveTotalDuration(), SaveTotalFrames(), SaveTranscodeStatus(), SaveVideoScanType(), SaveWatched(), RecordingInfo::StartedRecording(), SubstituteMatches(), ToMap(), toString(), ToStringList(), UpdateLastDelete(), and RecordingInfo::UpdateRecordingEnd().
|
protected |
Definition at line 781 of file programinfo.h.
Referenced by clear(), clone(), RecordingInfo::FinishedRecording(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), toString(), ToStringList(), and RecordingInfo::UpdateRecordingEnd().
|
protected |
Rating, range [0..1].
Definition at line 783 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 784 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 785 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 786 of file programinfo.h.
Referenced by clear(), clone(), LoadProgramFromRecorded(), MarkAsInUse(), operator==(), and UpdateInUseMark().
|
protected |
Definition at line 788 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ToMap(), and ToStringList().
|
protected |
Definition at line 790 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), RecordingInfo::DeleteHistory(), RecordingInfo::ForgetHistory(), FromStringList(), RecordingInfo::getRecordID(), RecordingInfo::InsertProgram(), IsDuplicateProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), SaveInetRef(), SaveSeasonEpisode(), ToStringList(), and UpdateLastDelete().
|
protected |
Definition at line 791 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), RecordingInfo::ApplyRecordRecID(), clear(), clone(), RecordingInfo::DeleteHistory(), RecordingInfo::ForgetHistory(), FromStringList(), RecordingInfo::InsertProgram(), IsDuplicateProgram(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), RecordingInfo::SubstituteMatches(), and ToStringList().
|
protected |
Definition at line 793 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), QueryTuningInfo(), RecordingInfo::RecordingInfo(), and ToStringList().
|
protected |
Definition at line 794 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), QueryTuningInfo(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 795 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), RecordingInfo::DeleteHistory(), RecordingInfo::ForgetHistory(), FromStringList(), RecordingInfo::InsertProgram(), IsDuplicateProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), RecordingInfo::SetDupHistory(), RecordingInfo::SubstituteMatches(), and ToStringList().
|
protected |
ProgramFlag.
Definition at line 797 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), MarkAsInUse(), operator==(), ProgramInfo(), QueryBDBookmark(), QueryBookmark(), QueryDVDBookmark(), QueryIsEditing(), QueryLastPlayPos(), QueryProgStart(), RecordingInfo::RecordingInfo(), SaveAutoExpire(), SaveBookmark(), SaveCommFlagged(), SaveDeletePendingFlag(), SaveEditing(), SavePreserve(), SaveTranscodeStatus(), SaveWatched(), ToMap(), and ToStringList().
|
protected |
SubtitleType,VideoProperty,AudioProperty.
Definition at line 799 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), and SaveVideoProperties().
|
protected |
Definition at line 800 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 801 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 802 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 804 of file programinfo.h.
Referenced by clear(), clone(), ProgramRecPriority::FillList(), RecordingInfo::FinishedRecording(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ProgramRecPriority::scheduleChanged(), RecordingInfo::SubstituteMatches(), ToMap(), ToStringList(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 805 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), RecordingInfo::ApplyRecordRecID(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), RecordingInfo::SubstituteMatches(), and ToStringList().
|
protected |
Definition at line 806 of file programinfo.h.
Referenced by clear(), clone(), RecordingInfo::ForgetHistory(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), and ToStringList().
|
protected |
Definition at line 807 of file programinfo.h.
Referenced by clear(), clone(), RecordingInfo::ForgetHistory(), FromStringList(), IsDuplicateProgram(), IsSameProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), and ToStringList().
|
protected |
Definition at line 809 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), RecordingInfo::LoadRecordingFile(), operator==(), ProgramInfo(), QueryBasename(), SaveBasename(), RecordingInfo::SaveFilesize(), SaveFilesize(), SendAddedEvent(), SendDeletedEvent(), SendUpdateEvent(), RecordingInfo::SetFilesize(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 810 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 811 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), and ToStringList().
|
protected |
Definition at line 814 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), and SetAvailableStatus().
int8_t ProgramInfo::m_spread {-1} |
Definition at line 819 of file programinfo.h.
Referenced by clear(), clone(), GuideGrid::cursorRight(), GuideUpdateProgramRow::fillProgramRowInfosWith(), FromStringList(), and LoadProgramFromRecorded().
int8_t ProgramInfo::m_startCol {-1} |
Definition at line 820 of file programinfo.h.
Referenced by clear(), clone(), GuideGrid::cursorLeft(), GuideGrid::cursorRight(), GuideUpdateProgramRow::fillProgramRowInfosWith(), FromStringList(), and LoadProgramFromRecorded().
|
static |
Definition at line 822 of file programinfo.h.
Referenced by LoadFromRecorded(), and LoadProgramFromRecorded().
|
protected |
Definition at line 825 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), MarkAsInUse(), and UpdateInUseMark().
|
protected |
Definition at line 826 of file programinfo.h.
Referenced by clear(), ClearPositionMap(), clone(), FromStringList(), LoadProgramFromRecorded(), QueryPositionMap(), SavePositionMap(), and SavePositionMapDelta().
|
staticprotected |
Definition at line 828 of file programinfo.h.
Referenced by InitStatics(), and RecordingInfo::RecordingInfo().
|
staticprotected |
Definition at line 829 of file programinfo.h.
Referenced by InitStatics(), RecordingInfo::SaveFilesize(), SaveFilesize(), SendAddedEvent(), SendDeletedEvent(), SendUpdateEvent(), and RecordingInfo::SetFilesize().
Definition at line 830 of file programinfo.h.
Referenced by CheckProgramIDAuthorities(), IsDuplicateProgram(), and IsSameProgram().