-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot play media containing a forward slash #78674
Comments
roon documentation |
Hey there @pavoni, mind taking a look at this issue as it has been labeled with an integration ( |
The integration just uses a simple library call to split the path into the individual components - so I’m not surprised it doesn’t handle quoted strings. As a work round could you change the track name in roon? Perhaps a dash? |
Ok. Glad it is a library issue and not something simple I was overlooking. Replacing the forward slash with a dash would work and if it was just a handful of tracks affected I'd likely consider doing that. Unfortunately, the issue also affects genres and sub-genres and would require a lot of manual changes to the library to work around the problem. |
Re-opened since I now have a fix! |
The problem
Apologies if this is an easy fix that I've overlooked...
I'm unable to play media where the artist, album, or genre name contains a forward slash (/) using the media_player.play_media service. Enclosing the name or entire media_content_id string in quotes doesn't work.
Works:
media_content_id: Library/Artists/Volbeat/Rewind, Replay, Rebound
media_content_id: Library/Genres/Jazz
Does not work:
media_content_id: Library/Artists/Volbeat/Rock the Rebel/Metal the Devil
media_content_id: "Library/Artists/Volbeat/Rock the Rebel/Metal the Devil"
media_content_id: "Library/Artists/Volbeat/'Rock the Rebel/Metal the Devil'"
media_content_id: Library/Genres/Pop/Rock
What version of Home Assistant Core has the issue?
2022.9.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
roon
Link to integration documentation on our website
https://www.home-assistant.io/integrations/roon
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: