Panasonic UB BR Players integration

I sent you the CTF link, have fun!

Thanks for your work on the integration. Could you please send me the CTF link as well?

Many thanks in advance.

Can you please send me the CTF? I have a DP-UBP9000 running firmware version 1.70.

I sent a message to both of you.

This integration is incredible! Many thanks to @mrteo for creating it and providing an opportunity for me to relegate the last remaining IR remote in my theater to the dustbin.

The “Secret” key is not easily available online, but can be obtained.

This is an almost comical understatement. If you lack a real background in coding (as I do) the journey is arduous, as it should be. Much learning must occur.

A quick note for anyone using the virtual remote in the iOS companion app: if your device is set to dark mode, the button actions are rendered as white against a light gray background, as opposed to black on gray as they appear in the web browser (and in light mode). If anyone smarter than I am can offer insight on how to preserve the black coloring through display mode changes, it would be much appreciated!

EDIT: Turns out the display mode following wasn’t too hard to figure out. I added the below to the remote.yaml and I think that did it:

remote-button::part(icon) {
  color: #121212 !important;
  --icon-color: #121212 !important;
}

I am also seeking the details on how to get the key for UB820. If the only way you’ll share it is via CTF, then I guess I’ll take it, too.

I also experimented with tweaking the button/icon positioning in universal-remote-card styles to align the # and 0 buttons with the columns above them and better center the clear and mirroring icons within their respective buttons:

.empty-button {
  width: 56px;
  height: 56px;
}

#clear::part(icon) {
  transform: translateX(-3px) !important;
}

#mirroring::part(icon) {
  transform: translateX(4px) !important;
}

Disclaimer: I don’t really know what I’m doing, so please let me know if there’s a better way to post suggestions.

@mrteo Could you send me the CTF link please?

I need a new CTF link as well.

Now that I’m retired, I would love to participate in your CTF! Please provide me the link. Thank you!

Thank you. @mrteo would love to have a CTF link as well.

At the risk of becoming a nuisance, I thought I’d post one final snapshot of a few more changes I made after getting a little more comfortable editing yaml. These included restoring a gradient in the circlepad that appeared to be intended but wasn’t taking as originally written, modifying the cards’ box shadows to reduce their visibility at the border between the cards, along with a few personal preferences. Happy to share more details if interested!

Can you please send me the CTF? I have a DP-UBP9000 running firmware version 1.70.