vdr
2.4.1
|
#include <recording.h>
Public Member Functions | |
cRecording (cTimer *Timer, const cEvent *Event) | |
cRecording (const char *FileName) | |
virtual | ~cRecording () |
int | Id (void) const |
time_t | Start (void) const |
int | Priority (void) const |
int | Lifetime (void) const |
time_t | Deleted (void) const |
void | SetDeleted (void) |
virtual int | Compare (const cListObject &ListObject) const |
bool | IsInPath (const char *Path) const |
cString | Folder (void) const |
cString | BaseName (void) const |
const char * | Name (void) const |
const char * | FileName (void) const |
const char * | Title (char Delimiter=' ', bool NewIndicator=false, int Level=-1) const |
const cRecordingInfo * | Info (void) const |
const char * | PrefixFileName (char Prefix) |
int | HierarchyLevels (void) const |
void | ResetResume (void) const |
double | FramesPerSecond (void) const |
int | NumFrames (void) const |
int | LengthInSeconds (void) const |
int | FileSizeMB (void) const |
int | GetResume (void) const |
bool | IsNew (void) const |
bool | IsEdited (void) const |
bool | IsPesRecording (void) const |
bool | IsOnVideoDirectoryFileSystem (void) const |
bool | HasMarks (void) const |
bool | DeleteMarks (void) |
void | ReadInfo (void) |
bool | WriteInfo (const char *OtherFileName=NULL) |
void | SetStartTime (time_t Start) |
bool | ChangePriorityLifetime (int NewPriority, int NewLifetime) |
bool | ChangeName (const char *NewName) |
bool | Delete (void) |
bool | Remove (void) |
bool | Undelete (void) |
int | IsInUse (void) const |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Private Member Functions | |
cRecording (const cRecording &) | |
cRecording & | operator= (const cRecording &) |
char * | SortName (void) const |
void | ClearSortName (void) |
void | SetId (int Id) |
Static Private Member Functions | |
static char * | StripEpisodeName (char *s, bool Strip) |
Private Attributes | |
int | id |
int | resume |
char * | titleBuffer |
char * | sortBufferName |
char * | sortBufferTime |
char * | fileName |
char * | name |
int | fileSizeMB |
int | numFrames |
int | channel |
int | instanceId |
bool | isPesRecording |
int | isOnVideoDirectoryFileSystem |
double | framesPerSecond |
cRecordingInfo * | info |
time_t | start |
int | priority |
int | lifetime |
time_t | deleted |
Friends | |
class | cRecordings |
Definition at line 98 of file recording.h.
|
private |
Definition at line 762 of file recording.c.
References cTimer::Aux(), cTimer::Channel(), channel, DEFAULTFRAMESPERSECOND, deleted, cTimer::File(), fileName, fileSizeMB, FOLDERDELIMCHAR, framesPerSecond, info, InstanceId, instanceId, isempty(), isOnVideoDirectoryFileSystem, isPesRecording, cTimer::IsSingleEvent(), cTimer::Lifetime(), cRecordingInfo::lifetime, lifetime, name, cChannel::Name(), cChannel::Number(), numFrames, cTimer::Priority(), cRecordingInfo::priority, priority, resume, RESUME_NOT_INITIALIZED, cRecordingInfo::SetAux(), cTimer::SetFile(), Setup, cEvent::ShortText(), sortBufferName, sortBufferTime, cString::sprintf(), start, cTimer::StartTime(), strreplace(), TIMERMACRO_EPISODE, TIMERMACRO_TITLE, cEvent::Title(), Title(), titleBuffer, and cSetup::UseSubtitle.
cRecording::cRecording | ( | const char * | FileName | ) |
Definition at line 818 of file recording.c.
References channel, DATAFORMATPES, DATAFORMATTS, DEFAULTFRAMESPERSECOND, deleted, esyslog, ExchangeChars(), fileName, FileName(), fileSizeMB, cRecordingInfo::framesPerSecond, framesPerSecond, GetResume(), info, INFOFILESUFFIX, instanceId, isempty(), isOnVideoDirectoryFileSystem, isPesRecording, cRecordingInfo::lifetime, lifetime, LOG_ERROR_STR, MALLOC, MAXLIFETIME, MAXPRIORITY, cVideoDirectory::Name(), name, numFrames, cRecordingInfo::ownEvent, cRecordingInfo::priority, priority, cRecordingInfo::Read(), cReadLine::Read(), resume, RESUME_NOT_INITIALIZED, cRecordingInfo::SetData(), cEvent::SetTitle(), sortBufferName, sortBufferTime, cString::sprintf(), start, SUMMARYFILESUFFIX, cRecordingInfo::Title(), and titleBuffer.
|
virtual |
Definition at line 943 of file recording.c.
References fileName, info, name, sortBufferName, sortBufferTime, and titleBuffer.
cString cRecording::BaseName | ( | void | ) | const |
Returns the base name of this recording (without the video directory and folder).
For use in menus etc.
Definition at line 1051 of file recording.c.
References FOLDERDELIMCHAR, and name.
Referenced by cMenuRecordingEdit::cMenuRecordingEdit().
bool cRecording::ChangeName | ( | const char * | NewName | ) |
Changes the name of this recording to the given value.
NewName is in the same format as the one returned by Name(), i.e. without the video directory and the actual '*.rec' part, and using FOLDERDELIMCHAR as the directory delimiter. If the new name is the same as the old one, nothing happens. Returns false in case of error.
Definition at line 1236 of file recording.c.
References ClearSortName(), dsyslog, esyslog, fileName, FileName(), isOnVideoDirectoryFileSystem, MakeDirs(), cVideoDirectory::MoveVideoFile(), name, and Name().
Referenced by cMenuRecordingEdit::ApplyChanges().
bool cRecording::ChangePriorityLifetime | ( | int | NewPriority, |
int | NewLifetime | ||
) |
Changes the priority and lifetime of this recording to the given values.
If the new values are the same as the old ones, nothing happens. Returns false in case of error.
Definition at line 1211 of file recording.c.
References dsyslog, fileName, FileName(), info, IsPesRecording(), cRecordingInfo::lifetime, lifetime, Lifetime(), Name(), cRecordingInfo::priority, priority, Priority(), cVideoDirectory::RenameVideoFile(), cRecordingInfo::SetFileName(), and WriteInfo().
Referenced by cMenuRecordingEdit::ApplyChanges().
|
private |
Definition at line 1006 of file recording.c.
References sortBufferName, and sortBufferTime.
Referenced by ChangeName().
|
virtual |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
Definition at line 1027 of file recording.c.
References cSetup::RecSortingDirection, rsdAscending, Setup, and SortName().
bool cRecording::Delete | ( | void | ) |
Changes the file name so that it will no longer be visible in the "Recordings" menu Returns false in case of error.
Definition at line 1263 of file recording.c.
References DELEXT, FileName(), cRecordingUserCommand::InvokeCommand(), isyslog, RECEXT, cVideoDirectory::RemoveVideoFile(), cVideoDirectory::RenameVideoFile(), and RUC_DELETERECORDING.
Referenced by cRecordingsHandlerEntry::Active(), AssertFreeDiskSpace(), and cMenuRecordings::Delete().
|
inline |
Definition at line 134 of file recording.h.
References deleted.
bool cRecording::DeleteMarks | ( | void | ) |
Deletes the editing marks from this recording (if any).
Returns true if the operation was successful. If there is no marks file for this recording, it also returns true.
Definition at line 1178 of file recording.c.
References cMarks::DeleteMarksFile().
const char * cRecording::FileName | ( | void | ) | const |
Returns the full path name to the recording directory, including the video directory and the actual '*.rec'.
For disk file access use.
Definition at line 1058 of file recording.c.
References channel, DirectoryNameMax, DirectoryPathMax, dsyslog, ExchangeChars(), fileName, instanceId, isPesRecording, lifetime, LimitNameLengths(), cVideoDirectory::Name(), name, Name(), NAMEFORMATPES, NAMEFORMATTS, priority, cString::sprintf(), and start.
Referenced by cMenuRecordingEdit::Action(), cRecordingsHandlerEntry::Active(), cMenuRecordingEdit::ApplyChanges(), ChangeName(), ChangePriorityLifetime(), cMenuRecording::cMenuRecording(), cMenuRecordingEdit::cMenuRecordingEdit(), cMenuRecordings::Commands(), cRecording(), cReplayControl::cReplayControl(), cRecordings::DelByName(), Delete(), cMenuRecordings::Delete(), cMenuRecordingEdit::Delete(), cMarks::DeleteMarksFile(), FileSizeMB(), GetResume(), IsInUse(), IsOnVideoDirectoryFileSystem(), cMarks::MarksFileName(), NumFrames(), cMenuRecordings::Play(), PrefixFileName(), RecordingInUseMessage(), Remove(), cMenuRecordings::Rewind(), cVideoDirectoryScannerThread::ScanVideoDir(), cMenuRecordingEdit::SetHelpKeys(), SortName(), Undelete(), and WriteInfo().
int cRecording::FileSizeMB | ( | void | ) | const |
Returns the total file size of this recording (in MB), or -1 if the file size is unknown.
Definition at line 1361 of file recording.c.
References DirSizeMB(), FileName(), fileSizeMB, cIndexFile::IndexFileName(), IsPesRecording(), LastModifiedTime(), and MININDEXAGE.
Referenced by cVideoDirectoryScannerThread::ScanVideoDir().
cString cRecording::Folder | ( | void | ) | const |
Returns the name of the folder this recording is stored in (without the video directory).
For use in menus etc.
Definition at line 1044 of file recording.c.
References FOLDERDELIMCHAR, and name.
Referenced by cMenuRecordingEdit::ApplyChanges(), and cMenuRecordingEdit::cMenuRecordingEdit().
|
inline |
Definition at line 157 of file recording.h.
References framesPerSecond.
Referenced by cCuttingThread::cCuttingThread(), cDvbPlayer::cDvbPlayer(), cReplayControl::cReplayControl(), CutRecording(), cCutter::EditedFileName(), and LengthInSeconds().
int cRecording::GetResume | ( | void | ) | const |
Returns the index of the frame where replay of this recording shall be resumed, or -1 in case of an error.
Definition at line 1018 of file recording.c.
References FileName(), isPesRecording, cResumeFile::Read(), resume, and RESUME_NOT_INITIALIZED.
Referenced by cRecording(), and IsNew().
bool cRecording::HasMarks | ( | void | ) | const |
Returns true if this recording has any editing marks.
Definition at line 1173 of file recording.c.
References cMarks::MarksFileName().
Referenced by cMenuRecordingEdit::SetHelpKeys().
int cRecording::HierarchyLevels | ( | void | ) | const |
Definition at line 1148 of file recording.c.
References FOLDERDELIMCHAR, and name.
Referenced by Title().
|
inline |
Definition at line 130 of file recording.h.
References id.
Referenced by cSVDRPServer::CmdLSTR(), and SetId().
|
inline |
Definition at line 153 of file recording.h.
References info.
Referenced by cMenuRecording::Display(), cSkinClassicDisplayMenu::SetRecording(), cSkinCursesDisplayMenu::SetRecording(), cSkinSTTNGDisplayMenu::SetRecording(), cSkinLCARSDisplayMenu::SetRecording(), and cSkinLCARSDisplayReplay::SetRecording().
bool cRecording::IsEdited | ( | void | ) | const |
Definition at line 1159 of file recording.c.
References FOLDERDELIMCHAR, and name.
Referenced by AssertFreeDiskSpace().
bool cRecording::IsInPath | ( | const char * | Path | ) | const |
Returns true if this recording is stored anywhere under the given Path.
If Path is NULL or an empty string, the entire video directory is checked.
Definition at line 1036 of file recording.c.
References FOLDERDELIMCHAR, isempty(), and name.
int cRecording::IsInUse | ( | void | ) | const |
Checks whether this recording is currently in use and therefore shall not be tampered with.
Returns 0 (ruNone) if the recording is not in use. The return value may consist of several or'd eRecordingUsage flags. If the caller is just interested in whether the recording is in use or not, the return value can be used like a boolean value. A recording may be in use for several reasons (like being recorded and replayed, as in time-shift).
Definition at line 1326 of file recording.c.
References FileName(), cRecordControls::GetRecordControl(), cRecordingsHandler::GetUsage(), cReplayControl::NowReplaying(), RecordingsHandler, ruNone, ruReplay, and ruTimer.
Referenced by cMenuRecordingEdit::Action(), cMenuRecordingItem::cMenuRecordingItem(), and cMenuRecordingEdit::Set().
|
inline |
bool cRecording::IsOnVideoDirectoryFileSystem | ( | void | ) | const |
Definition at line 1166 of file recording.c.
References FileName(), cVideoDirectory::IsOnVideoDirectoryFileSystem(), and isOnVideoDirectoryFileSystem.
Referenced by AssertFreeDiskSpace(), and cVideoDirectoryScannerThread::ScanVideoDir().
|
inline |
Definition at line 171 of file recording.h.
References isPesRecording.
Referenced by cCuttingThread::cCuttingThread(), cDvbPlayer::cDvbPlayer(), ChangePriorityLifetime(), cReplayControl::cReplayControl(), CutRecording(), cMenuRecordingEdit::Delete(), cCutter::EditedFileName(), FileSizeMB(), GenerateIndex(), cMarks::MarksFileName(), NumFrames(), cMenuRecordings::Rewind(), and cMenuRecordingEdit::SetHelpKeys().
int cRecording::LengthInSeconds | ( | void | ) | const |
Returns the length (in seconds) of this recording, or -1 in case of error.
Definition at line 1353 of file recording.c.
References FramesPerSecond(), and NumFrames().
Referenced by Title().
|
inline |
Definition at line 133 of file recording.h.
References lifetime.
Referenced by cMenuRecordingEdit::ApplyChanges(), AssertFreeDiskSpace(), ChangePriorityLifetime(), and cMenuRecordingEdit::cMenuRecordingEdit().
|
inline |
Returns the full name of the recording (without the video directory).
For use in menus etc.
Definition at line 146 of file recording.h.
References name.
Referenced by cMenuRecordingEdit::Action(), cMenuRecordingEdit::ApplyChanges(), ChangeName(), ChangePriorityLifetime(), cReplayControl::cReplayControl(), CutRecording(), FileName(), cMenuRecordingEdit::Folder(), GenerateIndex(), cVideoDirectoryScannerThread::ScanVideoDir(), cSkinClassicDisplayMenu::SetRecording(), cSkinCursesDisplayMenu::SetRecording(), cSkinSTTNGDisplayMenu::SetRecording(), and cSkinLCARSDisplayMenu::SetRecording().
int cRecording::NumFrames | ( | void | ) | const |
Returns the number of frames in this recording.
If the number of frames is unknown, -1 will be returned.
Definition at line 1342 of file recording.c.
References FileName(), cIndexFile::GetLength(), cIndexFile::IndexFileName(), IsPesRecording(), LastModifiedTime(), MININDEXAGE, and numFrames.
Referenced by LengthInSeconds(), and cVideoDirectoryScannerThread::ScanVideoDir().
|
private |
const char * cRecording::PrefixFileName | ( | char | Prefix | ) |
Definition at line 1137 of file recording.c.
References fileName, FileName(), and cVideoDirectory::PrefixVideoFileName().
Referenced by cCutter::EditedFileName().
|
inline |
Definition at line 132 of file recording.h.
References priority.
Referenced by cMenuRecordingEdit::ApplyChanges(), AssertFreeDiskSpace(), ChangePriorityLifetime(), and cMenuRecordingEdit::cMenuRecordingEdit().
void cRecording::ReadInfo | ( | void | ) |
Definition at line 1183 of file recording.c.
References cRecordingInfo::framesPerSecond, framesPerSecond, info, cRecordingInfo::lifetime, lifetime, cRecordingInfo::priority, priority, and cRecordingInfo::Read().
bool cRecording::Remove | ( | void | ) |
Actually removes the file from the disk Returns false in case of error.
Definition at line 1289 of file recording.c.
References DELEXT, endswith(), esyslog, FileName(), isyslog, and cVideoDirectory::RemoveVideoFile().
Referenced by AssertFreeDiskSpace().
void cRecording::ResetResume | ( | void | ) | const |
Definition at line 1337 of file recording.c.
References resume, and RESUME_NOT_INITIALIZED.
|
inline |
Definition at line 135 of file recording.h.
References deleted.
Referenced by cRecordings::DelByName(), and cVideoDirectoryScannerThread::ScanVideoDir().
|
private |
void cRecording::SetStartTime | ( | time_t | Start | ) |
Sets the start time of this recording to the given value.
If a filename has already been set for this recording, it will be deleted and a new one will be generated (using the new start time) at the next call to FileName(). Use this function with care - it does not check whether a recording with this new name already exists, and if there is one, results may be unexpected!
Definition at line 1204 of file recording.c.
References fileName, start, and Start().
Referenced by cCutter::EditedFileName().
|
private |
Definition at line 982 of file recording.c.
References cSetup::AlwaysSortFoldersFirst, FileName(), MALLOC, cVideoDirectory::Name(), cSetup::RecordingDirs, RecordingsSortMode, cSetup::RecSortingDirection, rsdAscending, rsmName, rsmTime, Setup, sortBufferName, sortBufferTime, start, StripEpisodeName(), and strreplace().
Referenced by Compare().
|
inline |
Definition at line 131 of file recording.h.
References start.
Referenced by AssertFreeDiskSpace(), cCutter::EditedFileName(), cSkinClassicDisplayMenu::SetRecording(), cSkinCursesDisplayMenu::SetRecording(), cSkinSTTNGDisplayMenu::SetRecording(), cSkinLCARSDisplayMenu::SetRecording(), cSkinLCARSDisplayReplay::SetRecording(), and SetStartTime().
|
staticprivate |
Definition at line 953 of file recording.c.
References cSetup::RecSortingDirection, rsdAscending, and Setup.
Referenced by SortName().
const char * cRecording::Title | ( | char | Delimiter = ' ' , |
bool | NewIndicator = false , |
||
int | Level = -1 |
||
) | const |
Definition at line 1076 of file recording.c.
References FOLDERDELIMCHAR, HierarchyLevels(), IsNew(), LengthInSeconds(), MALLOC, max(), name, cString::sprintf(), start, stripspace(), strn0cpy(), and titleBuffer.
Referenced by cSVDRPServer::CmdLSTR(), cMenuRecordingItem::cMenuRecordingItem(), cRecording(), and cSkinDisplayReplay::SetRecording().
bool cRecording::Undelete | ( | void | ) |
Changes the file name so that it will be visible in the "Recordings" menu again and not processed by cRemoveDeletedRecordingsThread.
Returns false in case of error
Definition at line 1300 of file recording.c.
References DELEXT, esyslog, FileName(), isyslog, RECEXT, and cVideoDirectory::RenameVideoFile().
bool cRecording::WriteInfo | ( | const char * | OtherFileName = NULL | ) |
Writes in info file of this recording.
If OtherFileName is given, the info file will be written under that recording file name instead of this recording's file name.
Definition at line 1191 of file recording.c.
References cSafeFile::Close(), FileName(), info, INFOFILESUFFIX, isPesRecording, LOG_ERROR_STR, cSafeFile::Open(), cString::sprintf(), and cRecordingInfo::Write().
Referenced by ChangePriorityLifetime(), and cCutter::Start().
|
friend |
Definition at line 99 of file recording.h.
|
private |
Definition at line 110 of file recording.h.
Referenced by cRecording(), and FileName().
|
private |
Definition at line 125 of file recording.h.
Referenced by cRecording(), Deleted(), and SetDeleted().
|
mutableprivate |
Definition at line 106 of file recording.h.
Referenced by ChangeName(), ChangePriorityLifetime(), cRecording(), cRecordings::DelByName(), FileName(), PrefixFileName(), SetStartTime(), and ~cRecording().
|
mutableprivate |
Definition at line 108 of file recording.h.
Referenced by cRecording(), and FileSizeMB().
|
private |
Definition at line 114 of file recording.h.
Referenced by cRecording(), FramesPerSecond(), and ReadInfo().
|
private |
Definition at line 101 of file recording.h.
Referenced by Id().
|
private |
Definition at line 115 of file recording.h.
Referenced by ChangePriorityLifetime(), cRecording(), Info(), ReadInfo(), WriteInfo(), and ~cRecording().
|
private |
Definition at line 111 of file recording.h.
Referenced by cRecording(), and FileName().
|
mutableprivate |
Definition at line 113 of file recording.h.
Referenced by ChangeName(), cRecording(), and IsOnVideoDirectoryFileSystem().
|
private |
Definition at line 112 of file recording.h.
Referenced by cRecording(), FileName(), GetResume(), IsPesRecording(), and WriteInfo().
|
private |
Definition at line 124 of file recording.h.
Referenced by ChangePriorityLifetime(), cRecording(), FileName(), Lifetime(), and ReadInfo().
|
mutableprivate |
Definition at line 107 of file recording.h.
Referenced by BaseName(), ChangeName(), cRecording(), FileName(), Folder(), HierarchyLevels(), IsEdited(), IsInPath(), Name(), Title(), and ~cRecording().
|
mutableprivate |
Definition at line 109 of file recording.h.
Referenced by cRecording(), and NumFrames().
|
private |
Definition at line 123 of file recording.h.
Referenced by ChangePriorityLifetime(), cRecording(), FileName(), Priority(), and ReadInfo().
|
mutableprivate |
Definition at line 102 of file recording.h.
Referenced by cRecording(), GetResume(), and ResetResume().
|
mutableprivate |
Definition at line 104 of file recording.h.
Referenced by ClearSortName(), cRecording(), SortName(), and ~cRecording().
|
mutableprivate |
Definition at line 105 of file recording.h.
Referenced by ClearSortName(), cRecording(), SortName(), and ~cRecording().
|
private |
Definition at line 122 of file recording.h.
Referenced by cRecording(), FileName(), SetStartTime(), SortName(), Start(), and Title().
|
mutableprivate |
Definition at line 103 of file recording.h.
Referenced by cRecording(), Title(), and ~cRecording().