home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.98k stars 7.29k forks source link

Media Title content does not display correctly #32951

Closed G8YTZ closed 3 months ago

G8YTZ commented 5 months ago

Feedback

Media Title content does not display correctly; special characters do not display correctly. (I assume it is the way YAML handles text strings).

For example: (Artist/Track) Nora Jones - Sinkin' Soon is displayed incorrectly (see pictures)

Linn front panel display shows correct syntax.

Same source playing on Apple TV Media Player is ok , see pictures below.

Screenshot 2024-05-26 at 11 52 44 Screenshot 2024-05-26 at 11 58 17

URL

https://www.home-assistant.io/integrations/openhome/

Version

2024.5.5

Additional information

No response

home-assistant[bot] commented 5 months ago

Hey there @bazwilliams, mind taking a look at this feedback as it has been labeled with an integration (openhome) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `openhome` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign openhome` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
bazwilliams commented 5 months ago

I've seen this. It looks like a double escaping bug in the library I've written, I'll need to investigate why it's doing that.

G8YTZ commented 5 months ago

Thanks Barry,

It would be great to get that resolved, it's still a great integration though. I really appreciate you taking the time to write it.

Justin

bazwilliams commented 5 months ago

Quick update on this - the upstream library has a fix for this https://github.com/bazwilliams/openhomedevice/releases/tag/2.3 this week I'll test it within Home Assistant and get a PR up for it.

G8YTZ commented 5 months ago

Barry, that's great news. I'm looking forward to trying it out. As a matter of interest do you work for Linn? Justin.

github-actions[bot] commented 3 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved. If this issue is still relevant, please let us know by leaving a comment 👍 This issue has now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

G8YTZ commented 3 months ago

Please can you reopen this as a fix is being worked on