trait DvrService extends BackendService
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DvrService
- BackendService
- Service
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addDontRecordSchedule(chanId: ChanId, startTime: MythDateTime, neverRecord: Boolean = false): ServiceResult[Boolean]
- abstract def addRecordSchedule(rule: RecordRule): ServiceResult[RecordRuleId]
- abstract def deleteRecording(recordedId: RecordedId, forceDelete: Boolean = false, allowReRecord: Boolean = false): ServiceResult[Boolean]
- abstract def deleteRecording(chanId: ChanId, startTime: MythDateTime, forceDelete: Boolean, allowReRecord: Boolean): ServiceResult[Boolean]
- abstract def disableRecordSchedule(recordId: RecordRuleId): ServiceResult[Boolean]
- abstract def dupInToDescription(dupIn: DupCheckIn): ServiceResult[String]
- abstract def dupInToString(dupIn: DupCheckIn): ServiceResult[String]
- abstract def dupMethodToDescription(dupMethod: DupCheckMethod): ServiceResult[String]
- abstract def dupMethodToString(dupMethod: DupCheckMethod): ServiceResult[String]
- abstract def enableRecordSchedule(recordId: RecordRuleId): ServiceResult[Boolean]
- abstract def endpoints: Map[String, ServiceEndpoint]
- Definition Classes
- Service
- abstract def getConflictList(startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all, recordRuleId: RecordRuleId = RecordRuleId(0)): ServiceResult[PagedList[Recordable]]
- abstract def getEncoderList: ServiceResult[List[RemoteEncoderState]]
- abstract def getExpiringList(startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all): ServiceResult[PagedList[Recording]]
- abstract def getInputList: ServiceResult[List[Input]]
- abstract def getOldRecordedList(title: String = "", seriesId: String = "", recordRuleId: RecordRuleId = RecordRuleId(0), startTime: MythDateTime = MythDateTime.empty, endTime: MythDateTime = MythDateTime.empty, startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all, sortBy: String = "", descending: Boolean = false): ServiceResult[PagedList[Recording]]
- abstract def getPlayGroupList: ServiceResult[List[String]]
- abstract def getRecGroupList: ServiceResult[List[String]]
- abstract def getRecRuleFilterList: ServiceResult[List[RecRuleFilterItem]]
- abstract def getRecStorageGroupList: ServiceResult[List[String]]
- abstract def getRecordSchedule(chanId: ChanId, startTime: MythDateTime, makeOverride: Boolean = false): ServiceResult[RecordRule]
- abstract def getRecordSchedule(template: String): ServiceResult[RecordRule]
- abstract def getRecordSchedule(recordedId: RecordedId): ServiceResult[RecordRule]
- abstract def getRecordSchedule(recordId: RecordRuleId): ServiceResult[RecordRule]
- abstract def getRecordScheduleList(startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all, sortBy: String = "", descending: Boolean = false): ServiceResult[PagedList[RecordRule]]
- abstract def getRecorded(recordedId: RecordedId): ServiceResult[Recording]
- abstract def getRecorded(chanId: ChanId, startTime: MythDateTime): ServiceResult[Recording]
- abstract def getRecordedCommBreak(chanId: ChanId, startTime: MythDateTime): ServiceResult[List[VideoSegmentFrames]]
- abstract def getRecordedCommBreak(recordedId: RecordedId): ServiceResult[List[VideoSegmentFrames]]
- abstract def getRecordedCommBreakBytes(chanId: ChanId, startTime: MythDateTime): ServiceResult[List[VideoSegmentBytes]]
- abstract def getRecordedCommBreakBytes(recordedId: RecordedId): ServiceResult[List[VideoSegmentBytes]]
- abstract def getRecordedCommBreakMs(chanId: ChanId, startTime: MythDateTime): ServiceResult[List[VideoSegmentMilliseconds]]
- abstract def getRecordedCommBreakMs(recordedId: RecordedId): ServiceResult[List[VideoSegmentMilliseconds]]
- abstract def getRecordedCutList(chanId: ChanId, startTime: MythDateTime): ServiceResult[List[VideoSegmentFrames]]
- abstract def getRecordedCutList(recordedId: RecordedId): ServiceResult[List[VideoSegmentFrames]]
- abstract def getRecordedCutListBytes(chanId: ChanId, startTime: MythDateTime): ServiceResult[List[VideoSegmentBytes]]
- abstract def getRecordedCutListBytes(recordedId: RecordedId): ServiceResult[List[VideoSegmentBytes]]
- abstract def getRecordedCutListMs(chanId: ChanId, startTime: MythDateTime): ServiceResult[List[VideoSegmentMilliseconds]]
- abstract def getRecordedCutListMs(recordedId: RecordedId): ServiceResult[List[VideoSegmentMilliseconds]]
- abstract def getRecordedList(startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all, descending: Boolean = false, titleRegex: String = "", recGroup: String = "", storageGroup: String = ""): ServiceResult[PagedList[Recording]]
- abstract def getRecordedSeekBytes(recordedId: RecordedId): ServiceResult[List[RecordedSeekBytes]]
- abstract def getRecordedSeekMs(recordedId: RecordedId): ServiceResult[List[RecordedSeekMilliseconds]]
- abstract def getSavedBookmark(chanId: ChanId, startTime: MythDateTime): ServiceResult[VideoPositionFrame]
- abstract def getSavedBookmark(recordedId: RecordedId): ServiceResult[VideoPositionFrame]
- abstract def getSavedBookmarkByteOffset(chanId: ChanId, startTime: MythDateTime): ServiceResult[VideoPositionBytes]
- abstract def getSavedBookmarkByteOffset(recordedId: RecordedId): ServiceResult[VideoPositionBytes]
- abstract def getSavedBookmarkMilliseconds(chanId: ChanId, startTime: MythDateTime): ServiceResult[VideoPositionMilliseconds]
- abstract def getSavedBookmarkMilliseconds(recordedId: RecordedId): ServiceResult[VideoPositionMilliseconds]
- abstract def getTitleInfoList: ServiceResult[List[TitleInfo]]
- abstract def getTitleList(recGroup: String): ServiceResult[List[String]]
- abstract def getUpcomingList(startIndex: Int = 0, count: OptionalCount[Int] = OptionalCount.all, showAll: Boolean = false, recordRuleId: RecordRuleId = RecordRuleId(0), recStatus: RecStatus = RecStatus.Unknown): ServiceResult[PagedList[Recordable]]
- abstract def reactivateRecording(recordedId: RecordedId): ServiceResult[Boolean]
- abstract def recStatusToDescription(recStatus: RecStatus, recType: RecType, recStartTs: MythDateTime): ServiceResult[String]
- abstract def recStatusToString(recStatus: RecStatus): ServiceResult[String]
- abstract def recTypeToDescription(recType: RecType): ServiceResult[String]
- abstract def recTypeToString(recType: RecType): ServiceResult[String]
- abstract def recordedIdForPathname(pathName: String): ServiceResult[RecordedId]
- abstract def removeRecordSchedule(recordId: RecordRuleId): ServiceResult[Boolean]
- abstract def removeRecorded(recordedId: RecordedId, forceDelete: Boolean = false, allowReRecord: Boolean = false): ServiceResult[Boolean]
- abstract def removeRecorded(chanId: ChanId, startTime: MythDateTime, forceDelete: Boolean, allowReRecord: Boolean): ServiceResult[Boolean]
- abstract def rescheduleRecordings(): ServiceResult[Boolean]
- abstract def setSavedBookmark(chanId: ChanId, startTime: MythDateTime, pos: VideoPosition): ServiceResult[Boolean]
- abstract def setSavedBookmark(recordedId: RecordedId, pos: VideoPosition): ServiceResult[Boolean]
- abstract def stopRecording(recordedId: RecordedId): ServiceResult[Boolean]
- abstract def undeleteRecording(recordedId: RecordedId): ServiceResult[Boolean]
- abstract def undeleteRecording(chanId: ChanId, startTime: MythDateTime): ServiceResult[Boolean]
- abstract def updateRecordSchedule(rule: RecordRule): ServiceResult[Boolean]
- abstract def updateRecordedWatchedStatus(recordedId: RecordedId, watched: Boolean): ServiceResult[Boolean]
- abstract def updateRecordedWatchedStatus(chanId: ChanId, startTime: MythDateTime, watched: Boolean): ServiceResult[Boolean]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def deleteRecording(chanId: ChanId, startTime: MythDateTime): ServiceResult[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getTitleList: ServiceResult[List[String]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def removeRecorded(chanId: ChanId, startTime: MythDateTime): ServiceResult[Boolean]
- final def serviceName: String
- Definition Classes
- DvrService → Service
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated