lauret;675390 Wrote: > It probably does not function very well > on all systems at this point, because I only started writing it > yesterday, > but it works right here. Also, if there are any python programmers > here, > please take a look and provide comments, suggestions, or patches > please. > > You are an ace! I have been looking for something like this for ages.
First, it sounds very good. On the level of squeezeplay and squeezeslave. There are a few minor issues to sort out. I am going to keep testing it. For the time being, I can report 1) some kind of intermittent static noise which suggests too small a buffer. 2) loud buzz when you pause the player in the squeezebox web interface 3) a buzz and the following error when you switch from a lower sampling rate (e.g. 96k) to a higher sampling rate (e.g. 192K) file. ------------------------------------ Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/root/slim/modules/SlimProto.py", line 74, in run self.recv_command() File "/root/slim/modules/SlimProto.py", line 102, in recv_command self.parse_command(cmd_header, cmd_data) File "/root/slim/modules/SlimProto.py", line 112, in parse_command self.get_http_header(cmd_data[18:]) File "/root/slim/modules/SlimProto.py", line 120, in get_http_header self.parent.start_buffering(http_header, server_port, server_ip, self.pcmsamplesize, self.pcmsamplerate, self.pcmchannels) File "./slimpy.py", line 163, in start_buffering self.BufferThread.connect(http_header, server_port, server_ip, pcmsamplesize, pcmsamplerate, pcmchannels) File "/root/slim/modules/Buffer.py", line 170, in connect self.conn.putrequest(http_header_request[0], http_header_request[1], skip_host=True, skip_accept_encoding=True) AttributeError: 'Buffer' object has no attribute 'conn' ------------------------------------------------------------ But it has great potential and as, I said, it already sounds very good. I think you should start a new threat dedicated to slimpy. Many thanks Giulio -- giulio ------------------------------------------------------------------------ giulio's Profile: http://forums.slimdevices.com/member.php?userid=53337 View this thread: http://forums.slimdevices.com/showthread.php?t=91834 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
