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, const QString &title, const QString &sortTitle, const QString &subtitle, const QString &sortSubtitle, const QString &description, uint season, uint episode, uint totalepisodes, const QString &syndicatedepisode, const QString &category, uint chanid, const QString &channum, const QString &chansign, const QString &channame, const QString &chanplaybackfilters, const QString &recgroup, const QString &playgroup, const QString &pathname, const QString &hostname, const QString &storagegroup, const QString &seriesid, const QString &programid, const QString &inetref, CategoryType catType, int recpriority, uint64_t filesize, const QDateTime &startts, const QDateTime &endts, const QDateTime &recstartts, const QDateTime &recendts, float stars, uint year, uint partnumber, uint parttotal, const QDate &originalAirDate, const QDateTime &lastmodified, RecStatus::Type recstatus, uint recordid, RecordingDupInType dupin, RecordingDupMethodType dupmethod, uint findid, uint programflags, uint audioproperties, uint videoproperties, uint subtitleType, const QString &inputname, const QDateTime &bookmarkupdate) | |
Constructs a ProgramInfo from data in 'recorded' table. More... | |
ProgramInfo (const QString &title, const QString &sortTitle, const QString &subtitle, const QString &sortSubtitle, const QString &description, uint season, uint episode, const QString &category, uint chanid, const QString &channum, const QString &chansign, const QString &channame, const QString &seriesid, const QString &programid, const QString &inetref, const QDateTime &startts, const QDateTime &endts, const QDateTime &recstartts, const QDateTime &recendts, RecStatus::Type recstatus, uint recordid, RecordingType rectype, uint findid, bool duplicate) | |
Constructs a ProgramInfo from data in 'oldrecorded' table. More... | |
ProgramInfo (const QString &title, const QString &sortTitle, const QString &subtitle, const QString &sortSubtitle, const QString &description, const QString &syndicatedepisode, const QString &category, uint chanid, const QString &channum, const QString &chansign, const QString &channame, const QString &chanplaybackfilters, const QDateTime &startts, const QDateTime &endts, const QDateTime &recstartts, const QDateTime &recendts, const QString &seriesid, const QString &programid, const CategoryType catType, float stars, uint year, uint partnumber, uint parttotal, const QDate &originalAirDate, RecStatus::Type recstatus, uint recordid, RecordingType rectype, uint findid, bool commfree, bool repeat, uint videoprops, uint audioprops, uint subtitletype, uint season, uint episode, uint totalepisodes, const ProgramList &schedList) | |
Constructs a ProgramInfo from listings data in 'program' table. More... | |
ProgramInfo (const QString &title, const QString &sortTitle, const QString &subtitle, const QString &sortSubtitle, const QString &description, uint season, uint episode, uint totalepisodes, const QString &category, uint chanid, const QString &channum, const QString &chansign, const QString &channame, const QString &chanplaybackfilters, const QString &recgroup, const QString &playgroup, const QDateTime &startts, const QDateTime &endts, const QDateTime &recstartts, const QDateTime &recendts, const QString &seriesid, const QString &programid, const QString &inetref, const 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 (const QString &_title, const QString &_category, const QDateTime &_startts, const QDateTime &_endts) | |
Constructs a Dummy ProgramInfo (used by GuideGrid) More... | |
ProgramInfo (QStringList::const_iterator &it, 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 &) 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) const |
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, QString sep=":", 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 &) const |
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_player_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 |
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 | SaveDVDBookmark (const QStringList &fields) const |
void | SaveBDBookmark (const QStringList &fields) const |
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 | 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, 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) const |
QString | GetPlaybackURL (bool checkMaster=false, bool forceCheckLocal=false) const |
Returns filename or URL to be used to play back this recording. More... | |
ProgramInfoType | DiscoverProgramInfoType (void) const |
bool | QueryCutList (frm_dir_map_t &, bool loadAutosave=false) const |
void | SaveCutList (frm_dir_map_t &, bool isAutoSave=false) const |
void | QueryCommBreakList (frm_dir_map_t &) const |
void | SaveCommBreakList (frm_dir_map_t &) const |
void | QueryPositionMap (frm_pos_map_t &, MarkTypes type) const |
void | ClearPositionMap (MarkTypes type) const |
void | SavePositionMap (frm_pos_map_t &, MarkTypes type, int64_t min_frm=-1, int64_t max_frm=-1) const |
void | SavePositionMapDelta (frm_pos_map_t &, MarkTypes type) const |
bool | QueryKeyFrameInfo (uint64_t *, 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 *, uint64_t keyframe, bool backwards) const |
bool | QueryPositionKeyFrame (uint64_t *, uint64_t position, bool backwards) const |
bool | QueryKeyFrameDuration (uint64_t *, uint64_t keyframe, bool backwards) const |
bool | QueryDurationKeyFrame (uint64_t *, 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) |
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 &, MarkTypes type, bool merge=false) const |
void | SaveMarkupMap (const frm_dir_map_t &, MarkTypes type=MARK_ALL, int64_t min_frm=-1, int64_t max_frm=-1) const |
void | ClearMarkupMap (MarkTypes type=MARK_ALL, int64_t min_frm=-1, int64_t max_frm=-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 QString | i18n (const QString &) |
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 &altTable, int recordid) |
Public Attributes | |
int8_t | spread |
int8_t | startCol |
Static Public Attributes | |
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 (const uint chanid, const QDateTime &recstarttime) |
Loads ProgramInfo for an existing recording. More... | |
bool | FromStringList (QStringList::const_iterator &it, 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 &, MarkTypes type, bool merge=false) |
static void | QueryMarkupMap (uint chanid, const QDateTime &recstartts, frm_dir_map_t &, MarkTypes type, bool merge=false) |
static int | InitStatics (void) |
Static Protected Attributes | |
static QMutex | staticDataLock |
static ProgramInfoUpdater * | updater |
static bool | usingProgIDAuth = true |
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 66 of file programinfo.h.
Enumerator | |
---|---|
kCategoryNone | |
kCategoryMovie | |
kCategorySeries | |
kCategorySports | |
kCategoryTVShow |
Definition at line 70 of file programinfo.h.
Enumerator | |
---|---|
kLongDescription | |
kTitleSubtitle | |
kRecordingKey | |
kSchedulingKey |
Definition at line 493 of file programinfo.h.
ProgramInfo::ProgramInfo | ( | void | ) |
Null constructor.
Constructs a Dummy ProgramInfo (used by GuideGrid)
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 154 of file programinfo.cpp.
Referenced by LoadFromOldRecorded(), LoadFromProgram(), LoadFromRecorded(), and LoadProgramFromProgram().
ProgramInfo::ProgramInfo | ( | const ProgramInfo & | other | ) |
Copy constructor.
Definition at line 241 of file programinfo.cpp.
|
explicit |
Constructs a ProgramInfo from data in 'recorded' table.
Definition at line 326 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | uint | chanid, |
const QDateTime & | recstartts | ||
) |
Constructs a ProgramInfo from data in 'recorded' table.
Definition at line 357 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | uint | recordedid, |
const QString & | title, | ||
const QString & | sortTitle, | ||
const QString & | subtitle, | ||
const QString & | sortSubtitle, | ||
const QString & | description, | ||
uint | season, | ||
uint | episode, | ||
uint | totalepisodes, | ||
const QString & | syndicatedepisode, | ||
const QString & | category, | ||
uint | chanid, | ||
const QString & | channum, | ||
const QString & | chansign, | ||
const QString & | channame, | ||
const QString & | chanplaybackfilters, | ||
const QString & | recgroup, | ||
const QString & | playgroup, | ||
const QString & | pathname, | ||
const QString & | hostname, | ||
const QString & | storagegroup, | ||
const QString & | seriesid, | ||
const QString & | programid, | ||
const QString & | inetref, | ||
CategoryType | catType, | ||
int | recpriority, | ||
uint64_t | filesize, | ||
const QDateTime & | startts, | ||
const QDateTime & | endts, | ||
const QDateTime & | recstartts, | ||
const QDateTime & | recendts, | ||
float | stars, | ||
uint | year, | ||
uint | partnumber, | ||
uint | parttotal, | ||
const QDate & | originalAirDate, | ||
const QDateTime & | lastmodified, | ||
RecStatus::Type | recstatus, | ||
uint | recordid, | ||
RecordingDupInType | dupin, | ||
RecordingDupMethodType | dupmethod, | ||
uint | findid, | ||
uint | programflags, | ||
uint | audioproperties, | ||
uint | videoproperties, | ||
uint | subtitleType, | ||
const QString & | inputname, | ||
const QDateTime & | bookmarkupdate | ||
) |
Constructs a ProgramInfo from data in 'recorded' table.
Definition at line 369 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | const QString & | title, |
const QString & | sortTitle, | ||
const QString & | subtitle, | ||
const QString & | sortSubtitle, | ||
const QString & | description, | ||
uint | season, | ||
uint | episode, | ||
const QString & | category, | ||
uint | chanid, | ||
const QString & | channum, | ||
const QString & | chansign, | ||
const QString & | channame, | ||
const QString & | seriesid, | ||
const QString & | programid, | ||
const QString & | inetref, | ||
const QDateTime & | startts, | ||
const QDateTime & | endts, | ||
const QDateTime & | recstartts, | ||
const QDateTime & | recendts, | ||
RecStatus::Type | recstatus, | ||
uint | recordid, | ||
RecordingType | rectype, | ||
uint | findid, | ||
bool | duplicate | ||
) |
Constructs a ProgramInfo from data in 'oldrecorded' table.
Definition at line 524 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | const QString & | title, |
const QString & | sortTitle, | ||
const QString & | subtitle, | ||
const QString & | sortSubtitle, | ||
const QString & | description, | ||
const QString & | syndicatedepisode, | ||
const QString & | category, | ||
uint | chanid, | ||
const QString & | channum, | ||
const QString & | chansign, | ||
const QString & | channame, | ||
const QString & | chanplaybackfilters, | ||
const QDateTime & | startts, | ||
const QDateTime & | endts, | ||
const QDateTime & | recstartts, | ||
const QDateTime & | recendts, | ||
const QString & | seriesid, | ||
const QString & | programid, | ||
const CategoryType | catType, | ||
float | stars, | ||
uint | year, | ||
uint | partnumber, | ||
uint | parttotal, | ||
const QDate & | originalAirDate, | ||
RecStatus::Type | recstatus, | ||
uint | recordid, | ||
RecordingType | rectype, | ||
uint | findid, | ||
bool | commfree, | ||
bool | repeat, | ||
uint | videoprops, | ||
uint | audioprops, | ||
uint | subtitletype, | ||
uint | season, | ||
uint | episode, | ||
uint | totalepisodes, | ||
const ProgramList & | schedList | ||
) |
Constructs a ProgramInfo from listings data in 'program' table.
Definition at line 641 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | const QString & | title, |
const QString & | sortTitle, | ||
const QString & | subtitle, | ||
const QString & | sortSubtitle, | ||
const QString & | description, | ||
uint | season, | ||
uint | episode, | ||
uint | totalepisodes, | ||
const QString & | category, | ||
uint | chanid, | ||
const QString & | channum, | ||
const QString & | chansign, | ||
const QString & | channame, | ||
const QString & | chanplaybackfilters, | ||
const QString & | recgroup, | ||
const QString & | playgroup, | ||
const QDateTime & | startts, | ||
const QDateTime & | endts, | ||
const QDateTime & | recstartts, | ||
const QDateTime & | recendts, | ||
const QString & | seriesid, | ||
const QString & | programid, | ||
const QString & | inetref, | ||
const QString & | inputname | ||
) |
Constructs a basic ProgramInfo (used by RecordingInfo)
Definition at line 822 of file programinfo.cpp.
|
explicit |
Constructs a ProgramInfo for a pathname.
Definition at line 935 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 972 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 1017 of file programinfo.cpp.
ProgramInfo::ProgramInfo | ( | const QString & | _title, |
const QString & | _category, | ||
const QDateTime & | _startts, | ||
const QDateTime & | _endts | ||
) |
Constructs a Dummy ProgramInfo (used by GuideGrid)
Definition at line 1062 of file programinfo.cpp.
|
inline |
Definition at line 277 of file programinfo.h.
|
inlineexplicit |
Definition at line 285 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 1290 of file programinfo.cpp.
ProgramInfo & ProgramInfo::operator= | ( | const ProgramInfo & | other | ) |
Copies important fields from other ProgramInfo.
Definition at line 1079 of file programinfo.cpp.
|
virtual |
Copies important fields from other ProgramInfo.
Reimplemented in RecordingInfo, and ProgramRecPriorityInfo.
Definition at line 1086 of file programinfo.cpp.
Referenced by RecordingInfo::clone(), PlaybackSock::FillProgramInfo(), RecordingInfo::operator=(), operator=(), and Reload().
void ProgramInfo::ensureSortFields | ( | void | ) |
Ensure that the sortTitle and sortSubtitle fields are set.
Definition at line 1387 of file programinfo.cpp.
Referenced by FromStringList(), ProgramInfo(), SetSubtitle(), and SetTitle().
|
virtual |
Reimplemented in RecordingInfo, and ProgramRecPriorityInfo.
Definition at line 1180 of file programinfo.cpp.
Referenced by RecordingInfo::clear(), PBHEventHandler::event(), LoadProgramFromRecorded(), and ProgramInfo().
void ProgramInfo::ToStringList | ( | QStringList & | list | ) | const |
Serializes ProgramInfo into a QStringList which can be passed over a socket.
Definition at line 1526 of file programinfo.cpp.
Referenced by PlaybackBoxHelper::CheckAvailability(), PlaybackSock::CheckFile(), PlaybackSock::CheckRecordingActive(), MainServer::customEvent(), PlaybackSock::DeleteRecording(), PlaybackSock::EncoderIsRecording(), PlaybackSock::FillProgramInfo(), PlaybackSock::GenPreviewPixmap(), Scheduler::GetAllPending(), Scheduler::GetAllScheduled(), Scheduler::getConflicting(), PlaybackBoxHelper::GetPreviewImage(), PreviewGeneratorQueue::GetPreviewImage(), MainServer::HandleQueryRecording(), MainServer::HandleQueryRecordings(), 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 1726 of file programinfo.cpp.
Referenced by ProgLister::ClearCurrentProgramInfo(), ViewScheduled::FillList(), PlayerContext::GetPlayingInfoMap(), ProgLister::HandleSelected(), ProgLister::HandleVisible(), PlaybackBox::ItemLoaded(), ScheduleEditor::Load(), TV::QuickRecord(), TVBrowseHelper::run(), SchedEditChild::SetTextFromMaps(), ProgramRecPriorityInfo::ToMap(), ViewScheduleDiff::updateInfo(), ViewScheduled::updateInfo(), GuideGrid::updateInfo(), DeleteMap::UpdateOSD(), IdleScreen::UpdateScreen(), WelcomeDialog::updateScreen(), ViewScheduleDiff::updateUIList(), and PlaybackBox::UpdateUIListItem().
|
virtual |
Subsitute MATCH% type variable names in the given string.
str | QString to substitute matches in |
Reimplemented in RecordingInfo.
Definition at line 5453 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 2410 of file programinfo.cpp.
Referenced by 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 2341 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 2468 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 2484 of file programinfo.cpp.
Referenced by Scheduler::AddNewRecords(), Scheduler::ChangeRecordingEnd(), Scheduler::MarkShowingsList(), Scheduler::PruneOverlaps(), Scheduler::PruneRedundants(), and Scheduler::TryAnotherShowing().
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 2501 of file programinfo.cpp.
Referenced by Scheduler::AddRecording(), and Scheduler::UpdateRecStatus().
|
inlinestatic |
Definition at line 318 of file programinfo.h.
Referenced by Scheduler::UpdateDuplicates().
|
static |
Definition at line 2529 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 2330 of file programinfo.cpp.
Referenced by TVRec::StartRecording().
|
inline |
Definition at line 326 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 2519 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 333 of file programinfo.h.
Referenced by TV::AskAllowRecording(), commDetectorGotNewCommercialBreakList(), TV::customEvent(), DoFlagCommercials(), LiveTVChain::DoGetNextProgram(), MythPlayer::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 2051 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 4931 of file programinfo.cpp.
Referenced by ProgramInfo(), and ToMap().
|
inline |
Definition at line 337 of file programinfo.h.
Referenced by ClearBookmarks(), ClearSeekTable(), AutoExpire::ExpireRecordings(), FillProgramInfo(), Scheduler::FillRecordingDir(), PreviewGeneratorQueue::GeneratePreviewImage(), get_filename(), GetPlaybackURL(), PlayerContext::GetPlayingInfoMap(), PreviewGeneratorQueue::GetPreviewImage(), TVRec::GetProgramRingBufferForLiveTV(), TV::GetStatus(), MainServer::HandleQueryRecordings(), Scheduler::HandleRecording(), ImportRecorder::Open(), print_comm_flag_output(), TV::QuickRecord(), ImportRecorder::run(), PreviewGenerator::Run(), RunCCExtract(), PreviewGenerator::RunReal(), TVRec::StartedRecording(), TVRec::SwitchRecordingRingBuffer(), RecordingSelector::titleChanged(), and TVRec::TuningNewRecorder().
|
inline |
Definition at line 338 of file programinfo.h.
Referenced by clone(), doUpgradeTVDatabaseSchema(), LiveTVChain::EntryToProgram(), PreviewGeneratorQueue::GeneratePreviewImage(), PlayerContext::GetPlayingInfoMap(), PreviewGeneratorQueue::GetPreviewImage(), MainServer::HandleQueryRecordings(), ProgDetails::loadPage(), LoadProgramFromRecorded(), LookupFromProgramInfo(), MarkAsInUse(), QueryBasename(), TV::QuickRecord(), PreviewGenerator::SaveOutFile(), RecordingInfo::StartedRecording(), and SubstituteMatches().
|
inline |
Definition at line 339 of file programinfo.h.
Referenced by PlayerContext::GetPlayingInfoMap(), TV::QuickRecord(), and SaveWatched().
|
inline |
Definition at line 341 of file programinfo.h.
Referenced by GetPlaybackURL(), PlayerContext::GetPlayingInfoMap(), internal_play_media(), TV::QuickRecord(), and PlayerContext::SetInitialTVState().
|
inline |
Definition at line 343 of file programinfo.h.
Referenced by GetPlaybackURL(), PlayerContext::GetPlayingInfoMap(), internal_play_media(), TV::QuickRecord(), and PlayerContext::SetInitialTVState().
|
inline |
Definition at line 345 of file programinfo.h.
Referenced by EncoderLink::CheckFile(), DiscoverRecordingDirectory(), JobQueue::DoFlagCommercialsThread(), AutoExpire::ExpireRecordings(), TVRec::FinishedRecording(), Content::GetPreviewImage(), MainServer::HandleGenPreviewPixmap(), and IsFileReadable().
|
inline |
Definition at line 350 of file programinfo.h.
Referenced by IsFileReadable().
|
inline |
Definition at line 351 of file programinfo.h.
Referenced by PlaybackBox::Play().
|
inline |
Definition at line 352 of file programinfo.h.
Referenced by Dvr::DeleteRecording(), PlaybackSock::GetRecording(), MainServer::HandleGenPreviewPixmap(), Dvr::ReactivateRecording(), TV::StartTV(), Dvr::UnDeleteRecording(), and Dvr::UpdateRecordedWatchedStatus().
bool ProgramInfo::IsFileReadable | ( | void | ) | const |
Attempts to ascertain if the main file for this ProgramInfo is readable.
Definition at line 5006 of file programinfo.cpp.
Referenced by TV::timerEvent().
|
inline |
Definition at line 355 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), Scheduler::AddNewRecords(), Scheduler::AddRecording(), TV::AskAllowRecording(), Scheduler::AssignGroupInput(), RecordingRule::AssignProgramInfo(), ScheduledRecording::BuildCheckRequest(), Scheduler::BuildListMaps(), comp_overlap(), comp_priority(), comp_redundant(), comp_retry(), LookerUpper::CopyRuleInetrefsToRecordings(), RecMetadataEdit::Create(), CreateProgramInfoString(), PlaybackBox::CreateProgramInfoString(), CustomEdit::CustomEdit(), StatusBox::customEvent(), LookerUpper::customEvent(), ProgFinder::customEvent(), ProgramRecPriority::deactivate(), PrevRecordedList::DeleteOldSeries(), ProgLister::DeleteOldSeries(), StatusBox::doAutoExpireList(), MainServer::DoHandleDeleteRecording(), StatusBox::doJobQueueStatus(), StatusBox::doTunerStatus(), CustomEdit::evaluate(), MythBDPlayer::EventStart(), MythDVDPlayer::EventStart(), AutoExpire::ExpireRecordings(), extract_subtitle(), TV::FillOSDMenuJumpRec(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), Scheduler::FindNextConflict(), TVRec::FinishedRecording(), FlagCommercials(), GuideGrid::gestureEvent(), PlayGroup::GetInitialName(), Dvr::GetRecordedList(), RecordingSelector::getRecordingList(), TV::GetStatus(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordingRules(), LookerUpper::HandleAllRecordings(), Scheduler::HandleRecording(), ProgLister::HandleVisible(), Scheduler::HandleWakeSlave(), PlaybackBox::ItemLoaded(), GuideGrid::keyPressEvent(), CustomEdit::loadClauses(), CustomPriority::loadData(), ProgDetails::loadPage(), MetadataFactory::Lookup(), LookupFromProgramInfo(), Scheduler::MarkOtherShowings(), TV::MenuItemDisplayPlayback(), RecordingSelector::OKPressed(), TV::Playback(), print_comm_flag_output(), Scheduler::PutInactiveSlavesToSleep(), TV::QuickRecord(), RebuildSeekTable(), CustomEdit::recordClicked(), RemoteGetExistingRecorder(), RemoteGetRecordingStatus(), PlaybackBox::saveRecMetadata(), Scheduler::SchedNewFirstPass(), PlayerContext::SetPseudoLiveTV(), PrevRecordedList::ShowDeleteOldEpisodeMenu(), ProgLister::ShowDeleteOldEpisodeMenu(), PrevRecordedList::ShowDeleteOldSeriesMenu(), ProgLister::ShowDeleteOldSeriesMenu(), TV::ShowLCDChannelInfo(), TV::ShowOSDPromptDeleteRecording(), ScheduleCommon::ShowPrevious(), PlaybackBox::ShowRecordedEpisodes(), ScheduleCommon::ShowUpcoming(), ScheduleCommon::ShowUpcomingScheduled(), Scheduler::SlaveConnected(), Scheduler::SlaveDisconnected(), TVRec::StartRecording(), TV::timerEvent(), RecordingSelector::titleChanged(), Scheduler::TryAnotherShowing(), TVRec::TuningRestartRecorder(), TVRec::TuningSignalCheck(), RecordingSelector::updateRecordingList(), PlaybackBox::UpdateUIListItem(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 356 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), comp_sorttitle_lt(), comp_sorttitle_lt_rev(), TitleSort::operator()(), ProgramCountSort::operator()(), ProgramRecCountSort::operator()(), ProgramLastRecordSort::operator()(), ProgramAvgDelaySort::operator()(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 357 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), ScheduledRecording::BuildCheckRequest(), comp_priority(), comp_retry(), LookerUpper::CopyRuleInetrefsToRecordings(), RecMetadataEdit::Create(), CreateProgramInfoString(), PlaybackBox::CreateProgramInfoString(), LookerUpper::customEvent(), StatusBox::doTunerStatus(), ScheduleCommon::EditRecording(), CustomEdit::evaluate(), extract_subtitle(), TV::FillOSDMenuJumpRec(), FillProgramInfo(), HttpStatus::FillProgramInfo(), FlagCommercials(), TV::GetStatus(), GuessLookupType(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordingRules(), LookerUpper::HandleAllRecordings(), ProgLister::HandleVisible(), CustomEdit::loadClauses(), ProgDetails::loadPage(), MetadataFactory::Lookup(), LookupFromProgramInfo(), TV::MenuItemDisplayPlayback(), RecordingSelector::OKPressed(), TV::Playback(), RebuildSeekTable(), RemoteGetRecordingStatus(), Scheduler::SchedNewFirstPass(), TV::ShowLCDChannelInfo(), TV::ShowOSDPromptDeleteRecording(), RecordingSelector::titleChanged(), TVRec::TuningSignalCheck(), ProgramRecPriority::UpdateList(), and RecordingSelector::updateRecordingList().
|
inline |
Definition at line 358 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), TitleSort::operator()(), ProgramCountSort::operator()(), ProgramRecCountSort::operator()(), ProgramLastRecordSort::operator()(), and ProgramAvgDelaySort::operator()().
|
inline |
Definition at line 359 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(), RecordingSelector::OKPressed(), Scheduler::SchedNewFirstPass(), ProgLister::ShowOldRecordedMenu(), RecordingSelector::titleChanged(), and RecordingSelector::updateRecordingList().
|
inline |
Definition at line 360 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(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordings(), ProgDetails::loadPage(), MetadataFactory::Lookup(), LookupFromProgramInfo(), ToMap(), PlaybackBox::updateGroupInfo(), RecordingSelector::updateRecordingList(), and PlaybackBox::UpdateUIListItem().
|
inline |
Definition at line 361 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), comp_season(), comp_season_rev(), MetadataOptions::Create(), RecMetadataEdit::Create(), CustomEdit::evaluate(), FillProgramInfo(), GuessLookupType(), LookerUpper::HandleAllRecordings(), ProgDetails::loadPage(), MetadataFactory::Lookup(), LookupFromProgramInfo(), ToMap(), and RecordingSelector::updateRecordingList().
|
inline |
Definition at line 362 of file programinfo.h.
Referenced by FillProgramInfo(), and ProgDetails::loadPage().
|
inline |
Definition at line 363 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), CustomEdit::evaluate(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), PlayGroup::GetInitialName(), Dvr::GetRecordedList(), TVRec::GetRecordEndTime(), RecordingRule::LoadByProgram(), CustomEdit::loadClauses(), ProgDetails::loadPage(), LookupFromProgramInfo(), ProgramRecPriority::newTemplate(), ProgramRecPriority::remove(), and PlaybackBox::UpdateUILists().
|
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 366 of file programinfo.h.
Referenced by Content::AddRecordingLiveStream(), LiveTVChain::AppendNewProgram(), TV::AskAllowRecording(), Scheduler::AssignGroupInput(), RecordingRule::AssignProgramInfo(), TVBrowseHelper::BrowseStart(), TV::ChangeChannel(), CheckRecordings(), ClearBookmarks(), ClearSeekTable(), ClearSkipList(), RecordingInfo::clone(), comp_overlap(), comp_priority(), comp_recstart(), comp_retry(), CompleteJob(), CopySkipListToCutList(), PlaybackBox::createJobMenu(), PlaybackBox::createPlaylistJobMenu(), PlaybackBox::customEvent(), MainServer::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(), LiveTVChain::EntryToProgram(), CustomEdit::evaluate(), MythPlayer::EventLoop(), PlaybackBox::extract_commflag_state(), PlaybackBox::extract_job_state(), FillCastMemberList(), HttpStatus::FillChannelInfo(), FillCommBreak(), FillCutList(), AutoExpire::FillDBOrdered(), FillProgramInfo(), Scheduler::FillRecordingDir(), FillSeek(), HttpStatus::FillStatusXML(), Scheduler::FindNextConflict(), LiveTVChain::FinishedRecording(), TVRec::FinishedRecording(), FlagCommercials(), GetMarkupList(), GetPlaybackURL(), PlayerContext::GetPlayingInfoMap(), Content::GetPreviewImage(), GetProgramInfo(), getProgramInfoForFile(), RemoteEncoder::GetRecording(), Content::GetRecording(), PlaybackSock::GetRecording(), JobQueue::GetRunningJobID(), TV::GetStatus(), MainServer::HandleAnnounce(), TV::HandlePseudoLiveTVTimerEvent(), MainServer::HandleQueryRecording(), Scheduler::HandleRecording(), Scheduler::HandleRecordingStatusChange(), 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(), PlaybackBox::processNetworkControlCommand(), TV::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(), Scheduler::TryAnotherShowing(), TVRec::TuningNewRecorder(), TVRec::TuningRestartRecorder(), TVRec::TuningSignalCheck(), Dvr::UnDeleteRecording(), Dvr::UpdateRecordedWatchedStatus(), Scheduler::UpdateRecStatus(), 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 370 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(), Scheduler::PrintRec(), 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 377 of file programinfo.h.
Referenced by Scheduler::AssignGroupInput(), RecordingRule::AssignProgramInfo(), comp_recstart(), comp_redundant(), CustomEdit::evaluate(), HttpStatus::FillChannelInfo(), CustomEdit::loadClauses(), ViewScheduled::LoadList(), LookupFromProgramInfo(), MythPlayer::OpenFile(), TV::Playback(), Scheduler::PrintRec(), TV::ShowLCDChannelInfo(), Scheduler::SlaveConnected(), and Scheduler::SlaveDisconnected().
|
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 380 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), StatusBox::doJobQueueStatus(), CustomEdit::evaluate(), HttpStatus::FillChannelInfo(), LookupFromProgramInfo(), and RemoteGetRecordingStatus().
|
inline |
Definition at line 381 of file programinfo.h.
Referenced by HttpStatus::FillChannelInfo(), PlayerContext::GetFilters(), and LookupFromProgramInfo().
|
inline |
The scheduled start time of program.
Definition at line 384 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(), RecordingSelector::OKPressed(), TV::PlaybackMenuInit(), ProgDetails::PowerPriorities(), TV::ProcessNetworkControlCommand(), RecordingInfo::RecordingInfo(), RemoteGetRecordingStatus(), TVRec::SetLiveRecording(), RecorderBase::SetRecording(), RecorderBase::SetRecordingStatus(), ScheduleCommon::ShowChannelSearch(), ProgFinder::ShowGuide(), ScheduleCommon::ShowGuide(), Scheduler::SlaveConnected(), RecordingSelector::titleChanged(), toString(), Scheduler::TryAnotherShowing(), TVRec::TuningNewRecorder(), TVRec::TuningSignalCheck(), RecordingSelector::updateRecordingList(), and Scheduler::UpdateRecStatus().
|
inline |
The scheduled start time of program (with formatting).
Definition at line 386 of file programinfo.h.
|
inline |
The scheduled end time of the program.
Definition at line 391 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(), Scheduler::PrintList(), Scheduler::PruneRedundants(), RecordingInfo::RecordingInfo(), RemoteGetRecordingStatus(), TVRec::run(), MythPlayer::SetWatched(), and RecordingSelector::updateRecordingList().
|
inline |
The scheduled end time of the program (with formatting).
Definition at line 393 of file programinfo.h.
|
inline |
Approximate time the recording started.
Definition at line 398 of file programinfo.h.
Referenced by LiveTVChain::AppendNewProgram(), RecordingInfo::ApplyNeverRecord(), Scheduler::AssignGroupInput(), CheckRecordings(), 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(), ScheduleCommon::customEvent(), 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(), ViewScheduled::FillList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), Scheduler::FillRecordingDir(), Scheduler::FindNextConflict(), LiveTVChain::FinishedRecording(), TVRec::FinishedRecording(), PreviewGeneratorQueue::GeneratePreviewImage(), GetPlaybackURL(), TVRec::GetProgramRingBufferForLiveTV(), JobQueue::GetRunningJobID(), TV::GetStatus(), Scheduler::HandleRecording(), Scheduler::HandleRecordingStatusChange(), Scheduler::HandleReschedule(), Scheduler::HandleWakeSlave(), incomingCustomEvent(), init_jobs(), JobQueue::IsJobRunning(), EncoderLink::IsRecording(), ViewScheduled::LoadList(), ProgDetails::loadPage(), PreviewGenerator::LocalPreviewRun(), LookupFromProgramInfo(), Dvr::ManageJobQueue(), Scheduler::MarkShowingsList(), Frontend::PlayRecording(), print_comm_flag_output(), AutoExpire::PrintExpireList(), Scheduler::PrintList(), Scheduler::PrintRec(), TV::ProcessNetworkControlCommand(), LiveTVChain::ProgramIsAt(), Scheduler::PutInactiveSlavesToSleep(), QueueCommFlagJob(), QueueJob(), JobQueue::QueueRecordingJobs(), QueueTranscodeJob(), ReloadBookmark(), RemoteDeleteRecording(), RemoteUndeleteRecording(), PreviewGenerator::Run(), Scheduler::SchedNewFirstPass(), Scheduler::SchedNewRetryPass(), SendMythSystemPlayEvent(), SendMythSystemRecEvent(), LiveTVChain::SetProgram(), PlayerContext::SetPseudoLiveTV(), MythPlayer::SetWatched(), ViewScheduleDiff::showStatus(), Scheduler::ShutdownServer(), EncoderLink::StartRecording(), TVRec::StartRecording(), PlaybackBox::stopPlaylistJobQueueJob(), Dvr::StopRecording(), ToMap(), toString(), Scheduler::TryAnotherShowing(), TVRec::TuningRestartRecorder(), Dvr::UnDeleteRecording(), Scheduler::UpdateNextRecord(), WaitToDelete(), and EncoderLink::WouldConflict().
|
inline |
Approximate time the recording started (with formatting).
Definition at line 400 of file programinfo.h.
|
inline |
Approximate time the recording should have ended, did end, or is intended to end.
Definition at line 406 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), LiveTVChain::AppendNewProgram(), Scheduler::AssignGroupInput(), Scheduler::ChangeRecordingEnd(), comp_recstart(), CreateProgramInfoString(), PlaybackBox::CreateProgramInfoString(), MainServer::customEvent(), StatusBox::doAutoExpireList(), DoFlagCommercials(), MainServer::DoHandleDeleteRecording(), ScheduleCommon::EditRecording(), FillProgramInfo(), HttpStatus::FillProgramInfo(), Scheduler::FillRecordingDir(), Scheduler::FindNextConflict(), LiveTVChain::FinishedRecording(), TVRec::FinishedRecording(), FlagCommercials(), PreviewGeneratorQueue::GeneratePreviewImage(), TVRec::GetProgramRingBufferForLiveTV(), TVRec::GetRecordEndTime(), TVRec::HandlePendingRecordings(), MainServer::HandleQueryRecordings(), Scheduler::HandleRecording(), Scheduler::HandleReschedule(), ViewScheduled::LoadList(), LookupFromProgramInfo(), Scheduler::PrintList(), Scheduler::PrintRec(), Scheduler::PruneRedundants(), RunCCExtract(), Scheduler::SchedLiveTV(), PlayerContext::SetInitialTVState(), TVRec::SetLiveRecording(), PlayerContext::SetPseudoLiveTV(), RecorderBase::SetRecordingStatus(), MythPlayer::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 409 of file programinfo.h.
|
inline |
Definition at line 413 of file programinfo.h.
Referenced by CheckRecordings(), MainServer::customEvent(), StatusBox::doAutoExpireList(), MainServer::DoHandleDeleteRecording(), TV::FillOSDMenuJumpRec(), FillProgramInfo(), HttpStatus::FillProgramInfo(), PlaybackBox::FindProgramInUILists(), Dvr::GetRecordedList(), TV::GetRecordingGroup(), RecordingSelector::getRecordingList(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordings(), MainServer::HandleIsRecording(), PlaybackBox::HandleUpdateProgramInfoEvent(), ProgDetails::loadPage(), LookupFromProgramInfo(), JobQueue::ProcessJob(), QueryIsDeleteCandidate(), RemoteGetCurrentlyRecordingList(), PlaybackBox::setRecGroup(), PlaybackBox::ShowActionPopup(), PlaybackBox::ShowDeletePopup(), PlaybackBox::ShowRecGroupChanger(), TVRec::StartedRecording(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 414 of file programinfo.h.
Referenced by FillProgramInfo(), HttpStatus::FillProgramInfo(), TV::HandleStateChange(), ProgDetails::loadPage(), LookupFromProgramInfo(), PlayerContext::SetInitialTVState(), and PlaybackBox::ShowPlayGroupChanger().
|
inline |
Definition at line 415 of file programinfo.h.
Referenced by Content::AddRecordingLiveStream(), MainServer::DoHandleDeleteRecording(), MainServer::DoHandleStopRecording(), PlaybackBox::doJobQueueJob(), PlaybackBox::doPlaylistJobQueueJob(), TV::DoQueueTranscode(), doUpgradeTVDatabaseSchema(), AutoExpire::ExpireRecordings(), FillProgramInfo(), HttpStatus::FillProgramInfo(), Scheduler::FillRecordingDir(), Content::GetPreviewImage(), Content::GetRecording(), MainServer::HandleGenPreviewPixmap(), MainServer::HandleQueryRecordings(), Scheduler::HandleRecording(), ProgDetails::loadPage(), LookupFromProgramInfo(), AutoExpire::PrintExpireList(), JobQueue::QueueRecordingJobs(), RecordingInfo::StartedRecording(), transUnlink(), and PlaybackBox::UpdateUIListItem().
|
inline |
Definition at line 416 of file programinfo.h.
Referenced by Content::AddRecordingLiveStream(), doUpgradeTVDatabaseSchema(), FillProgramInfo(), Dvr::GetRecordedList(), Scheduler::HandleRecording(), ProgDetails::loadPage(), LookupFromProgramInfo(), RecordingInfo::StartedRecording(), and transUnlink().
|
inline |
Definition at line 417 of file programinfo.h.
Referenced by LookerUpper::customEvent(), MetadataOptions::customEvent(), FillProgramInfo(), and LookupFromProgramInfo().
|
inline |
Definition at line 422 of file programinfo.h.
Referenced by comp_originalAirDate(), comp_originalAirDate_rev(), FillProgramInfo(), HttpStatus::FillProgramInfo(), ProgDetails::loadPage(), and LookupFromProgramInfo().
|
inline |
Definition at line 423 of file programinfo.h.
Referenced by FillProgramInfo(), HttpStatus::FillProgramInfo(), PreviewGeneratorQueue::GeneratePreviewImage(), and LookupFromProgramInfo().
|
inline |
Definition at line 424 of file programinfo.h.
|
virtual |
Reimplemented in RecordingInfo.
Definition at line 6395 of file programinfo.cpp.
Referenced by CheckRecordings(), PlaybackBox::customEvent(), StatusBox::doAutoExpireList(), MainServer::DoDeleteThread(), LiveTVChain::DoGetNextProgram(), AutoExpire::ExpireRecordings(), extract_main_state(), FillCastMemberList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), RecordingInfo::GetFilesize(), MainServer::HandleQueryRecordings(), ProgDetails::loadPage(), RecordingSelector::OKPressed(), PlaybackBox::Play(), AutoExpire::PrintExpireList(), RecordingSelector::titleChanged(), UpdateFileSize(), PlaybackBox::updateGroupInfo(), and RecordingSelector::updateRecordingList().
|
inline |
Definition at line 429 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), LookerUpper::customEvent(), CustomEdit::evaluate(), FillProgramInfo(), HttpStatus::FillProgramInfo(), CustomEdit::loadClauses(), ProgDetails::loadPage(), LookupFromProgramInfo(), ScheduleCommon::ShowUpcoming(), and ScheduleCommon::ShowUpcomingScheduled().
|
inline |
Definition at line 430 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 431 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), LookerUpper::CopyRuleInetrefsToRecordings(), RecMetadataEdit::Create(), FillProgramInfo(), PlayerContext::GetPlayingInfoMap(), Content::GetRecordingArtworkList(), GuessLookupType(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordingRules(), LookerUpper::HandleAllRecordings(), MetadataFactory::Lookup(), LookupFromProgramInfo(), PlaybackBox::updateGroupInfo(), and PlaybackBox::UpdateUIListItem().
|
inline |
Definition at line 432 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 2059 of file programinfo.cpp.
Referenced by FillProgramInfo(), HttpStatus::FillProgramInfo(), PlaybackBox::ItemLoaded(), RecordingRule::LoadByProgram(), and PlaybackBox::updateIcons().
|
inline |
Definition at line 434 of file programinfo.h.
Referenced by ProgramRecPriority::changeRecPriority(), comp_priority(), comp_recstart(), comp_retry(), FillProgramInfo(), HttpStatus::FillProgramInfo(), TitleSort::operator()(), ProgramRecPrioritySort::operator()(), ProgramRecTypeSort::operator()(), AutoExpire::PrintExpireList(), Scheduler::PrintRec(), ProgramRecPriority::saveRecPriority(), ProgramRecPriority::scheduleChanged(), Scheduler::TryAnotherShowing(), ProgramRecPriority::updateInfo(), ProgramRecPriority::UpdateList(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 435 of file programinfo.h.
Referenced by comp_priority(), comp_recpriority2(), comp_retry(), StatusBox::doScheduleStatus(), ViewScheduled::FillList(), ProgDetails::loadPage(), Scheduler::PrintRec(), Scheduler::PruneRedundants(), and Scheduler::TryAnotherShowing().
|
inline |
Definition at line 436 of file programinfo.h.
Referenced by ViewScheduled::FillList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), ProgLister::HandleSelected(), ProgLister::HandleVisible(), PlaybackBox::ItemLoaded(), LookupFromProgramInfo(), ToMap(), ViewScheduled::updateInfo(), GuideGrid::updateInfo(), ProgramRecPriority::UpdateList(), and PlaybackBox::UpdateUIListItem().
Definition at line 437 of file programinfo.h.
|
inline |
Definition at line 440 of file programinfo.h.
Referenced by ProgramInfoCache::Add(), PlaybackBoxHelper::CheckAvailability(), StatusBox::customEvent(), PlaybackBox::customEvent(), MainServer::DoHandleDeleteRecording(), FillProgramInfo(), PlaybackBox::FindProgramInUILists(), Scheduler::HandleRecording(), PlaybackBox::HandleUpdateProgramInfoEvent(), PlaybackBoxHelper::LocateArtwork(), main(), PlaybackBox::Play(), PlaybackBox::PlaylistDelete(), push_onto_del(), PlaybackBox::RemoveProgram(), restore_position(), PreviewGenerator::Run(), PreviewGenerator::RunReal(), save_position(), PreviewGeneratorQueue::SendEvent(), PlaybackBox::SetItemIcons(), PlaybackBox::ShowActionPopup(), TVRec::StartRecording(), TV::StartTV(), PlaybackBox::togglePlayListItem(), ProgramInfoCache::Update(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 441 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), Scheduler::AddNewRecords(), Scheduler::AddRecording(), Scheduler::AssignGroupInput(), Scheduler::BackupRecStatus(), DTVRecorder::BufferedWrite(), ScheduledRecording::BuildCheckRequest(), Scheduler::BuildListMaps(), Scheduler::BuildWorkList(), Scheduler::ChangeRecordingEnd(), comp_overlap(), comp_priority(), comp_recstart(), comp_redundant(), comp_retry(), StatusBox::doScheduleStatus(), ScheduleCommon::EditRecording(), PlaybackBox::extract_job_state(), extract_main_state(), ViewScheduleDiff::fillList(), ViewScheduled::FillList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), Scheduler::FillRecordingDir(), TVRec::FinishedRecording(), Scheduler::GetRecStatus(), Scheduler::HandleRecording(), Scheduler::HandleRecordingStatusChange(), Scheduler::HandleReschedule(), MainServer::HandleStopRecording(), DTVRecorder::HandleTimestamps(), ProgLister::HandleVisible(), Scheduler::IsBusyRecording(), ViewScheduled::LoadList(), ProgDetails::loadPage(), Scheduler::MarkShowingsList(), Scheduler::PrintRec(), Scheduler::PruneRedundants(), Scheduler::PutInactiveSlavesToSleep(), Recording(), RemoteGetCurrentlyRecordingList(), Scheduler::SchedNewRetryPass(), SendMythSystemRecEvent(), TVRec::SetLiveRecording(), RecorderBase::SetRecordingStatus(), PlaybackBox::ShowActionPopup(), ViewScheduleDiff::showStatus(), Scheduler::SlaveConnected(), Scheduler::SlaveDisconnected(), TVRec::StartRecording(), ToMap(), Scheduler::TryAnotherShowing(), TVRec::TuningShutdowns(), ProgramRecPriority::updateInfo(), ProgramRecPriority::UpdateList(), Scheduler::UpdateNextRecord(), Scheduler::UpdateRecStatus(), IdleScreen::UpdateScreen(), and ViewScheduleDiff::updateUIList().
|
inline |
Definition at line 443 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), Scheduler::AddRecording(), ScheduledRecording::BuildCheckRequest(), Scheduler::BuildListMaps(), Scheduler::ChangeRecordingEnd(), comp_overlap(), comp_priority(), comp_redundant(), comp_retry(), LookerUpper::CopyRuleInetrefsToRecordings(), ProgramRecPriority::deactivate(), GuideGrid::deleteRule(), ProgramRecPriority::edit(), ProgramRecPriority::FillList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuessLookupType(), Scheduler::HandleRecordingStatusChange(), RecordingRule::LoadByProgram(), CustomEdit::loadData(), ViewScheduled::LoadList(), ProgDetails::loadPage(), ScheduleCommon::MakeOverride(), Scheduler::MarkOtherShowings(), TitleSort::operator()(), ProgramRecPrioritySort::operator()(), ProgramRecTypeSort::operator()(), ProgDetails::PowerPriorities(), Scheduler::PruneOverlaps(), Scheduler::PruneRedundants(), ScheduleCommon::QuickRecord(), ProgramRecPriority::remove(), ProgramRecPriority::RemoveItemFromList(), ProgramRecPriority::saveRecPriority(), Scheduler::SchedNewFirstPass(), ProgramRecPriority::scheduleChanged(), ScheduleEditor::ScheduleEditor(), ProgLister::ShowDeleteRuleMenu(), ProgLister::ShowMenu(), ScheduleCommon::ShowPrevious(), GuideGrid::ShowRecordingMenu(), ScheduleCommon::ShowUpcoming(), ScheduleCommon::ShowUpcomingScheduled(), TVRec::StartRecording(), Scheduler::TryAnotherShowing(), ProgramRecPriority::updateInfo(), ProgramRecPriority::UpdateList(), Scheduler::UpdateNextRecord(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 444 of file programinfo.h.
Referenced by ScheduledRecording::BuildCheckRequest(), Scheduler::HandleRecordingStatusChange(), Scheduler::MarkOtherShowings(), and Scheduler::UpdateNextRecord().
|
inline |
Definition at line 445 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), Scheduler::ChangeRecordingEnd(), comp_overlap(), comp_priority(), comp_retry(), ScheduleCommon::customEvent(), ViewScheduled::deleteRule(), GuideGrid::deleteRule(), StatusBox::doScheduleStatus(), ScheduleCommon::EditRecording(), FillProgramInfo(), HttpStatus::FillProgramInfo(), GuideUpdateProgramRow::fillProgramRowInfosWith(), Scheduler::HandleRecordingStatusChange(), IsDuplicateProgram(), ScheduleCommon::IsFindApplicable(), ProgDetails::loadPage(), Scheduler::MarkOtherShowings(), Scheduler::MarkShowingsList(), ProgramRecPriority::newTemplate(), TVRec::NotifySchedulerOfRecording(), Scheduler::PrintRec(), ProgramRecPriority::remove(), ProgLister::ShowDeleteRuleMenu(), ViewScheduleDiff::showStatus(), TVRec::StartRecording(), ToMap(), Scheduler::TryAnotherShowing(), ProgramRecPriority::updateInfo(), ProgramRecPriority::UpdateList(), Scheduler::UpdateNextRecord(), and Scheduler::UpdateRecStatus().
|
inline |
Where should we check for duplicates?
Definition at line 449 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), FillProgramInfo(), and HttpStatus::FillProgramInfo().
|
inline |
What should be compared to determine if two programs are the same?
Definition at line 453 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), ScheduleCommon::EditRecording(), FillProgramInfo(), and HttpStatus::FillProgramInfo().
|
inline |
Definition at line 456 of file programinfo.h.
Referenced by TV::CommitQueuedInput(), StatusBox::doScheduleStatus(), HttpStatus::FillChannelInfo(), get_chanid(), Scheduler::HandleRecording(), and TVRec::StartRecording().
|
inline |
Definition at line 457 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), Scheduler::AddRecording(), Scheduler::AssignGroupInput(), Scheduler::BuildListMaps(), Scheduler::ChangeRecordingEnd(), comp_overlap(), comp_priority(), comp_retry(), StatusBox::doScheduleStatus(), HttpStatus::FillChannelInfo(), ViewScheduleDiff::fillList(), ViewScheduled::FillList(), FillProgramInfo(), HttpStatus::FillProgramInfo(), Scheduler::FillRecordingDir(), Scheduler::FindConflict(), Scheduler::FindNextConflict(), TVRec::FinishedRecording(), Scheduler::HandleRecording(), Scheduler::HandleWakeSlave(), Scheduler::IsBusyRecording(), ViewScheduled::LoadList(), Scheduler::PrintRec(), Scheduler::PutInactiveSlavesToSleep(), TVRec::RecordPending(), Scheduler::SchedLiveTV(), Scheduler::SchedNewRetryPass(), SendMythSystemRecEvent(), TVRec::SetLiveRecording(), RecorderBase::SetRecordingStatus(), Scheduler::SlaveConnected(), Scheduler::SlaveDisconnected(), Scheduler::TryAnotherShowing(), TVRec::TuningNewRecorder(), TVRec::TuningSignalCheck(), Scheduler::UpdateRecStatus(), and ViewScheduleDiff::updateUIList().
|
inline |
Definition at line 458 of file programinfo.h.
Referenced by FillProgramInfo(), RecordingInfo::InsertProgram(), ProgDetails::loadPage(), and RecordingInfo::SubstituteMatches().
|
inline |
Definition at line 459 of file programinfo.h.
Referenced by Scheduler::PrintRec(), and ToMap().
|
inline |
Definition at line 462 of file programinfo.h.
Referenced by Scheduler::PruneRedundants().
|
inline |
Definition at line 464 of file programinfo.h.
Referenced by RecordingRule::AssignProgramInfo(), ScheduledRecording::BuildCheckRequest(), comp_overlap(), ScheduleCommon::EditRecording(), ProgDetails::loadPage(), and Scheduler::MarkOtherShowings().
|
inline |
Definition at line 466 of file programinfo.h.
Referenced by PlaybackBox::extract_commflag_state(), FillProgramInfo(), HttpStatus::FillProgramInfo(), LookupFromProgramInfo(), PlaybackBox::SetItemIcons(), and PlaybackBox::updateIcons().
|
inline |
Definition at line 467 of file programinfo.h.
Referenced by ToMap().
|
inline |
Definition at line 469 of file programinfo.h.
Referenced by PreviewGeneratorQueue::GeneratePreviewImage().
bool ProgramInfo::IsGeneric | ( | void | ) | const |
Definition at line 2085 of file programinfo.cpp.
Referenced by RecordingInfo::AddHistory(), and ScheduleCommon::EditRecording().
|
inline |
Definition at line 471 of file programinfo.h.
Referenced by PlaybackBox::SetItemIcons().
|
inline |
Definition at line 472 of file programinfo.h.
Referenced by HttpStatus::FillChannelInfo(), init_jobs(), JobQueue::QueueRecordingJobs(), and TVRec::StartedRecording().
|
inline |
Definition at line 473 of file programinfo.h.
Referenced by JobQueue::DoTranscodeThread(), RecordingSelector::OKPressed(), PlaybackBox::SetItemIcons(), RecordingSelector::titleChanged(), and RecordingSelector::updateRecordingList().
|
inline |
Definition at line 474 of file programinfo.h.
Referenced by PlaybackBox::createPlayFromMenu(), PlaybackBox::SetItemIcons(), and PlaybackBox::ShowActionPopup().
|
inline |
Definition at line 475 of file programinfo.h.
Referenced by MainServer::customEvent(), AutoExpire::ExpireEpisodesOverMax(), PlaybackBox::SetItemIcons(), PlaybackBox::ShowActionPopup(), PlaybackBox::toggleWatched(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 476 of file programinfo.h.
Referenced by PlaybackBox::createStorageMenu(), PlaybackBox::doPlaylistExpireSetting(), PlaybackBox::SetItemIcons(), PlaybackBox::toggleAutoExpire(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 477 of file programinfo.h.
Referenced by PlaybackBox::createStorageMenu(), PlaybackBox::SetItemIcons(), and PlaybackBox::togglePreserveEpisode().
|
inline |
Definition at line 478 of file programinfo.h.
Referenced by ClearBookmarks(), ClearMarkupMap(), ClearPositionMap(), ClearSeekTable(), getCutFrames(), GetPlaybackURL(), internal_play_media(), MythPlayer::IsNearEnd(), QueryKeyFrameInfo(), QueryMarkup(), QueryMarkupMap(), QueryPositionMap(), SaveMarkup(), SaveMarkupMap(), SavePositionMap(), SavePositionMapDelta(), TV::ShowOSDStopWatchingRecording(), and ToMap().
|
inline |
Definition at line 479 of file programinfo.h.
Referenced by ClearMarkupMap(), ClearPositionMap(), TV::HandleStateChange(), MarkAsInUse(), TV::Playback(), TV::ProcessNetworkControlCommand(), QueryIsDeleteCandidate(), QueryIsInUse(), QueryKeyFrameInfo(), QueryMarkup(), QueryMarkupMap(), QueryPositionMap(), SaveAspect(), SaveBookmark(), SaveCutList(), SaveFrameRate(), SaveMarkup(), SaveMarkupMap(), SavePositionMap(), SavePositionMapDelta(), SaveResolution(), SaveTotalDuration(), SaveTotalFrames(), SaveWatched(), PlayerContext::SetInitialTVState(), MythPlayer::SetWatched(), TV::ShowOSDPromptDeleteRecording(), TV::StartTV(), and UpdateInUseMark().
|
inline |
Definition at line 480 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), FillProgramInfo(), HttpStatus::FillProgramInfo(), RecordingInfo::InsertProgram(), ProgDetails::loadPage(), and ToMap().
|
inline |
Definition at line 481 of file programinfo.h.
Referenced by ProgLister::customEvent(), PrevRecordedList::ShowItemMenu(), ProgLister::ShowOldRecordedMenu(), and ToMap().
|
inline |
Definition at line 482 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), comp_priority(), comp_retry(), and RecordingInfo::SubstituteMatches().
|
inline |
Definition at line 483 of file programinfo.h.
Referenced by Dvr::GetRecordedList(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 486 of file programinfo.h.
Referenced by FillProgramInfo(), PlaybackBox::ItemLoaded(), LookupFromProgramInfo(), ToMap(), ToStringList(), and PlaybackBox::updateIcons().
|
inline |
Definition at line 488 of file programinfo.h.
Referenced by StatusBox::doScheduleStatus(), extract_main_state(), FillProgramInfo(), PlaybackBox::ItemLoaded(), LookupFromProgramInfo(), SaveVideoProperties(), ToMap(), ToStringList(), and PlaybackBox::updateIcons().
|
inline |
Definition at line 490 of file programinfo.h.
Referenced by FillProgramInfo(), PlaybackBox::ItemLoaded(), LookupFromProgramInfo(), ToMap(), ToStringList(), and PlaybackBox::updateIcons().
QString ProgramInfo::toString | ( | Verbosity | v = kLongDescription , |
QString | sep = ":" , |
||
QString | grp = "\"" |
||
) | const |
Definition at line 2094 of file programinfo.cpp.
Referenced by PlaybackBox::deleteSelected(), StatusBox::doAutoExpireList(), JobQueue::DoFlagCommercialsThread(), LiveTVChain::DoGetNextProgram(), MainServer::DoHandleDeleteRecording(), JobQueue::DoMetadataLookupThread(), JobQueue::DoTranscodeThread(), JobQueue::DoUserJobThread(), ScheduleCommon::EditRecording(), AutoExpire::ExpireRecordings(), extract_subtitle(), PreviewGeneratorQueue::GeneratePreviewImage(), TVRec::GetProgramRingBufferForLiveTV(), MainServer::HandleGenPreviewPixmap(), TV::HandleJumpToProgramAction(), MainServer::HandleQueryRecordings(), Scheduler::HandleRecording(), RecordingInfo::InsertProgram(), ProgDetails::loadPage(), TV::PrepToSwitchToRecordedProgram(), AutoExpire::PrintExpireList(), Scheduler::PrintRec(), SetAvailableStatus(), PlaybackBox::ShowAvailabilityPopup(), ProgLister::ShowOldRecordedMenu(), ViewScheduleDiff::showStatus(), TVRec::StartRecording(), SubstituteMatches(), ToMap(), TuningRequest::toString(), Scheduler::UpdateRecStatus(), and PlaybackBox::UpdateUIListItem().
void ProgramInfo::SetTitle | ( | const QString & | t, |
const QString & | st = nullptr |
||
) |
Definition at line 1397 of file programinfo.cpp.
Referenced by MythBDPlayer::EventStart(), MythDVDPlayer::EventStart(), PrevRecordedList::LoadDates(), ProgramRecPriority::scheduleChanged(), and PlaybackBox::UpdateUILists().
void ProgramInfo::SetSubtitle | ( | const QString & | st, |
const QString & | sst = nullptr |
||
) |
Definition at line 1404 of file programinfo.cpp.
Referenced by ProgramRecPriority::scheduleChanged().
|
inline |
Definition at line 506 of file programinfo.h.
Referenced by internal_play_media().
void ProgramInfo::SetPathname | ( | const QString & | pn | ) | const |
Definition at line 2610 of file programinfo.cpp.
Referenced by EncoderLink::CheckFile(), PlaybackSock::CheckFile(), PlaybackBox::customEvent(), JobQueue::DoFlagCommercialsThread(), LiveTVChain::EntryToProgram(), AutoExpire::ExpireRecordings(), Scheduler::FillRecordingDir(), Content::GetPreviewImage(), getProgramInfoForFile(), TVRec::GetProgramRingBufferForLiveTV(), MainServer::HandleGenPreviewPixmap(), MainServer::HandlePixmapLastModified(), MainServer::HandleQueryRecordings(), Scheduler::HandleRecording(), LoadProgramFromRecorded(), preview_helper(), JobQueue::ProcessJob(), PlaybackBox::processNetworkControlCommand(), ProgramInfo(), RebuildSeekTable(), RemoteCheckFile(), SaveBasename(), and MainServer::TruncateAndClose().
|
inline |
Definition at line 509 of file programinfo.h.
Referenced by TVRec::GetProgramRingBufferForLiveTV(), and UPnpCDSTv::LoadRecordings().
|
inline |
Definition at line 510 of file programinfo.h.
Referenced by RecordingInfo::ApplyNeverRecord().
|
inline |
Definition at line 511 of file programinfo.h.
Referenced by RecordingInfo::ApplyNeverRecord(), GuideUpdateProgramRow::fillProgramRowInfosWith(), TVRec::GetProgramRingBufferForLiveTV(), and RecordingInfo::RecordingInfo().
|
inline |
Definition at line 512 of file programinfo.h.
Referenced by TVRec::GetProgramRingBufferForLiveTV(), Scheduler::HandleRecording(), PrevRecordedList::LoadDates(), UPnpCDSTv::LoadRecordings(), Scheduler::SchedLiveTV(), PlaybackSock::StartRecording(), and TVRec::StartRecording().
|
inline |
Definition at line 513 of file programinfo.h.
Referenced by Scheduler::ChangeRecordingEnd(), TVRec::FinishedRecording(), TVRec::GetProgramRingBufferForLiveTV(), RecordingInfo::RecordingInfo(), Scheduler::SchedLiveTV(), TVRec::StartRecording(), and Scheduler::UpdateRecStatus().
|
inline |
Definition at line 514 of file programinfo.h.
Referenced by TVRec::CheckForRecGroupChange(), TVRec::FinishedRecording(), TVRec::GetProgramRingBufferForLiveTV(), and TVRec::SetLiveRecording().
|
inline |
Definition at line 515 of file programinfo.h.
|
inline |
Definition at line 516 of file programinfo.h.
Referenced by AutoExpire::ExpireRecordings().
|
inline |
Definition at line 517 of file programinfo.h.
Referenced by TVRec::GetProgramRingBufferForLiveTV().
|
virtual |
Reimplemented in RecordingInfo.
Definition at line 6354 of file programinfo.cpp.
Referenced by PlaybackBox::customEvent(), MainServer::HandleQueryRecordings(), SaveFilesize(), and RecordingInfo::SetFilesize().
|
inline |
TODO Move to RecordingInfo.
Definition at line 519 of file programinfo.h.
|
inline |
Definition at line 520 of file programinfo.h.
Referenced by PrevRecordedList::DeleteOldSeries(), and ProgLister::DeleteOldSeries().
|
inline |
Definition at line 521 of file programinfo.h.
Referenced by ProgramRecPriority::scheduleChanged().
|
inline |
Definition at line 522 of file programinfo.h.
|
inline |
Definition at line 523 of file programinfo.h.
Referenced by ProgramRecPriority::scheduleChanged().
|
inline |
Definition at line 524 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), Scheduler::PruneRedundants(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 525 of file programinfo.h.
Referenced by Scheduler::ChangeRecordingEnd(), ProgramRecPriority::scheduleChanged(), and TVRec::StartRecording().
|
inline |
Definition at line 526 of file programinfo.h.
Referenced by Scheduler::PruneRedundants().
|
inline |
Definition at line 527 of file programinfo.h.
Referenced by Scheduler::AssignGroupInput(), TVRec::GetProgramRingBufferForLiveTV(), TVRec::GetRecording(), MainServer::HandleRecorderQuery(), Scheduler::HandleRecording(), MainServer::HandleRemoteEncoder(), TVRec::NotifySchedulerOfRecording(), Scheduler::PruneRedundants(), MainServer::reconnectTimeout(), Scheduler::SchedLiveTV(), and TVRec::TuningRestartRecorder().
|
inline |
Definition at line 528 of file programinfo.h.
Referenced by RecordingInfo::AddHistory().
|
inline |
Definition at line 533 of file programinfo.h.
Referenced by PlaybackBox::doJobQueueJob(), DeleteMap::SetFileEditing(), and PlaybackBox::stopPlaylistJobQueueJob().
|
inline |
Definition at line 538 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 545 of file programinfo.h.
Referenced by MythPlayer::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 552 of file programinfo.h.
Referenced by MythPlayer::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 560 of file programinfo.h.
Referenced by MythPlayer::EventStart(), PreviewGenerator::LocalPreviewRun(), and TV::StartTV().
|
inlinevirtual |
Reimplemented in RecordingInfo.
Definition at line 565 of file programinfo.h.
Referenced by PlaybackSock::StartRecording(), and TVRec::StartRecording().
|
inline |
Definition at line 566 of file programinfo.h.
Referenced by Scheduler::AddNewRecords(), RecordingInfo::ApplyNeverRecord(), Scheduler::ChangeRecordingEnd(), PlaybackBox::customEvent(), MainServer::customEvent(), MainServer::DoHandleStopRecording(), TVRec::FinishedRecording(), TVRec::GetRecording(), Scheduler::HandleRecording(), Scheduler::HandleRecordingStatusChange(), Scheduler::MarkShowingsList(), TVRec::NotifySchedulerOfRecording(), Scheduler::PruneRedundants(), Scheduler::RestoreRecStatus(), TVRec::RingBufferChanged(), TVRec::run(), Scheduler::SchedLiveTV(), Scheduler::SchedNewFirstPass(), Scheduler::SchedNewRetryPass(), RecorderBase::SetRecordingStatus(), Scheduler::SlaveConnected(), Scheduler::SlaveDisconnected(), TVRec::SwitchRecordingRingBuffer(), TVRec::TeardownRecorder(), Scheduler::TryAnotherShowing(), TVRec::TuningFrequency(), TVRec::TuningNewRecorder(), TVRec::TuningSignalCheck(), and Scheduler::UpdateRecStatus().
|
inline |
Definition at line 567 of file programinfo.h.
Referenced by Scheduler::ChangeRecordingEnd(), TVRec::NotifySchedulerOfRecording(), ProgramRecPriority::scheduleChanged(), and TVRec::StartRecording().
|
inline |
Definition at line 568 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 2680 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 2816 of file programinfo.cpp.
Referenced by Scheduler::AddRecording(), Scheduler::SchedLiveTV(), Scheduler::SlaveConnected(), and 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 2894 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 2921 of file programinfo.cpp.
Referenced by Dvr::GetSavedBookmark(), MainServer::HandleBookmarkQuery(), internal_play_media(), 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 2948 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 2965 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 3122 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 2981 of file programinfo.cpp.
Referenced by MythDVDPlayer::GetBookmark(), and internal_play_media().
QStringList ProgramInfo::QueryBDBookmark | ( | const QString & | serialid | ) | const |
Queries "bdbookmark" table for bookmarking BD serial number.
Definition at line 3058 of file programinfo.cpp.
Referenced by MythBDPlayer::GetBookmark(), and internal_play_media().
bool ProgramInfo::QueryIsEditing | ( | void | ) | const |
Queries "recorded" table for its "editing" field and returns true if it is set to true.
Definition at line 3197 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 3276 of file programinfo.cpp.
Referenced by PlaybackBox::deleteSelected(), 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 3338 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 3355 of file programinfo.cpp.
Referenced by StatusBox::customEvent(), PlaybackBox::deleteSelected(), TV::IsDeleteAllowed(), PlaybackBox::PlaylistDelete(), PlaybackBox::RemoveProgram(), and TV::ShowOSDPromptDeleteRecording().
AutoExpireType ProgramInfo::QueryAutoExpire | ( | void | ) | const |
Returns "autoexpire" field from "recorded" table.
Definition at line 3542 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 3388 of file programinfo.cpp.
Referenced by MythPlayer::SetWatched().
bool ProgramInfo::QueryTuningInfo | ( | QString & | channum, |
QString & | input | ||
) | const |
Returns the channel and input needed to record the program.
Definition at line 5326 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 4531 of file programinfo.cpp.
Referenced by doUpgradeTVDatabaseSchema(), and 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 4522 of file programinfo.cpp.
Referenced by doUpgradeTVDatabaseSchema(), 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 4540 of file programinfo.cpp.
Referenced by doUpgradeTVDatabaseSchema(), and RecorderBase::FinishRecording().
MarkTypes ProgramInfo::QueryAverageAspectRatio | ( | void | ) | const |
Definition at line 4545 of file programinfo.cpp.
Referenced by doUpgradeTVDatabaseSchema(), TVRec::FinishedRecording(), and RecorderBase::FinishRecording().
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 4595 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 4615 of file programinfo.cpp.
QString ProgramInfo::QueryRecordingGroup | ( | void | ) | const |
Query recgroup from recorded.
Definition at line 5040 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 3840 of file programinfo.cpp.
Referenced by Transcode::TranscodeFile().
uint ProgramInfo::QueryTranscoderID | ( | void | ) | const |
Definition at line 5056 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 2065 of file programinfo.cpp.
Referenced by GetMarkupList().
bool ProgramInfo::Reload | ( | void | ) |
Definition at line 2131 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 6364 of file programinfo.cpp.
Referenced by CompleteJob(), JobQueue::DoTranscodeThread(), MainServer::HandleQueryRecordings(), 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 2841 of file programinfo.cpp.
Referenced by PlaybackBox::ClearBookmark(), CompleteJob(), MainServer::HandleSetBookmark(), MythPlayer::SetBookmark(), and Dvr::SetSavedBookmark().
void ProgramInfo::SaveDVDBookmark | ( | const QStringList & | fields | ) | const |
Definition at line 3014 of file programinfo.cpp.
Referenced by MythDVDPlayer::SetBookmark().
void ProgramInfo::SaveBDBookmark | ( | const QStringList & | fields | ) | const |
Definition at line 3076 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 3223 of file programinfo.cpp.
Referenced by MythPlayer::DisableEdit(), MythPlayer::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 3408 of file programinfo.cpp.
Referenced by JobQueue::DoTranscodeThread().
void ProgramInfo::SaveWatched | ( | bool | watchedFlag | ) |
Set "watched" field in recorded/videometadata to "watchedFlag".
Definition at line 3145 of file programinfo.cpp.
Referenced by PlaybackBox::doPlaylistWatchedSetting(), MythPlayer::SetWatched(), PlaybackBox::toggleWatched(), 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 3248 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 3431 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 3484 of file programinfo.cpp.
Referenced by TVRec::CreateLiveTVRingBuffer(), StatusBox::customEvent(), MainServer::DoHandleDeleteRecording(), MainServer::DoHandleUndeleteRecording(), PlaybackBox::doPlaylistExpireSetting(), TV::QuickRecord(), PlaybackBox::setRecGroup(), TVRec::SwitchLiveTVRingBuffer(), PlaybackBox::toggleAutoExpire(), 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 3457 of file programinfo.cpp.
Referenced by PlaybackBox::togglePreserveEpisode().
bool ProgramInfo::SaveBasename | ( | const QString & | basename | ) |
Sets a recording's basename in the database.
Definition at line 2640 of file programinfo.cpp.
Referenced by CompleteJob().
Store aspect ratio of a frame in the recordedmark table.
Definition at line 4329 of file programinfo.cpp.
Referenced by RecorderBase::AspectChange().
Store the Resolution at frame in the recordedmarkup table.
Definition at line 4448 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 4359 of file programinfo.cpp.
Referenced by RecorderBase::FrameRateChange().
void ProgramInfo::SaveTotalDuration | ( | int64_t | duration | ) |
Store the Total Duration at frame 0 in the recordedmarkup table.
Definition at line 4382 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 4414 of file programinfo.cpp.
Referenced by DecoderBase::SaveTotalFrames(), and RecorderBase::SetTotalFrames().
Definition at line 4889 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 3850 of file programinfo.cpp.
Referenced by DoFlagCommercials(), and DeleteMap::SaveMap().
|
inline |
Definition at line 622 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 3510 of file programinfo.cpp.
Referenced by MainServer::DoHandleUndeleteRecording(), PlaybackBox::RemoveProgram(), SaveAutoExpire(), SavePreserve(), and SaveWatched().
void ProgramInfo::MarkAsInUse | ( | bool | inuse, |
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 5132 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::SwitchRecordingRingBuffer(), TVRec::TeardownRecorder(), MainServer::TruncateAndClose(), TVRec::TuningNewRecorder(), TVRec::TuningRestartRecorder(), TVRec::TuningShutdowns(), UpdateInUseMark(), and FileTransfer::~FileTransfer().
Definition at line 4940 of file programinfo.cpp.
Referenced by MythPlayer::EventLoop(), FileTransfer::GetFileSize(), MythPlayer::GetRawVideoFrame(), FileTransfer::Pause(), FileTransfer::RequestBlock(), MythCCExtractorPlayer::run(), TVRec::run(), FileTransfer::Seek(), FileTransfer::SetTimeout(), FileTransfer::Stop(), MythPlayer::TranscodeGetNextFrame(), MainServer::TruncateAndClose(), FileTransfer::Unpause(), and FileTransfer::WriteBlock().
Definition at line 4957 of file programinfo.cpp.
Referenced by LookerUpper::customEvent(), and PlaybackBox::saveRecMetadata().
void ProgramInfo::SaveInetRef | ( | const QString & | inet | ) |
Definition at line 4981 of file programinfo.cpp.
Referenced by LookerUpper::CopyRuleInetrefsToRecordings(), LookerUpper::customEvent(), and PlaybackBox::saveRecMetadata().
QString ProgramInfo::DiscoverRecordingDirectory | ( | void | ) | const |
Definition at line 5076 of file programinfo.cpp.
Referenced by Scheduler::FillRecordingDir(), and MarkAsInUse().
QString ProgramInfo::GetPlaybackURL | ( | bool | checkMaster = false , |
bool | forceCheckLocal = false |
||
) | const |
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 2718 of file programinfo.cpp.
Referenced by CheckRecordings(), CompleteJob(), commDetector2::debugDirectory(), DiscoverRecordingDirectory(), JobQueue::DoFlagCommercialsThread(), JobQueue::DoTranscodeThread(), get_filename(), GetPlaybackURL(), getProgramInfoForFile(), TV::HandleStateChange(), internal_play_media(), IsFileReadable(), MythPlayer::JumpToProgram(), main(), MarkAsInUse(), RecordingSelector::OKPressed(), preview_helper(), JobQueue::ProcessJob(), PlaybackBox::processNetworkControlCommand(), RunCCExtract(), SubstituteMatches(), TV::SwitchInputs(), MythPlayer::SwitchToProgram(), and RecordingSelector::updateSelectedList().
ProgramInfoType ProgramInfo::DiscoverProgramInfoType | ( | void | ) | const |
Definition at line 2618 of file programinfo.cpp.
Referenced by internal_play_media().
bool ProgramInfo::QueryCutList | ( | frm_dir_map_t & | delMap, |
bool | loadAutosave = false |
||
) | const |
Definition at line 3558 of file programinfo.cpp.
Referenced by FillCutList(), getCutFrames(), GetMarkupList(), 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 3590 of file programinfo.cpp.
Referenced by CopySkipListToCutList(), DeleteMap::SaveMap(), SetCutList(), and SetMarkupList().
void ProgramInfo::QueryCommBreakList | ( | frm_dir_map_t & | frames | ) | const |
Definition at line 3644 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 3637 of file programinfo.cpp.
Referenced by ClearSkipList(), DoFlagCommercials(), and SetMarkupList().
void ProgramInfo::QueryPositionMap | ( | frm_pos_map_t & | posMap, |
MarkTypes | type | ||
) | const |
Definition at line 3858 of file programinfo.cpp.
Referenced by CheckRecordings(), FillSeek(), getFrameCount(), DecoderBase::PosMapFromDb(), and QueryLastFrameInPosMap().
void ProgramInfo::ClearPositionMap | ( | MarkTypes | type | ) | const |
Definition at line 3904 of file programinfo.cpp.
Referenced by ClearSeekTable(), MpegRecorder::Reset(), DTVRecorder::Reset(), NuppelVideoRecorder::Reset(), Transcode::TranscodeFile(), and UpdatePositionMap().
void ProgramInfo::SavePositionMap | ( | frm_pos_map_t & | posMap, |
MarkTypes | type, | ||
int64_t | min_frm = -1 , |
||
int64_t | max_frm = -1 |
||
) | const |
Definition at line 3942 of file programinfo.cpp.
Referenced by UpdatePositionMap().
void ProgramInfo::SavePositionMapDelta | ( | frm_pos_map_t & | posMap, |
MarkTypes | type | ||
) | const |
Definition at line 4088 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 4210 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 4298 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 4289 of file programinfo.cpp.
Referenced by Dvr::SetSavedBookmark().
bool ProgramInfo::QueryKeyFrameDuration | ( | uint64_t * | duration, |
uint64_t | keyframe, | ||
bool | backwards | ||
) | const |
Definition at line 4316 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 4307 of file programinfo.cpp.
Referenced by Dvr::SetSavedBookmark().
void ProgramInfo::QueryMarkup | ( | QVector< MarkupEntry > & | mapMark, |
QVector< MarkupEntry > & | mapSeek | ||
) | const |
Definition at line 4621 of file programinfo.cpp.
Referenced by GetMarkup().
void ProgramInfo::SaveMarkup | ( | const QVector< MarkupEntry > & | mapMark, |
const QVector< MarkupEntry > & | mapSeek | ||
) | const |
Definition at line 4702 of file programinfo.cpp.
Referenced by SetMarkup().
void ProgramInfo::SendUpdateEvent | ( | void | ) |
Sends event out that the ProgramInfo should be reloaded.
Definition at line 2876 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 2881 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 2886 of file programinfo.cpp.
Referenced by MainServer::DoHandleDeleteRecording().
|
static |
Translations for play,recording, & storage groups +.
Translations for play,recording, & storage groups.
Definition at line 5438 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 1412 of file programinfo.cpp.
|
static |
Extracts chanid and recstartts from a unique key generated by MakeUniqueKey().
Definition at line 1421 of file programinfo.cpp.
Referenced by TV::customEvent(), and incomingCustomEvent().
|
static |
Definition at line 1432 of file programinfo.cpp.
Referenced by QueryKeyFromPathname().
|
static |
Definition at line 1454 of file programinfo.cpp.
Referenced by preview_helper(), and ProgramInfo().
|
static |
Definition at line 1477 of file programinfo.cpp.
Referenced by Dvr::RecordedIdForPathname().
|
static |
Definition at line 5023 of file programinfo.cpp.
|
static |
Definition at line 2932 of file programinfo.cpp.
|
static |
Definition at line 5502 of file programinfo.cpp.
Referenced by LookerUpper::CopyRuleInetrefsToRecordings(), Dvr::GetRecordedList(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordings(), and MainServer::HandleQueryRecordings().
|
static |
Definition at line 5538 of file programinfo.cpp.
Referenced by LookerUpper::CopyRuleInetrefsToRecordings(), Dvr::GetRecordedList(), LookerUpper::HandleAllArtwork(), LookerUpper::HandleAllRecordings(), and MainServer::HandleQueryRecordings().
|
static |
Definition at line 5566 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 3759 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_frm = -1 , |
||
int64_t | max_frm = -1 |
||
) | const |
Definition at line 3691 of file programinfo.cpp.
Referenced by SaveBookmark(), SaveCommBreakList(), SaveCutList(), SaveMarkupFlag(), and RecorderBase::TryWriteProgStartMark().
void ProgramInfo::ClearMarkupMap | ( | MarkTypes | type = MARK_ALL , |
int64_t | min_frm = -1 , |
||
int64_t | max_frm = -1 |
||
) | const |
Definition at line 3650 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 2564 of file programinfo.cpp.
Referenced by RecordingInfo::StartedRecording().
|
protected |
Loads ProgramInfo for an existing recording.
Definition at line 2145 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 1637 of file programinfo.cpp.
|
staticprotected |
Definition at line 3776 of file programinfo.cpp.
|
staticprotected |
Definition at line 3807 of file programinfo.cpp.
|
staticprotected |
Definition at line 5429 of file programinfo.cpp.
Referenced by pginfo_init_statics().
void ProgramInfo::SetAvailableStatus | ( | AvailableStatusType | status, |
const QString & | where | ||
) |
Definition at line 2623 of file programinfo.cpp.
Referenced by PlaybackBox::customEvent(), PlaybackBox::PlaylistDelete(), PlaybackBox::RemoveProgram(), and PlaybackBox::UpdateUILists().
|
inline |
Definition at line 810 of file programinfo.h.
Referenced by PlaybackBox::customEvent(), PlaybackBox::deleteSelected(), extract_main_state(), PreviewGeneratorQueue::GeneratePreviewImage(), PlaybackBoxHelper::GetPreviewImage(), PlaybackBox::ItemVisible(), PlaybackBox::Play(), PlaybackBox::popupClosed(), PlaybackBox::RemoveProgram(), PlaybackBox::ShowActionPopup(), PlaybackBox::ShowAvailabilityPopup(), and PlaybackBox::ShowMenu().
|
friend |
Definition at line 44 of file programinfo.cpp.
|
protected |
Definition at line 737 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), RecordingInfo::ApplyRecordRecTitleChange(), TV::AskAllowRecording(), 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 738 of file programinfo.h.
Referenced by clear(), clone(), ensureSortFields(), ProgramInfo(), SetTitle(), and ToMap().
|
protected |
Definition at line 739 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(), ProgramRecPriority::updateInfo(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 740 of file programinfo.h.
Referenced by clear(), clone(), ensureSortFields(), ProgramInfo(), SetSubtitle(), and ToMap().
|
protected |
Definition at line 741 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 742 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadFromRecorded(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 743 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadFromRecorded(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 744 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadFromRecorded(), LoadProgramFromRecorded(), operator==(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 745 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 746 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), SubstituteMatches(), ProgramRecPriorityInfo::ToMap(), ToMap(), and ToStringList().
|
protected |
Definition at line 747 of file programinfo.h.
Referenced by clear(), clone(), operator==(), ProgramInfo(), and ToMap().
|
protected |
Definition at line 749 of file programinfo.h.
Referenced by ProgramRecPriority::changeRecPriority(), clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 751 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(), discover_program_info_type(), DiscoverProgramInfoType(), ExtractKey(), ExtractKeyFromPathname(), RecordingInfo::FinishedRecording(), RecordingInfo::ForgetHistory(), FromStringList(), GetFilesize(), RecordingInfo::InsertProgram(), IsSameChannel(), IsSameProgramWeakCheck(), IsSameRecording(), load_markup_datum(), LoadFromOldRecorded(), LoadFromRecorded(), LoadProgramFromProgram(), LoadProgramFromRecorded(), MakeUniqueKey(), MarkAsInUse(), operator==(), ProgramInfo(), QueryAutoExpire(), QueryAverageAspectRatio(), QueryAverageFrameRate(), QueryAverageHeight(), QueryAverageWidth(), QueryBookmark(), QueryBookmarkTimeStamp(), QueryCategoryType(), QueryIsEditing(), QueryIsInUse(), QueryJobsRunning(), QueryKeyFrameInfo(), QueryKeyFromPathname(), QueryMarkup(), QueryMarkupMap(), QueryMplexID(), QueryPositionMap(), RecordingInfo::QueryRecordedIdForKey(), 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(), SaveWatched(), SetPathname(), RecordingInfo::StartedRecording(), SubstituteMatches(), ToMap(), ToStringList(), and RecordingInfo::UpdateRecordingEnd().
|
protected |
Definition at line 752 of file programinfo.h.
Referenced by ChannelText(), clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ToMap(), ToStringList(), ProgramRecPriority::updateInfo(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 753 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), ChannelText(), clear(), clone(), RecordingInfo::DeleteHistory(), RecordingInfo::ForgetHistory(), FromStringList(), IsSameChannel(), LoadFromOldRecorded(), LoadFromRecorded(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::ReactivateRecording(), RecordingInfo::RecordingInfo(), ToMap(), ToStringList(), ProgramRecPriority::updateInfo(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 754 of file programinfo.h.
Referenced by ChannelText(), clear(), clone(), FromStringList(), LoadFromOldRecorded(), LoadFromRecorded(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ToMap(), toString(), ToStringList(), ProgramRecPriority::updateInfo(), and ProgramRecPriority::UpdateList().
|
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::ApplyRecordRecGroupChange(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), QueryRecordingGroup(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 758 of file programinfo.h.
Referenced by RecordingInfo::ApplyRecordPlayGroupChange(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), SubstituteMatches(), ToMap(), and ToStringList().
|
mutableprotected |
Definition at line 760 of file programinfo.h.
Referenced by clear(), ClearMarkupMap(), ClearPositionMap(), clone(), discover_program_info_type(), DiscoverProgramInfoType(), DiscoverRecordingDirectory(), ExtractKeyFromPathname(), FromStringList(), RecordingInfo::InsertProgram(), IsFileReadable(), LoadProgramFromRecorded(), MarkAsInUse(), operator==(), QueryKeyFrameInfo(), QueryKeyFromPathname(), QueryMarkup(), QueryMarkupMap(), QueryPositionMap(), QueryRecordedIdFromPathname(), SaveMarkup(), SaveMarkupMap(), SavePositionMap(), SavePositionMapDelta(), SaveWatched(), SetPathname(), RecordingInfo::StartedRecording(), and ToStringList().
|
protected |
Definition at line 762 of file programinfo.h.
Referenced by clear(), clone(), DiscoverRecordingDirectory(), FromStringList(), GetPlaybackURL(), RecordingInfo::InsertProgram(), LoadFromRecorded(), LoadProgramFromRecorded(), MarkAsInUse(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), RecordingInfo::StartedRecording(), SubstituteMatches(), and ToStringList().
|
protected |
Definition at line 763 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 765 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ToMap(), and ToStringList().
|
protected |
Definition at line 766 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 767 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 768 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), GetCategoryTypeString(), IsDuplicateProgram(), IsGeneric(), IsSameProgram(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 770 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), GetFilesize(), LoadProgramFromRecorded(), operator==(), SetFilesize(), ToMap(), and ToStringList().
|
protected |
Definition at line 772 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 773 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 774 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(), ExtractKey(), ExtractKeyFromPathname(), RecordingInfo::FinishedRecording(), RecordingInfo::ForgetHistory(), FromStringList(), GetFilesize(), GetSecondsInRecording(), RecordingInfo::InsertProgram(), IsSameRecording(), load_markup_datum(), LoadFromRecorded(), LoadProgramFromRecorded(), MakeUniqueKey(), MarkAsInUse(), operator==(), ProgramInfo(), QueryAutoExpire(), QueryAverageAspectRatio(), QueryAverageFrameRate(), QueryAverageHeight(), QueryAverageWidth(), QueryBookmark(), QueryBookmarkTimeStamp(), QueryIsEditing(), QueryIsInUse(), QueryJobsRunning(), QueryKeyFrameInfo(), QueryKeyFromPathname(), QueryMarkup(), QueryMarkupMap(), QueryPositionMap(), RecordingInfo::QueryRecordedIdForKey(), 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(), SaveWatched(), RecordingInfo::StartedRecording(), SubstituteMatches(), ToMap(), toString(), ToStringList(), UpdateLastDelete(), and RecordingInfo::UpdateRecordingEnd().
|
protected |
Definition at line 775 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 777 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 778 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 779 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 780 of file programinfo.h.
Referenced by clear(), clone(), LoadProgramFromRecorded(), MarkAsInUse(), operator==(), and UpdateInUseMark().
|
protected |
Definition at line 782 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ToMap(), and ToStringList().
|
protected |
Definition at line 784 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), clear(), clone(), RecordingInfo::DeleteHistory(), RecordingInfo::ForgetHistory(), FromStringList(), RecordingInfo::getRecordID(), RecordingInfo::InsertProgram(), IsDuplicateProgram(), LoadFromScheduler(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), SaveInetRef(), SaveSeasonEpisode(), ToStringList(), and UpdateLastDelete().
|
protected |
Definition at line 785 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 787 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), QueryTuningInfo(), RecordingInfo::RecordingInfo(), and ToStringList().
|
protected |
Definition at line 788 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), QueryTuningInfo(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 789 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 791 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 792 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), and SaveVideoProperties().
|
protected |
Definition at line 793 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 794 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 795 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), RecordingInfo::RecordingInfo(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 797 of file programinfo.h.
Referenced by clear(), clone(), ProgramRecPriority::deactivate(), ProgramRecPriority::FillList(), RecordingInfo::FinishedRecording(), FromStringList(), LoadFromRecorded(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), ProgramRecPriority::scheduleChanged(), RecordingInfo::SubstituteMatches(), ToMap(), ToStringList(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 798 of file programinfo.h.
Referenced by RecordingInfo::AddHistory(), RecordingInfo::ApplyRecordRecID(), clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), RecordingInfo::SubstituteMatches(), ToStringList(), ProgramRecPriority::updateInfo(), and ProgramRecPriority::UpdateList().
|
protected |
Definition at line 799 of file programinfo.h.
Referenced by clear(), clone(), RecordingInfo::ForgetHistory(), FromStringList(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), and ToStringList().
|
protected |
Definition at line 800 of file programinfo.h.
Referenced by clear(), clone(), RecordingInfo::ForgetHistory(), FromStringList(), IsDuplicateProgram(), IsSameProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), RecordingInfo::RecordingInfo(), and ToStringList().
|
protected |
Definition at line 802 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), RecordingInfo::LoadRecordingFile(), operator==(), ProgramInfo(), QueryBasename(), RecordingInfo::QueryRecordedIdForKey(), QueryRecordedIdFromPathname(), SaveBasename(), RecordingInfo::SaveFilesize(), SaveFilesize(), SendAddedEvent(), SendDeletedEvent(), SendUpdateEvent(), RecordingInfo::SetFilesize(), SubstituteMatches(), ToMap(), and ToStringList().
|
protected |
Definition at line 803 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), RecordingInfo::InsertProgram(), LoadProgramFromRecorded(), operator==(), ProgramInfo(), ToMap(), and ToStringList().
|
protected |
Definition at line 804 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), operator==(), and ToStringList().
|
protected |
Definition at line 807 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), and SetAvailableStatus().
int8_t ProgramInfo::spread |
Definition at line 812 of file programinfo.h.
Referenced by clear(), clone(), GuideGrid::cursorRight(), GuideUpdateProgramRow::fillProgramRowInfosWith(), FromStringList(), and LoadProgramFromRecorded().
int8_t ProgramInfo::startCol |
Definition at line 813 of file programinfo.h.
Referenced by clear(), clone(), GuideGrid::cursorLeft(), GuideGrid::cursorRight(), GuideUpdateProgramRow::fillProgramRowInfosWith(), FromStringList(), and LoadProgramFromRecorded().
|
static |
Definition at line 815 of file programinfo.h.
Referenced by LoadFromRecorded(), and LoadProgramFromRecorded().
|
protected |
Definition at line 818 of file programinfo.h.
Referenced by clear(), clone(), FromStringList(), LoadProgramFromRecorded(), MarkAsInUse(), QueryInUseMap(), and UpdateInUseMark().
|
protected |
Definition at line 819 of file programinfo.h.
Referenced by clear(), ClearPositionMap(), clone(), FromStringList(), LoadProgramFromRecorded(), QueryPositionMap(), SavePositionMap(), and SavePositionMapDelta().
|
staticprotected |
Definition at line 821 of file programinfo.h.
Referenced by InitStatics(), and RecordingInfo::RecordingInfo().
|
staticprotected |
Definition at line 822 of file programinfo.h.
Referenced by InitStatics(), RecordingInfo::SaveFilesize(), SaveFilesize(), SendAddedEvent(), SendDeletedEvent(), SendUpdateEvent(), and RecordingInfo::SetFilesize().
Definition at line 823 of file programinfo.h.
Referenced by CheckProgramIDAuthorities(), IsDuplicateProgram(), and IsSameProgram().