Squeezebox: get Stream from Squeezebox Radio

Hello everybody
I have a “Logitech Squeezebox Radio” where I can choose with preset-Buttons a radio stream to listen to.

My question is: how do I get in OH2 the value of the stream when it is not choosen via OH2-UI but through the preset-Buttons of the “Logitech Squeezebox Radio”? The channel “stream” is “null”, the channel “Remote Title” shows the name of the Stream, but I can’t get the URL of the stream.

Thanks for any hint
Greetings
Frieso

I don’t think there’s currently a way to do this. If you capture a debug log that covers the time before and after the button press, I can take a look at whether it’s possible to capture the stream URL. 10-20 seconds after the button is pressed should be sufficient.

Hi Mark

i got the following logs after pushing a “preset button”:

2019-10-05 08:37:52.869 [DEBUG] [rnal.handler.SqueezeBoxServerHandler] - Sending command: players 0
2019-10-05 08:37:53.824 [DEBUG] [rnal.handler.SqueezeBoxPlayerHandler] - Trying to download the content of URL http://192.168.XX.XX:9000/plugins/TuneIn/html/images/icon.png
2019-10-05 08:37:55.900 [DEBUG] [rnal.handler.SqueezeBoxPlayerHandler] - Trying to download the content of URL http://cdn-radiotime-logos.tunein.com/s67023q.png
2019-10-05 08:38:07.843 [DEBUG] [rnal.handler.SqueezeBoxPlayerHandler] - Trying to download the content of URL http://cdn-radiotime-logos.tunein.com/_0q.png?t=154581
2019-10-05 08:38:17.371 [DEBUG] [rnal.handler.SqueezeBoxPlayerHandler] - Trying to download the content of URL http://cdn-albums.tunein.com/gn/6JZ8HT4QQ7g.jpg

The Icons are the correct ones of the preset channels. Does this help? You need some more information?
Thanks for your help

Hmm. Not very helpful. Can you try TRACE level logging instead of DEBUG?

Here some Seconds of Tracelog:

