t

mythtv.connection.http

AbstractMythService

trait AbstractMythService extends ServiceProtocol with MythService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractMythService
  2. MythService
  3. BackendService
  4. Service
  5. ServiceProtocol
  6. ServiceResultReaderImplicits
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def connection: AbstractHttpConnection
    Definition Classes
    ServiceProtocol
  2. abstract def converter: ServiceResultConverter
  3. abstract def post[T](endpoint: String, params: Map[String, Any] = Map.empty)(level0Field: String = "", level1Field: String = "")(implicit arg0: ServiceResultReader[T]): ServiceResult[T]
    Definition Classes
    ServiceProtocol
  4. abstract def request[T](endpoint: String, params: Map[String, Any] = Map.empty)(level0Field: String = "", level1Field: String = "")(implicit arg0: ServiceResultReader[T]): ServiceResult[T]
    Definition Classes
    ServiceProtocol

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addStorageGroupDir(storageGroup: String, dirName: String, hostName: String): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def backupDatabase(): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  7. def buildPath(service: String, endpoint: String, params: Map[String, Any]): String
    Definition Classes
    ServiceProtocol
  8. def buildPath(endpoint: String, params: Map[String, Any] = Map.empty): String
    Definition Classes
    ServiceProtocol
  9. def buildStartCountParams(startIndex: Int, count: OptionalCount[Int]): Map[String, Any]
    Definition Classes
    ServiceProtocol
  10. def changePassword(userName: String, oldPassword: String, newPassword: String): ServiceResult[Boolean]

    Changes password stored at HTTP/Protected/Password, used for some services? URLs, specified by HTTP/Protected/Urls ? See libs/libmythupnp/httprequest.cpp for more info.

    Changes password stored at HTTP/Protected/Password, used for some services? URLs, specified by HTTP/Protected/Urls ? See libs/libmythupnp/httprequest.cpp for more info.

    This API appears to be useless, at least in 0.28, as nothing seems to use this password, and I can't find a way to set the initial value other than editing the database directly.

    Definition Classes
    AbstractMythServiceMythService
  11. def checkDatabase(repair: Boolean): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def endpoints: Map[String, ServiceEndpoint]
    Definition Classes
    ServiceProtocol
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def getBackendInfo: ServiceResult[BackendDetails]
    Definition Classes
    AbstractMythServiceMythService
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getConnectionInfo(pin: String): ServiceResult[ConnectionInfo]
    Definition Classes
    AbstractMythServiceMythService
  19. def getFormatDate(dateTime: MythDateTime, shortDate: Boolean): ServiceResult[String]
    Definition Classes
    AbstractMythServiceMythService
  20. def getFormatDateTime(dateTime: MythDateTime, shortDate: Boolean): ServiceResult[String]
    Definition Classes
    AbstractMythServiceMythService
  21. def getFormatTime(dateTime: MythDateTime): ServiceResult[String]
    Definition Classes
    AbstractMythServiceMythService
  22. def getFrontends(onlyOnline: Boolean): ServiceResult[List[KnownFrontendInfo]]
    Definition Classes
    AbstractMythServiceMythService
  23. def getFrontends: ServiceResult[List[KnownFrontendInfo]]
    Definition Classes
    MythService
  24. def getHostName: ServiceResult[String]
    Definition Classes
    AbstractMythServiceMythService
  25. def getHosts: ServiceResult[List[String]]
    Definition Classes
    AbstractMythServiceMythService
  26. def getKeys: ServiceResult[List[String]]
    Definition Classes
    AbstractMythServiceMythService
  27. def getLogApplications: ServiceResult[List[String]]
    Definition Classes
    AbstractMythServiceMythService
  28. def getLogHostNames: ServiceResult[List[String]]
    Definition Classes
    AbstractMythServiceMythService
  29. def getLogs(hostName: String, application: String, pid: Int, tid: Int, thread: String, filename: String, lineNumber: Int, function: String, fromTime: Instant, toTime: Instant, level: String, msgContains: String): ServiceResult[List[LogMessage]]

    Retrieve log entries from the database.

    Retrieve log entries from the database.

    If logging to the database is not configured, then there will be no entries to return. Starting with MythTV 0.27, if database logging is desired it must be enabled using the --enable-dblog argument to mythbackend.

    All parameters are optional and allow for filtering the log messages to only those of interest.

    Definition Classes
    AbstractMythServiceMythService
  30. def getSetting(hostName: String, key: String): ServiceResult[String]
    Definition Classes
    AbstractMythServiceMythService
  31. def getSetting(key: String): ServiceResult[String]

    Query a global MythTV setting.

    Query a global MythTV setting.

    A global setting is stored in the database with NULL as the hostname.

    key

    the key name of the global setting to query

    returns

    the value of the setting, or None if not found

    Definition Classes
    MythService
  32. def getSettingList(hostName: String): ServiceResult[Settings]
    Definition Classes
    AbstractMythServiceMythService
  33. def getStorageGroupDirs(hostName: String, groupName: String): ServiceResult[List[StorageGroupDir]]
    Definition Classes
    AbstractMythServiceMythService
  34. def getTimeZone: ServiceResult[TimeZoneInfo]
    Definition Classes
    AbstractMythServiceMythService
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def parseIsoDateString(dateTimeString: String): ServiceResult[MythDateTime]
    Definition Classes
    AbstractMythServiceMythService
  41. def profileDelete(): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  42. def profileSubmit(): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  43. def profileText(): ServiceResult[String]
    Definition Classes
    AbstractMythServiceMythService
  44. def profileUpdated: ServiceResult[String]
    Definition Classes
    AbstractMythServiceMythService
  45. def profileUrl: ServiceResult[URI]
    Definition Classes
    AbstractMythServiceMythService
  46. def putSetting(hostName: String, key: String, value: String): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  47. def removeStorageGroupDir(storageGroup: String, dirName: String, hostName: String): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  48. def removeStorageGroupDir(dir: StorageGroupDir): ServiceResult[Boolean]
    Definition Classes
    MythService
  49. def requestStream(endpoint: String, params: Map[String, Any] = Map.empty): HttpStreamResponse
    Definition Classes
    ServiceProtocol
    Annotations
    @nowarn()
  50. def sendMessage(message: String, address: String, udpPort: Int, timeout: Duration): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  51. def sendNotification(message: String, origin: String, description: String, extra: String, progressText: String, progress: Float, fullScreen: Boolean, timeout: Duration, notifyType: NotificationType, priority: NotificationPriority, visibility: NotificationVisibility, address: String, udpPort: Int): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  52. final def serviceName: String
    Definition Classes
    MythServiceService
  53. def streamResponse[U](response: HttpStreamResponse, f: (HttpStreamResponse) => U): Unit
    Definition Classes
    ServiceProtocol
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def testDbSettings(hostName: String, userName: String, password: String, dbName: String, dbPort: Int): ServiceResult[Boolean]
    Definition Classes
    AbstractMythServiceMythService
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. implicit def try2Result[T](t: Try[T]): ServiceResult[T]
    Definition Classes
    ServiceProtocol
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. implicit object ArtworkInfoListReader extends ServiceResultReader[List[ArtworkInfo]]
  62. implicit object BackendDetailsReader extends ServiceResultReader[BackendDetails]
  63. implicit object BlurayInfoReader extends ServiceResultReader[BlurayInfo]
  64. implicit object BooleanReader extends ServiceResultReader[Boolean]
  65. implicit object CaptureCardIdReader extends ServiceResultReader[CaptureCardId]
  66. implicit object CaptureCardListReader extends ServiceResultReader[List[CaptureCard]]
  67. implicit object CaptureCardReader extends ServiceResultReader[CaptureCard]
  68. implicit object ChannelDetailsPagedListReader extends ServiceResultReader[PagedList[ChannelDetails]]
  69. implicit object ChannelDetailsReader extends ServiceResultReader[ChannelDetails]
  70. implicit object ChannelGroupListReader extends ServiceResultReader[List[ChannelGroup]]
  71. implicit object ChannelPagedListReader extends ServiceResultReader[PagedList[Channel]]
  72. implicit object ConnectionInfoReader extends ServiceResultReader[ConnectionInfo]
  73. implicit object FrontendStatusReader extends ServiceResultReader[FrontendStatus]
  74. implicit object GuideBriefReader extends ServiceResultReader[Guide[Channel, ProgramBrief]]
  75. implicit object GuideDetailsReader extends ServiceResultReader[Guide[ChannelDetails, Program]]
  76. implicit object ImageSyncStatusReader extends ServiceResultReader[ImageSyncStatus]
  77. implicit object InputIdReader extends ServiceResultReader[InputId]
  78. implicit object InputListReader extends ServiceResultReader[List[Input]]
  79. implicit object IntReader extends ServiceResultReader[Int]
  80. implicit object KnownFrontendInfoListReader extends ServiceResultReader[List[KnownFrontendInfo]]
  81. implicit object LineupListReader extends ServiceResultReader[List[Lineup]]
  82. implicit object ListingSourceIdReader extends ServiceResultReader[ListingSourceId]
  83. implicit object ListingSourceReader extends ServiceResultReader[ListingSource]
  84. implicit object LiveStreamListReader extends ServiceResultReader[List[LiveStream]]
  85. implicit object LiveStreamReader extends ServiceResultReader[LiveStream]
  86. implicit object LogMessageListReader extends ServiceResultReader[List[LogMessage]]
  87. implicit object MythDateTimeReader extends ServiceResultReader[MythDateTime]
  88. implicit object MythFileHashReader extends ServiceResultReader[MythFileHash]
  89. implicit object ProgramBriefPagedListReader extends ServiceResultReader[PagedList[ProgramBrief]]
  90. implicit object ProgramPagedListReader extends ServiceResultReader[PagedList[Program]]
  91. implicit object ProgramReader extends ServiceResultReader[Program]
  92. implicit object RecRuleFilterListReader extends ServiceResultReader[List[RecRuleFilterItem]]
  93. implicit object RecRuleFilterPagedListReader extends ServiceResultReader[PagedList[RecRuleFilterItem]]
  94. implicit object RecordRuleIdReader extends ServiceResultReader[RecordRuleId]
  95. implicit object RecordRulePagedListReader extends ServiceResultReader[PagedList[RecordRule]]
  96. implicit object RecordRuleReader extends ServiceResultReader[RecordRule]
  97. implicit object RecordablePagedListReader extends ServiceResultReader[PagedList[Recordable]]
  98. implicit object RecordedIdReader extends ServiceResultReader[RecordedId]
  99. implicit object RecordedMarkupBytesListReader extends ServiceResultReader[List[RecordedMarkupBytes]]
  100. implicit object RecordedMarkupListReader extends ServiceResultReader[List[RecordedMarkupFrame]]
  101. implicit object RecordedMarkupMsListReader extends ServiceResultReader[List[RecordedMarkupMilliseconds]]
  102. implicit object RecordedSeekBytesListReader extends ServiceResultReader[List[RecordedSeekBytes]]
  103. implicit object RecordedSeekMsListReader extends ServiceResultReader[List[RecordedSeekMilliseconds]]
  104. implicit object RecordingPagedListReader extends ServiceResultReader[PagedList[Recording]]
  105. implicit object RecordingReader extends ServiceResultReader[Recording]
  106. implicit object RemoteEncoderStateListReader extends ServiceResultReader[List[RemoteEncoderState]]
  107. implicit object SOListingSourceListReader extends ServiceResultReader[ServicesObject[List[ListingSource]]]
  108. implicit object SettingsReader extends ServiceResultReader[Settings]
  109. implicit object SongPagedListReader extends ServiceResultReader[PagedList[Song]]
  110. implicit object SongReader extends ServiceResultReader[Song]
  111. implicit object StorageGroupDirListReader extends ServiceResultReader[List[StorageGroupDir]]
  112. implicit object StringListReader extends ServiceResultReader[List[String]]
  113. implicit object StringMapReader extends ServiceResultReader[Map[String, String]]
  114. implicit object StringReader extends ServiceResultReader[String]
  115. implicit object TimeZoneInfoReader extends ServiceResultReader[TimeZoneInfo]
  116. implicit object TitleInfoListReader extends ServiceResultReader[List[TitleInfo]]
  117. implicit object UriReader extends ServiceResultReader[URI]
  118. implicit object VideoLookupListReader extends ServiceResultReader[List[VideoLookup]]
  119. implicit object VideoMultiplexPagedListReader extends ServiceResultReader[PagedList[VideoMultiplex]]
  120. implicit object VideoMultiplexReader extends ServiceResultReader[VideoMultiplex]
  121. implicit object VideoPagedListReader extends ServiceResultReader[PagedList[Video]]
  122. implicit object VideoPositionBytesReader extends ServiceResultReader[VideoPositionBytes]
  123. implicit object VideoPositionFrameReader extends ServiceResultReader[VideoPositionFrame]
  124. implicit object VideoPositionMillisecondsReader extends ServiceResultReader[VideoPositionMilliseconds]
  125. implicit object VideoReader extends ServiceResultReader[Video]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from MythService

Inherited from BackendService

Inherited from Service

Inherited from ServiceProtocol

Inherited from AnyRef

Inherited from Any

Ungrouped