mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Show app name in receiver selector if known based on app ID
This commit is contained in:
23
ext/src/lib/knownApps.ts
Normal file
23
ext/src/lib/knownApps.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* TODO: Just keep a list of IDs and cache names from the Google API:
|
||||
* https://clients3.google.com/cast/chromecast/device/app?a=[appId]
|
||||
*
|
||||
* Also, localization since the API supports it.
|
||||
*/
|
||||
export default {
|
||||
"CA5E8412": "Netflix"
|
||||
, "233637DE": "YouTube"
|
||||
, "17608BC8": "Prime Video"
|
||||
, "CC32E753": "Spotify"
|
||||
, "5E81F6DB": "BBC iPlayer"
|
||||
, "03977A48": "BBC Sounds"
|
||||
, "AA666EDD": "Crunchyroll"
|
||||
, "10AAD887": "All 4"
|
||||
, "9AC194DC": "Plex"
|
||||
, "CD7B9F59": "Global Player Live"
|
||||
, "B3DCF968": "Twitch"
|
||||
, "B88B034A": "Dailymotion"
|
||||
, "CC1AD845": "TEST"
|
||||
} as Record<string, string>;
|
||||
Reference in New Issue
Block a user