Reply To: Broken Pipe Error when Streaming files to Soundbridge

#8796
jheinitz
Participant

Hi Ron,

thanks for your fast reply. I agree with you that the Soundbridge might skip the image data. But unfortuneatly it seems that the play_count in the Database does not get updated. I think that this is related to the Broken Pipe error. I’m using the Soundbridge quite often, but the play_counts are very low. I performed the following SQL command using sqlite3:

SELECT title, play_count FROM songs WHERE play_count != 0

and this returns only a few of the songs that I already played.

Could it be related to the Broken Pipe? I read something that the play_count is only updated when all data is streamed to the client. Otherwise it’s not.

Regards

Jens