mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
- Add automatic display of ContentItem location (URI/ID) for all sources with location data - Add --verbose flag to 'play now' command for detailed content information - Show location details by default for any source (SPOTIFY, TUNEIN, PANDORA, STORED_MUSIC, etc.) - Add comprehensive test coverage for content details display logic - Add preset-store.md documentation for future /storePreset implementation - Update documentation to reflect universal location support This enables users to easily capture location URIs needed for the planned /storePreset feature: - Spotify: spotify:track:123456789 - TUNEIN: /v1/playback/station/s33828 - Internet Radio: https://stream.example.com/radio - NAS Music: 6_a2874b5d_4f83d999 - Pandora: 126740707481236361 Resolves #14 preparation work