kodi-community-addons / plugin.audio.squeezebox

Squeezelite player for Kodi
GNU General Public License v2.0
15 stars 7 forks source link

Player stops playing after change in playlist #5

Open joswart opened 5 years ago

joswart commented 5 years ago

Starting a song on Kodi 18.1 results in a +/- 2 second playback, after which the playback is stopped. Restarting the playback will result in a complete playback.

Adding a song to the playlist will stop playback, so does starting the next song, whether it is chosen or while the previous song has ended. Starting the stopped song again will normally give a complete playback.

In the log it looks like the stops are intended (see below).

2019-04-14 00:03:20.234 T:140335665620736 NOTICE: plugin.audio.squeezebox --> started webproxy at port 51100 2019-04-14 00:03:20.290 T:140334324582144 NOTICE: plugin.audio.squeezebox --> Waiting for mac address... 2019-04-14 00:03:21.290 T:140334324582144 NOTICE: plugin.audio.squeezebox --> Waiting for mac address... 2019-04-14 00:03:22.301 T:140334324582144 NOTICE: plugin.audio.squeezebox --> Detected Mac-Address: e0:69:95:87:d3:f9 2019-04-14 00:03:27.357 T:140334324582144 NOTICE: plugin.audio.squeezebox --> discovery: [{'from': ('192.168.2.10', 3483), 'host': '192.168.2.10', 'data': 'EJSON\x049000', 'port': 9000}] 2019-04-14 00:03:27.373 T:140334324582144 NOTICE: plugin.audio.squeezebox --> LMS server discovered - host: 192.168.2.10 - port: 9000 2019-04-14 00:03:30.142 T:140334324582144 NOTICE: plugin.audio.squeezebox --> Starting Squeezelite binary - Using audio device: default 2019-04-14 00:03:30.167 T:140334324582144 NOTICE: plugin.audio.squeezebox --> Start Monitoring events for playerid e0:69:95:87:d3:f9 2019-04-14 00:03:46.830 T:140334324582144 NOTICE: plugin.audio.squeezebox --> play started by lms server 2019-04-14 00:03:48.152 T:140334324582144 NOTICE: plugin.audio.squeezebox --> playlist changed on lms server 2019-04-14 00:03:49.687 T:140334324582144 NOTICE: plugin.audio.squeezebox --> playback stopped 2019-04-14 00:04:03.414 T:140334324582144 NOTICE: plugin.audio.squeezebox --> play started by lms server 2019-04-14 00:04:51.044 T:140334324582144 NOTICE: plugin.audio.squeezebox --> playlist changed on lms server 2019-04-14 00:04:51.156 T:140334324582144 NOTICE: plugin.audio.squeezebox --> clearing playlist... 2019-04-14 00:04:52.521 T:140334324582144 NOTICE: plugin.audio.squeezebox --> playback stopped 2019-04-14 00:04:56.794 T:140334324582144 NOTICE: plugin.audio.squeezebox --> play started by lms server 2019-04-14 00:06:03.837 T:140334324582144 NOTICE: plugin.audio.squeezebox --> playlist changed on lms server 2019-04-14 00:06:05.382 T:140334324582144 NOTICE: plugin.audio.squeezebox --> playback stopped 2019-04-14 00:06:09.688 T:140334324582144 NOTICE: plugin.audio.squeezebox --> play started by lms server 2019-04-14 00:06:10.884 T:140334324582144 NOTICE: plugin.audio.squeezebox --> playlist changed on lms server 2019-04-14 00:06:12.425 T:140334324582144 NOTICE: plugin.audio.squeezebox --> playback stopped 2019-04-14 00:06:16.619 T:140334324582144 NOTICE: plugin.audio.squeezebox --> play started by lms server

rcampbel3 commented 4 years ago

I'm experiencing the same thing -- using libreelec on a RPi connecting to my LMS 7.8 server that has about 10 other clients that are working properly.