Skip to content

Commit

Permalink
Add Google Cast, HBO GO to app mapping (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored and JeffLIrion committed Jan 1, 2020
1 parent ab3e414 commit cdc291d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions androidtv/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@
APP_FIREFOX = 'org.mozilla.tv.firefox'
APP_FIRETV_PACKAGE_LAUNCHER = "com.amazon.tv.launcher"
APP_FIRETV_PACKAGE_SETTINGS = "com.amazon.tv.settings"
APP_GOOGLE_CAST = 'com.google.android.apps.mediashell'
APP_HBO_GO = 'eu.hbogo.androidtv.production'
APP_HULU = 'com.hulu.plus'
APP_JELLYFIN_TV = 'org.jellyfin.androidtv'
APP_KODI = 'org.xbmc.kodi'
Expand All @@ -284,6 +286,8 @@
APP_ATV_LAUNCHER: 'Android TV Launcher',
APP_BELL_FIBE: 'Bell Fibe',
APP_FIREFOX: 'Firefox',
APP_GOOGLE_CAST: 'Google Cast',
APP_HBO_GO: 'HBO GO',
APP_HULU: 'Hulu',
APP_JELLYFIN_TV: 'Jellyfin',
APP_KODI: 'Kodi',
Expand Down

0 comments on commit cdc291d

Please sign in to comment.