Deploy v3.7: Fix duplicate episodes & update Android TV app
|
|
@ -1,4 +1,4 @@
|
|||
# StreamFlow V3.1
|
||||
# StreamFlow V3.6
|
||||
|
||||
StreamFlow is a high-performance video streaming web application featuring a pure Go backend and a modern React + Tailwind frontend.
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ StreamFlow is a high-performance video streaming web application featuring a pur
|
|||
|
||||
services:
|
||||
streamflow:
|
||||
image: git.khoavo.myds.me/vndangkhoa/kv-streamflow:v3
|
||||
image: git.khoavo.myds.me/vndangkhoa/kv-streamflow:v3.6
|
||||
container_name: streamflow
|
||||
platform: linux/amd64
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId = "com.streamflow.tv"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "1.0.0"
|
||||
versionCode = 37
|
||||
versionName = "3.7.0"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@ data class Movie(
|
|||
val time: String? = null,
|
||||
val lang: String? = null,
|
||||
val director: String? = null,
|
||||
val cast: List<String>? = null
|
||||
val cast: List<String>? = null,
|
||||
val provider: String? = null
|
||||
)
|
||||
|
||||
@JsonClass(generateAdapter = false)
|
||||
|
|
@ -38,6 +39,7 @@ data class MovieDetail(
|
|||
val director: String? = null,
|
||||
val country: String? = null,
|
||||
val cast: List<String>? = null,
|
||||
val provider: String? = null,
|
||||
val episodes: List<Episode>? = null
|
||||
) {
|
||||
fun toMovie(): Movie = Movie(
|
||||
|
|
@ -51,7 +53,8 @@ data class MovieDetail(
|
|||
year = year,
|
||||
category = category,
|
||||
director = director,
|
||||
cast = cast
|
||||
cast = cast,
|
||||
provider = provider
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,25 @@ fun MovieCard(
|
|||
}
|
||||
}
|
||||
|
||||
movie.provider?.let { provider ->
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.padding(8.dp)
|
||||
.align(Alignment.TopStart)
|
||||
.background(Color.Black.copy(alpha = 0.6f), RoundedCornerShape(4.dp))
|
||||
.padding(horizontal = 6.dp, vertical = 2.dp)
|
||||
) {
|
||||
Text(
|
||||
text = provider,
|
||||
style = StreamFlowTheme.typography.labelSmall.copy(
|
||||
color = Color.White.copy(alpha = 0.8f),
|
||||
fontSize = androidx.compose.ui.unit.TextUnit.Unspecified // Default or small
|
||||
),
|
||||
maxLines = 1
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
|
|
|
|||
BIN
backend/cache/images/01065fe6f8b73ae3469cdd8bcf597170.jpg
vendored
Normal file
|
After Width: | Height: | Size: 8 KiB |
BIN
backend/cache/images/013fc49ac6eaacf179c5684f9d04cee3.jpg
vendored
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
backend/cache/images/01990d20d54d01bae8ea354cc4626774.jpg
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/cache/images/03fead38970fd3dce0f9ca669a6cd5f6.jpg
vendored
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
backend/cache/images/040eecd5129abf0be14e84978a2ba28c.jpg
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/cache/images/047a5c876a314ecff13b370ff73523bc.jpg
vendored
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
backend/cache/images/05b28157c1c92dc58f1a7944d36b2550.jpg
vendored
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
backend/cache/images/07ad61273dc00d6a382e53726b0315d6.jpg
vendored
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
backend/cache/images/07cace3835826703f56cb8ad77347319.jpg
vendored
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
backend/cache/images/07f2b0d8f57726d4fabb94834a0cbc4b.jpg
vendored
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
backend/cache/images/08312f14842eafbecc7a85d1521ef528.jpg
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
backend/cache/images/0cbd35f674c17630f91f6d7471ff38ba.jpg
vendored
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
backend/cache/images/0e6f526b8099d58a260515db32a0ced7.jpg
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/cache/images/135dfbb717720753505125561fac9ad1.jpg
vendored
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
backend/cache/images/154415651d73422adc4fac6b636ad35c.jpg
vendored
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
backend/cache/images/1a7a80d2f1436e77f60a8853fefc5b09.jpg
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/cache/images/1be9da224ddd0b10d211f7783783c254.jpg
vendored
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
backend/cache/images/1cbc48b3338e8ff60ae8a4b3c2c7d633.jpg
vendored
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
backend/cache/images/1d92ecdedcfb6cebdae6ad2422f5c8b3.jpg
vendored
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
backend/cache/images/1e98e79d3c25803dfedce75943576599.jpg
vendored
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/cache/images/203c9300975f858f534654427aa598e0.jpg
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/cache/images/228344056c76a6e5d373240313fbe486.jpg
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/cache/images/2292e802be940e583a3c99f303d11431.jpg
vendored
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
backend/cache/images/273f84c8bcf31694bee26be5394066de.jpg
vendored
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
backend/cache/images/28e5c812dd0e32cb0518be1d2764be9b.jpg
vendored
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
backend/cache/images/336ba2b044309a66375c2e02c93d3f13.jpg
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/cache/images/33df3ff7b0474b7b47416e4afd3c01ca.jpg
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
backend/cache/images/3651bb83c432cde1e57a0545629a3007.jpg
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
backend/cache/images/3855b4595f53021db276c1adc2ac85a0.jpg
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
backend/cache/images/3be931c99b3f6b6e30d89c4a234c0822.jpg
vendored
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
backend/cache/images/408ba96accc07b600e2276d015eec945.jpg
vendored
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
backend/cache/images/423b76fc18ee93ebc2a7143b3b63c7bd.jpg
vendored
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
backend/cache/images/4ad3437f150097ccfd0047516b2ccd62.jpg
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/cache/images/4b4a5d82dddbb277e85a35127196541d.jpg
vendored
Normal file
|
After Width: | Height: | Size: 603 KiB |
BIN
backend/cache/images/4ca4abd4db14bc1bba8d972f52d90b3f.jpg
vendored
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/cache/images/4f22287cd8a79d010acf2e5069611e97.jpg
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
backend/cache/images/5605a995672fccf903169ad1f042be91.jpg
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
backend/cache/images/566be9552e04080444db4aee9ff81c0b.jpg
vendored
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
backend/cache/images/56be5f2d0fe8856f8bc06c5058aa6fb7.jpg
vendored
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
backend/cache/images/5af6d9f21e7e8bd12091fa29e643a1c8.jpg
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
backend/cache/images/5f4e878b1f15b4ec32ff0b8028a23f02.jpg
vendored
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
backend/cache/images/614506dab38594f1f06cf0c027b230f3.jpg
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/cache/images/627af581455b7bdd9fa745f6ed4b9b46.jpg
vendored
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
backend/cache/images/65528682931680ad892b20eef22f1e99.jpg
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/cache/images/66debc10258e9b71054ed7d52d7a8b1f.jpg
vendored
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
backend/cache/images/67af5605206ca95d84c8169eb25a887e.jpg
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/cache/images/733e4ebc4b251e87b256b6666a3529b9.jpg
vendored
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
backend/cache/images/755a6ec80b9bd6dfb289a417ef851a53.jpg
vendored
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/cache/images/7993c31f9cd5a62bbf5f370227605a7e.jpg
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/cache/images/7ffa6bb725acdb58bc44bb99c49c125e.jpg
vendored
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
backend/cache/images/80a84481cb80203dd21feeb50799718d.jpg
vendored
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
backend/cache/images/82a018f61165ee710463486d02618e62.jpg
vendored
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
backend/cache/images/881ac5bf587461857bfa8ddc8a410efb.jpg
vendored
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
backend/cache/images/8adcb8fdb317f3ceb665e387d504c7c5.jpg
vendored
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
backend/cache/images/8b2de070ae4284758d9e59d271738051.jpg
vendored
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
backend/cache/images/8c1c83271419dd9ddbd458321370f8fa.jpg
vendored
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
backend/cache/images/8e6e3b0153bcd5018cdbb23e32eddbcb.jpg
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/cache/images/922a5cf19b0749de19d6e385b2a8e36b.jpg
vendored
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/cache/images/9456bf6ab1448d487caddcec1f7ecb12.jpg
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
backend/cache/images/95c7bb426a2a5570292ad7adf3a6cb2a.jpg
vendored
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/cache/images/9646945f39601f949107a9a27b1eade2.jpg
vendored
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
backend/cache/images/96ba508386185743c9c3e545748f3c7e.jpg
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
backend/cache/images/96bd2b70d73331999b18272273d2bf87.jpg
vendored
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
backend/cache/images/9db2be56a7c570485cd7fcd9b3c18018.jpg
vendored
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
backend/cache/images/9f7f5e42468541e89ab7d0085a201492.jpg
vendored
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
backend/cache/images/a1030fa5ec9be4ef3238fcd3f6e59195.jpg
vendored
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/cache/images/a2b65b05348eedc642db0e5d500cf01e.jpg
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
backend/cache/images/a35d07002b2fdad55b752d63f90afdd6.jpg
vendored
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
backend/cache/images/a36fd46a24e2a32e131b7f1d3e57a4ac.jpg
vendored
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
backend/cache/images/a49138d9d84281baea013dbf4f167f07.jpg
vendored
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
backend/cache/images/a4e92df39cba15556ce1dce190f8476b.jpg
vendored
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
backend/cache/images/a7b53563c6f288233a33a184b936e488.jpg
vendored
Normal file
|
After Width: | Height: | Size: 161 KiB |
BIN
backend/cache/images/acf02e83b8e9c49dcf5df8b638a7b337.jpg
vendored
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
backend/cache/images/ae8762254128d3ee12d6147af4142742.jpg
vendored
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
backend/cache/images/b04541d74e38e3d66dfdb8d11b4b9ac9.jpg
vendored
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
backend/cache/images/b0561159f87d8daacc1d09fc111ecd11.jpg
vendored
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
backend/cache/images/b13903571b3d225d6ee628132971fbff.jpg
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
backend/cache/images/b1887f7819dfb01c191a75219336f67f.jpg
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
backend/cache/images/b415a136a49039b0279eef893c4af392.jpg
vendored
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
backend/cache/images/b43cb365316e29e17739a7cb1a51a14e.jpg
vendored
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
backend/cache/images/badaa69fd8298948dbb566109aa0d054.jpg
vendored
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
backend/cache/images/bb904adfeba7de5163d5ed5497b4b1f4.jpg
vendored
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/cache/images/bd5f717600fc60c6cadca00e2ee2ad86.jpg
vendored
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
backend/cache/images/bd918e616ef8d1f600cca40fecf96bde.jpg
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/cache/images/c23b2cb67ea0078953aa9437b5a01d9b.jpg
vendored
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
backend/cache/images/c4716094ebf29a12f03d1191a56b29c4.jpg
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
backend/cache/images/c55e6fccafc5af9a1f08ad9b21a04be0.jpg
vendored
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
backend/cache/images/c6501494d730492bfe6a01d2a3145c43.jpg
vendored
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/cache/images/c76f56197cb2da1057740625177ba574.jpg
vendored
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
backend/cache/images/c9b92ae887fb3e3636b3849d82e21c13.jpg
vendored
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/cache/images/ca2493bb0a12bd690082dfec7e2cf92e.jpg
vendored
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
backend/cache/images/ca5c9b09e385990ce4dceb36e7735c67.jpg
vendored
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/cache/images/cd6123aa9d55fbd24d1534d32d9161d2.jpg
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/cache/images/cdb3062077c0ed9f1938e9c73896e208.jpg
vendored
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
backend/cache/images/ce87315508504142a2b96300b747320b.jpg
vendored
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
backend/cache/images/cfdc57a8b9da9a9d3a7902ed4aeacdf5.jpg
vendored
Normal file
|
After Width: | Height: | Size: 122 KiB |