Skip to content

Commit

Permalink
OSD menu: Add Cast information.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoet committed Dec 28, 2024
1 parent 48f7ead commit 81bc4da
Show file tree
Hide file tree
Showing 10 changed files with 403 additions and 23 deletions.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/programinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ bool ProgramInfo::FromStringList(QStringList::const_iterator &it,
NEXT_STR(); m_chanName = ts; // 11
NEXT_STR(); m_pathname = ts; // 12
NEXT_STR(); m_fileSize = ts.toLongLong(); // 13

NEXT_STR(); m_startTs = DateTimeFromListItem(ts); // 14
NEXT_STR(); m_endTs = DateTimeFromListItem(ts); // 15
NEXT_STR(); m_findId = ts.toLongLong(); // 16
Expand Down
2 changes: 0 additions & 2 deletions mythtv/libs/libmythtv/mythtvmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,5 +355,3 @@ MythTVMenuNodeTuple::MythTVMenuNodeTuple(MenuTypeId Id, QString Path)
m_path(std::move(Path))
{
}


3 changes: 3 additions & 0 deletions mythtv/libs/libmythtv/tv_actions.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,7 @@
#define ACTION_BOTTOMLINEMOVE "BOTTOMLINEMOVE"
#define ACTION_BOTTOMLINESAVE "BOTTOMLINESAVE"

/* Cast */
#define ACTION_CAST "CAST"

#endif // TV_ACTIONS_H
Loading

0 comments on commit 81bc4da

Please sign in to comment.