2023-03-30 21:36:51 +00:00
|
|
|
// use an integer for version numbers
|
2023-12-10 05:27:51 +00:00
|
|
|
version = 12
|
2023-03-30 21:36:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "en"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2023-12-23 21:29:10 +00:00
|
|
|
description = "[!] Requires Setup \n- StremioX allows you to use stream addons"
|
2023-03-30 21:36:51 +00:00
|
|
|
authors = listOf("Hexated")
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Status int as the following:
|
|
|
|
* 0: Down
|
|
|
|
* 1: Ok
|
|
|
|
* 2: Slow
|
|
|
|
* 3: Beta only
|
|
|
|
* */
|
|
|
|
status = 1 // will be 3 if unspecified
|
|
|
|
tvTypes = listOf(
|
|
|
|
"TvSeries",
|
|
|
|
"Movie",
|
|
|
|
)
|
|
|
|
|
2023-12-23 21:29:10 +00:00
|
|
|
iconUrl = "https://raw.githubusercontent.com/VectorHex/Xor/master/StremioX/icon.png"
|
2023-03-30 21:36:51 +00:00
|
|
|
}
|