* initial commit
* initial commit
* simplify tests
* rename symbol
* original_uri -> original_url
* change symbol name
---------
Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
* Fix for URL encoding problem #102557
Fixes the problem "Cannot play media with spaces in folder names to Sonos #102557" removing the encoding of the strings in the music library.
* Fix type casting problem
* Update media_browser.py to fix pr check findings
Added required casting for all unquote statements to avoid further casting findings in the pr checks
* Update media_browser.py
Checked on linting, lets give it another try
* Update media_browser.py
Updated ruff run
* Update media_browser.py - added version run through ruff
* Update media_browser.py - ruff changes
* Apply ruff formatting
* Update homeassistant/components/sonos/media_browser.py
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
* Update homeassistant/components/sonos/media_browser.py
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
* Update homeassistant/components/sonos/media_browser.py
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
* Update homeassistant/components/sonos/media_browser.py
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
---------
Co-authored-by: computeq-admin <51021172+computeq-admin@users.noreply.github.com>
Co-authored-by: Jason Lawrence <jjlawren@users.noreply.github.com>
* Escape media_content_id in media player proxy
* Change usage in kodi
* Change usage in roku
* Change usage in sonos
* Add test
* Add comment
* Change path regex instead of double quoting
* Use .+ instead of .*
* Allow browsing favorites in Sonos media browser
* Group favorites by type, add thumbnails
* Update homeassistant/components/sonos/media_player.py
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Keep favorite groups ordering consistent
* Skip root folder if only one child available
Co-authored-by: Jason Lawrence <jjlawren@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>