tavicu / homebridge-samsung-tizen

Homebridge plugin for Samsung TV's with Tizen OS
MIT License
646 stars 89 forks source link

ESPN App ID? #26

Closed thehauntedmattress closed 5 years ago

thehauntedmattress commented 5 years ago

If you could find the ESPN app ID or at least tell us how to find the app ID's that would be awesome thanks!

tavicu commented 5 years ago

Hi. It's hard to get the app ID.

I have a new implementation where it will print all ID's when you start the server but i have not tested it. Today when i get home i will make sure that everything it's ok and push a new release.

I'll keep you posted!

tavicu commented 5 years ago

Hei. Pushed a new release.

Now you can start the homebridge server with this command homebridge tizen-apps and will show a table with all your apps and ids.

Make sure the TV is on and paired.

thehauntedmattress commented 5 years ago

So I updated, rebooted my pi, and started homebridge tizen-apps but I am not seeing a table with app IDs.

tavicu commented 5 years ago

Start the server in debug mode and see if it returns any error

marithpl commented 5 years ago

I leave here an my apps id. Maybe you will add it to manual for others.

│ 0 │ 'YouTube' │ '111299001912' │ │ 1 │ 'Spotify' │ '3201606009684' │ │ 2 │ 'Netflix' │ '11101200001' │ │ 3 │ 'ipla' │ '3201507004202' │ │ 4 │ 'Player.pl' │ '3201508004642' │ │ 5 │ 'DS video' │ '111399002250' │ │ 6 │ 'Plex' │ '3201512006963' │ │ 7 │ 'Internet' │ 'org.tizen.browser' │ │ 8 │ 'Smart Pack' │ '3201704012124' │ │ 9 │ 'e-Manual' │ '20172100006' │ │ 10 │ 'Facebook Watch' │ '11091000000' │ │ 11 │ 'HBO GO' │ '3201706012478' │ │ 12 │ 'Prime Video' │ '3201512006785' │ │ 13 │ 'Eurosport Player' │ '3201703012079' │ │ 14 │ 'Movies & TV Google Play' │ '3201601007250' │ │ 15 │ 'Onet VOD' │ '3201607009918' │ │ 16 │ 'McAfee Security for TV' │ '3201612011418' │ │ 17 │ 'Filmbox Live' │ '141299000100' │ │ 18 │ 'Eleven Sports' │ '3201702011871' │ │ 19 │ 'CHILI' │ '3201505002690'

thehauntedmattress commented 5 years ago

If I run Homebridge as a service on startup does that change how to execute this?

githuba42r commented 2 years ago

I have a Samsung 43-inch AU8000 Crystal UHD 4K LED LCD Smart TV

Model : UA43U8000WXXY

and found that the App IDs on some of the apps must have changed.

The values that I am using an seem to work are (Sorry these are the only apps that I use):

app_list: { "Netflix": "3201907018807/org.tizen.netflix-app", "Prime Video": "3201910019365/org.tizen.ignition", "Plex": "3201512006963/kIciSQlYEM.plex", "YouTube": "111299001912" }

Bliksembaard commented 1 year ago

Here is a comprehensive list of app ID's:

https://github.com/tavicu/homebridge-samsung-tizen/wiki/Applications

isikape commented 10 months ago

cocmote tv?

rmarskell commented 9 months ago

Here is a comprehensive list of app ID's:

https://github.com/tavicu/homebridge-samsung-tizen/wiki/Applications

For anyone coming to this now, the link is: https://tavicu.github.io/homebridge-samsung-tizen/extra/applications.html#list-with-ids

They also have instructions on how to retrieve the list of applications installed on your TV if you're like me and the app you're looking for wasn't on the list. 🙃

laztman commented 2 months ago

Alternatively, just go over to the Samsung site, https://www.samsung.com/us/tvs/smart-tv/samsung-tv-plus-and-smart-hub/, where all current apps are listed. All App ids can be found here by looking under the hood:

  1. In Chrome browser, activate the Inspect option in the context menu (right click)
  2. Browse through the app list on the site to find the icon of app of interest
  3. Drill down in the inspect html and find the html that renders the clickable app icon.
  4. The attribute data-app-id of the corresponding button element displays the app-id.