Skip to content

Commit 371a2ca

Browse files
committed
feat: Google Android TV app mappings
Added application id mappings for Chromecast HD: - Android TV launcher - Daydream screensaver
1 parent 3c89a4f commit 371a2ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

intg-androidtv/apps.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
# Used to show which app is currently in the foreground (currently playing)
2828
IdMappings = {
2929
"com.google.android.backdrop": "Backdrop Daydream",
30+
"com.google.android.apps.tv.dreamx": "Backdrop Daydream",
3031
"com.google.android.katniss": "Google app",
32+
"com.google.android.apps.tv.launcherx": "Android TV",
3133
"com.android.vending": "Google Play Store",
3234
"com.android.tv.settings": "Settings",
3335
"com.spotify.tv.android": "Spotify",
@@ -74,4 +76,4 @@
7476
"plex": "Plex",
7577
"kodi": "Kodi",
7678
"emby": "Emby",
77-
}
79+
}

0 commit comments

Comments
 (0)