Skip to content

Commit

Permalink
Adding HBO, Hulu, Peacock, and Paramount+ (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeknystautas authored Jul 20, 2023
1 parent 3b9f7cb commit f1272e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions androidtv/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,10 @@ class DeviceEnum(IntEnum):
APP_HAYSTACK_NEWS = "com.haystack.android"
APP_HBO_GO = "eu.hbogo.androidtv.production"
APP_HBO_GO_2 = "com.HBO"
APP_HBO_MAX = "com.hbo.hbonow"
APP_HOICHOI = "com.viewlift.hoichoi"
APP_HULU = "com.hulu.plus"
APP_HULU_2 = "com.hulu.livingroomplus"
APP_HUNGAMA_PLAY = "com.hungama.movies.tv"
APP_IMDB_TV = "com.amazon.imdb.tv.android.app"
APP_IPTV = "ru.iptvremote.android.iptv"
Expand All @@ -443,6 +445,8 @@ class DeviceEnum(IntEnum):
APP_NOS = "nl.nos.app"
APP_NPO = "nl.uitzendinggemist"
APP_OCS = "com.orange.ocsgo"
APP_PARAMOUNT_PLUS = "com.cbs.ott"
APP_PEACOCK = "com.peacocktv.peacockandroid"
APP_PLAY_GAMES = "com.google.android.play.games"
APP_PLAY_MUSIC = "com.google.android.music"
APP_PLAY_STORE = "com.android.vending"
Expand Down Expand Up @@ -524,8 +528,10 @@ class DeviceEnum(IntEnum):
APP_HAYSTACK_NEWS: "Haystack News",
APP_HBO_GO: "HBO GO",
APP_HBO_GO_2: "HBO GO (2)",
APP_HBO_MAX: "HBO Max",
APP_HOICHOI: "Hoichoi",
APP_HULU: "Hulu",
APP_HULU_2: "Hulu (2)",
APP_HUNGAMA_PLAY: "Hungama Play",
APP_IMDB_TV: "IMDb TV",
APP_IPTV: "IPTV",
Expand All @@ -545,6 +551,8 @@ class DeviceEnum(IntEnum):
APP_NOS: "NOS",
APP_NPO: "NPO",
APP_OCS: "OCS",
APP_PARAMOUNT_PLUS: "Paramount+",
APP_PEACOCK: "Peacock",
APP_PLAY_GAMES: "Play Games",
APP_PLAY_MUSIC: "Play Music",
APP_PLAY_STORE: "Play Store",
Expand Down

0 comments on commit f1272e0

Please sign in to comment.