2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e status - 1 subscribe%3A10 tags%3AyagJlNKjc player_name%3ASqueezebox%20Radio player_connected%3A1 player_ip%3A192.168.XX.ZZ%3A45318 power%3A0 signalstrength%3A0 mode%3Astop remote%3A1 current_title%3ASWR3 time%3A10887.8382061958 rate%3A1 mixer%20volume%3A22 playlist%20repeat%3A0 playlist%20shuffle%3A0 playlist%20mode%3Aoff seq_no%3A49 playlist_cur_index%3A0 playlist_timestamp%3A1570276392.60117 playlist_tracks%3A1 digital_volume_control%3A1 remoteMeta%3AHASH(0x55f550f8f1b0) playlist%20index%3A0 id%3A-94512111588520 title%3ATrampoline%20%2F%20Shaed%20%26%20Zayn year%3A0 remote_title%3ASWR3%20Elchradio%20(Karlsruhe) artwork_url%3Ahttp%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs24862q.png coverart%3A0 coverid%3A-94512111588520
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type '00%3A04%3A20%3A28%3A56%3A6e'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'status'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type '-'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type '1'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'subscribe%3A10'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'tags%3AyagJlNKjc'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'player_name%3ASqueezebox%20Radio'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'player_connected%3A1'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'player_ip%3A192.168.XX.ZZ%3A45318'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'signalstrength%3A0'
2019-10-05 16:55:03.212 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'remote%3A1'
2019-10-05 16:55:03.213 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'current_title%3ASWR3'
2019-10-05 16:55:03.213 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'rate%3A1'
2019-10-05 16:55:03.213 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'playlist%20mode%3Aoff'
2019-10-05 16:55:03.213 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'seq_no%3A49'
2019-10-05 16:55:03.213 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'playlist_timestamp%3A1570276392.60117'
2019-10-05 16:55:03.213 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'digital_volume_control%3A1'
2019-10-05 16:55:03.213 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'remoteMeta%3AHASH(0x55f550f8f1b0)'
2019-10-05 16:55:03.213 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'playlist%20index%3A0'
2019-10-05 16:55:03.213 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'id%3A-94512111588520'
2019-10-05 16:55:06.343 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e power 1 0 seq_no%3A50
2019-10-05 16:55:06.343 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled player update message type 'power'.
2019-10-05 16:55:06.343 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e prefset server power 1
2019-10-05 16:55:06.343 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel power for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state ON
2019-10-05 16:55:06.344 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e menustatus ARRAY(0x55f551220778) add 00%3A04%3A20%3A28%3A56%3A6e
2019-10-05 16:55:06.344 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled player update message type 'menustatus'.
2019-10-05 16:55:06.474 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e displaynotify showbriefly HASH(0x55f5510c7fa8)
2019-10-05 16:55:06.474 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled player update message type 'displaynotify'.
2019-10-05 16:55:06.474 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e displaynotify showbriefly HASH(0x55f55107cb48)
2019-10-05 16:55:06.474 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled player update message type 'displaynotify'.
2019-10-05 16:55:06.475 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e button preset_4.single
2019-10-05 16:55:06.475 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled player update message type 'button'.
2019-10-05 16:55:06.475 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e playlist play http%3A%2F%2Fopml.radiotime.com%2FTune.ashx%3Fid%3Ds24896%26formats%3Daac%2Cogg%2Cmp3%2Cwmpro%2Cwma%2Cwmvoice%26partnerId%3D16%26serial%3D3a076c7cf889030327bacff21213058a
2019-10-05 16:55:06.475 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled playlist message type '[00%3A04%3A20%3A28%3A56%3A6e, playlist, play, http%3A%2F%2Fopml.radiotime.com%2FTune.ashx%3Fid%3Ds24896%26formats%3Daac%2Cogg%2Cmp3%2Cwmpro%2Cwma%2Cwmvoice%26partnerId%3D16%26serial%3D3a076c7cf889030327bacff21213058a]'
2019-10-05 16:55:06.475 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e playlist pause 0
2019-10-05 16:55:06.475 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel control for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state PLAY
2019-10-05 16:55:06.476 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel playPause for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state ON
2019-10-05 16:55:06.476 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel stop for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state OFF
2019-10-05 16:55:06.476 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e menustatus ARRAY(0x55f5510cdff0) add 00%3A04%3A20%3A28%3A56%3A6e
2019-10-05 16:55:06.476 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled player update message type 'menustatus'.
2019-10-05 16:55:06.779 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e status - 1 subscribe%3A10 tags%3AyagJlNKjc player_name%3ASqueezebox%20Radio player_connected%3A1 player_ip%3A192.168.XX.ZZ%3A45318 power%3A1 signalstrength%3A0 mode%3Aplay remote%3A1 current_title%3ASWR3 time%3A10887.8799970341 rate%3A1 mixer%20volume%3A22 playlist%20repeat%3A0 playlist%20shuffle%3A0 playlist%20mode%3Aoff seq_no%3A50 playlist_cur_index%3A0 playlist_timestamp%3A1570287306.47304 playlist_tracks%3A1 digital_volume_control%3A1 remoteMeta%3AHASH(0x55f5512186e8) playlist%20index%3A0 id%3A-94512111588520 title%3ATrampoline%20%2F%20Shaed%20%26%20Zayn year%3A0 remote_title%3ASWR3%20Elchradio%20(Karlsruhe) artwork_url%3Ahttp%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs24862q.png coverart%3A0 coverid%3A-94512111588520
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type '00%3A04%3A20%3A28%3A56%3A6e'
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'status'
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type '-'
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type '1'
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'subscribe%3A10'
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'tags%3AyagJlNKjc'
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'player_name%3ASqueezebox%20Radio'
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'player_connected%3A1'
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'player_ip%3A192.168.XX.ZZ%3A45318'
2019-10-05 16:55:06.780 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'signalstrength%3A0'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'remote%3A1'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'current_title%3ASWR3'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'rate%3A1'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'playlist%20mode%3Aoff'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'seq_no%3A50'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'playlist_timestamp%3A1570287306.47304'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'digital_volume_control%3A1'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'remoteMeta%3AHASH(0x55f5512186e8)'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'playlist%20index%3A0'
2019-10-05 16:55:06.781 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'id%3A-94512111588520'
2019-10-05 16:55:08.211 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10888
2019-10-05 16:55:09.211 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10889
2019-10-05 16:55:10.212 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10890
2019-10-05 16:55:11.212 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10891
2019-10-05 16:55:12.213 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10892
2019-10-05 16:55:13.213 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10893
2019-10-05 16:55:14.214 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10894
2019-10-05 16:55:15.214 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10895
2019-10-05 16:55:16.214 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10896
2019-10-05 16:55:16.782 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e status - 1 subscribe%3A10 tags%3AyagJlNKjc player_name%3ASqueezebox%20Radio player_connected%3A1 player_ip%3A192.168.XX.ZZ%3A45318 power%3A1 signalstrength%3A0 mode%3Aplay remote%3A1 current_title%3ASWR3 time%3A10897.8809472752 rate%3A1 mixer%20volume%3A22 playlist%20repeat%3A0 playlist%20shuffle%3A0 playlist%20mode%3Aoff seq_no%3A50 playlist_cur_index%3A0 playlist_timestamp%3A1570287306.47304 playlist_tracks%3A1 digital_volume_control%3A1 remoteMeta%3AHASH(0x55f550feffd0) playlist%20index%3A0 id%3A-94512111588520 title%3ATrampoline%20%2F%20Shaed%20%26%20Zayn year%3A0 remote_title%3ASWR3%20Elchradio%20(Karlsruhe) artwork_url%3Ahttp%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs24862q.png coverart%3A0 coverid%3A-94512111588520
2019-10-05 16:55:16.782 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type '00%3A04%3A20%3A28%3A56%3A6e'
2019-10-05 16:55:16.782 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'status'
2019-10-05 16:55:16.782 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type '-'
2019-10-05 16:55:16.782 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type '1'
2019-10-05 16:55:16.782 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'subscribe%3A10'
2019-10-05 16:55:16.782 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'tags%3AyagJlNKjc'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'player_name%3ASqueezebox%20Radio'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'player_connected%3A1'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'player_ip%3A192.168.XX.ZZ%3A45318'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'signalstrength%3A0'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'remote%3A1'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'current_title%3ASWR3'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10897
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'rate%3A1'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'playlist%20mode%3Aoff'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'seq_no%3A50'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'playlist_timestamp%3A1570287306.47304'
2019-10-05 16:55:16.783 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'digital_volume_control%3A1'
2019-10-05 16:55:16.784 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'remoteMeta%3AHASH(0x55f550feffd0)'
2019-10-05 16:55:16.784 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'playlist%20index%3A0'
2019-10-05 16:55:16.784 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Unhandled status message type 'id%3A-94512111588520'
2019-10-05 16:55:18.215 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10898
2019-10-05 16:55:19.216 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10899
2019-10-05 16:55:20.216 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10900
2019-10-05 16:55:21.216 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10901
2019-10-05 16:55:22.217 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10902
2019-10-05 16:55:23.217 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10903
2019-10-05 16:55:24.218 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10904
2019-10-05 16:55:25.218 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10905
2019-10-05 16:55:26.219 [TRACE] [rnal.handler.SqueezeBoxPlayerHandler] - Updating channel currentPlayingTime for thing squeezebox:squeezeboxplayer:9C6DBB01-4836-4EA7-B6A9-CB91AD4585F6:00042028566e with mac 00:40:21:22:54:6a to state 10906
2019-10-05 16:55:26.784 [TRACE] [rnal.handler.SqueezeBoxServerHandler] - Message received: 00%3A04%3A20%3A28%3A56%3A6e status - 1 subscribe%3A10 tags%3AyagJlNKjc player_name%3ASqueezebox%20Radio player_connected%3A1 player_ip%3A192.168.XX.ZZ%3A45318 power%3A1 signalstrength%3A0 mode%3Aplay remote%3A1 current_title%3ASWR3 time%3A10907.8835552883 rate%3A1 mixer%20volume%3A22 playlist%20repeat%3A0 playlist%20shuffle%3A0 playlist%20mode%3Aoff seq_no%3A50 playlist_cur_index%3A0 playlist_timestamp%3A1570287306.47304 playlist_tracks%3A1 digital_volume_control%3A1 remoteMeta%3AHASH(0x55f5511489c8) playlist%20index%3A0 id%3A-94512111588520 title%3ATrampoline%20%2F%20Shaed%20%26%20Zayn year%3A0 remote_title%3ASWR3%20Elchradio%20(Karlsruhe) artwork_url%3Ahttp%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs24862q.png coverart%3A0 coverid%3A-94512111588520

then the lines beginn to repeat (currentplayingtime and “MessageReceived”)

@frieso If I understand the log correctly, you powered on the player, then selected preset #4, which caused the player to stream from this URL?

http://opml.radiotime.com/Tune.ashx?id=s24896&formats=aac,ogg,mp3,wmpro,wma,wmvoice&partnerId=16&serial=3a076c7cf889030327bacff21213058a

Correct that’s what I did

@mhilbush do you think it’s possible to get the stream played when it’s choosen by the preset buttons?

It seems possible based on the quick look I took the other day. But, I haven’t had a chance to look at it closely enough to know for sure.