Nerwyn / android-tv-card

Universal Customizable TV Remote Card, with HA actions, super configurable touchpad, slider, haptics, and keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RakutenTV

omakoti opened this issue · comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Hi.
Update for skyshowtime was fast. Thanks for that.
I was hoping to get the RakutenTV too.
The Rakuten Viki that was added is not the one I was looking for. Hopefully the other Rakuten will be added later. Thanks for a great job. 👏

Ah whoops. I was going by the Rakuten listed in the deep linking guide list.

In order to add Rakuten TV to the default sources list, I'll need to know it's activity. Following the guide linked above I found a few candidates:

  • tv.wuaki.apptv://
  • rakutentv://
  • rakuten.tv://
    Can you create a custom source for each of these options as shown in the README and tell me which one works?

Like this:

custom_sources:
  option_a:
    source: tv.wuaki.apptv://
    icon: mdi:alpha-a
  option_b:
    source: rakutentv://
    icon: mdi:alpha-b
  option_c:
    source: rakuten.tv://
    icon: mdi:alpha-c

Hi again.
I'm so bad at this. 🤦
Can't get the custom source option to work.
Probably just writing it to the wrong place.
Where should I write the code for the custom source?
I was writing it to the card confoguration when adding it. 🫣

Like in this example.

Your remote config should look something like this:

remote_id: remote.google_chromecast
rows:
  - - option_a
    - option_b
    - option_c
custom_sources:
  option_a:
    source: tv.wuaki.apptv://
    icon: mdi:alpha-a
  option_b:
    source: rakutentv://
    icon: mdi:alpha-b
  option_c:
    source: rakuten.tv://
    icon: mdi:alpha-c

Ah, my bad. Forgot to add the "rows".
But none of those options start the Rakuten tv app for me. 🤔

Hi. Found out that this works for source
source: https://rakutentv.page.link

Added source rakutentv in v3.0.4