[slim] Fat Gooey for Slim Server

2007-02-03 Thread barrygordon
I was not sure where to put this so I decided to try here. I just finished a program which provides a Windows Graphical interface to control players connected to Slim Server. The program communicates only with Slim Server and does not communicate with any player. It is reasonably fast with wha

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Mark Lanctot
Barry: I'm very pleased to see you went ahead with this! I can't wait to try it out. For those that didn't see this, Barry released a very interesting testing application here: http://forums.slimdevices.com/showthread.php?t=31858 It seemed to be very fast and felt like the "native Windows app

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Nostromo
Good. I'll try it. Love the name, BTW. Fat Gooey :) -- Nostromo Nostromo's Profile: http://forums.slimdevices.com/member.php?userid=6322 View this thread: http://forums.slimdevices.com/showthread.php?t=32414 _

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Skunk
Hi Barry. Using Win2k with zone alarm firewall, I'm not able to get past Initialization due to: 2/3 19:26:15 TCP Socket Error Fired * Connection is forcefully rejected; SocketState=9 (Error) Same result with Zone alarm off. Sorry if it's covered elswhere or a basic networking ?. Thanks,

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Dave Dewey
Quoting Skunk ([EMAIL PROTECTED]): > > Hi Barry. > > Using Win2k with zone alarm firewall, I'm not able to get past > Initialization due to: > 2/3 19:26:15 TCP Socket Error Fired > * Connection is forcefully rejected; SocketState=9 (Error) > Exact same error here, no firewalls involved.

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread barrygordon
Skunk;177376 Wrote: > Hi Barry. > > Using Win2k with zone alarm firewall, I'm not able to get past > Initialization due to: > 2/3 19:26:15 TCP Socket Error Fired > * Connection is forcefully rejected; SocketState=9 (Error) > > Same result with Zone alarm off. > > Sorry if it's covered el

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread barrygordon
To the fellows having problems: Did you download the installation package or just the files. I just took a look and the installation package includes a couple of programs for Windows that I thought were on every system but perhaps not. In particular: mswinsck.ocx SocketX.OCX which have to do w

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Skunk
barrygordon;177381 Wrote: > > The CLI port is 9090 your host of SLIM Server must have that port > available to be connected to. Sorry about that, I forgot I disabled the plugin for CLI. It is opening now. After initializing, the player shows the correct song info but fails to update new songs

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Dave Dewey
Quoting barrygordon ([EMAIL PROTECTED]): > > To the fellows having problems: Did you download the installation > package or just the files. I just took a look and the installation > package includes a couple of programs for Windows that I thought were > on every system but perhaps not. In parti

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Skunk
I'm going to attach my screenshot, because not updating song info may have something to do with the fact that my control buttons aren't loading. ps again- Another reason for posting it is the fact that I wasn't able to see the screenshots in your documentation, because I don't have MS Word (graph

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread barrygordon
To all my beta helpers. I really appreciate the help. As you can imagine "It works fine for me", I lost my arrogance many years ago. Writing code for others to use can be so humbling. F Brooks (a major player in the software world at one time), said that the difference in cost between a program,

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread aubuti
Thanks for the effort. I used the installation package, and starting Fat Gooey (from a Win2K laptop) crashes slimserver (running on a debian-based LinkStation) every time. I haven't enabled Fat Gooey logging, but the slimserver log shows: *** glibc detected *** free(): invalid next size (fast): 0

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread barrygordon
Skunk, I updated the web site (Files download only not the installation package) with a new version. It should fix your problem (so far). What kind of system are you running the slim server on? Windows or other? If other what kind? It seems Fat Gooey crashes slim server for those not running

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread barrygordon
Skunk, Also I see the text is not fitting well. Do you have the Arial Narrow fonts installed? I guess they are not as common as I thought they were. I need to look at the sizing of text and the fonts I select. -- barrygordon --

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Skunk
barrygordon;177394 Wrote: > > Skunk: Please send me your ini file, I want to check some things. I > assume you have just one player, but the player is not selected in the > players list which is wrong. Everything works for me if I remove the comment notation from the start player command. I d

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Skunk
barrygordon;177396 Wrote: > Skunk, > > I updated the web site (Files download only not the installation > package) with a new version. It should fix your problem (so far). What > kind of system are you running the slim server on? Windows or other? > If other what kind? It seems Fat Gooey cra

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread barrygordon
yes I had a badly formatted piece of code. The version on the web site (files) fixes it. I will also reWork all of the text to use Arial as opposed to Arial Narrow. I like Arial Narrow as long text then shows up, but no big deal. probably post it tomorrow. I am going to take a break and catch u

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread smc2911
Had a quick look. A couple of minor comments: the display can't seem to handled (utf8) accented characters. Also, it would be nice to be able to resize the window (on my notebook, the whole thing doesn't fit on screen unless I auto-hide the windows task bar). -- smc2911

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread Skunk
barrygordon;177403 Wrote: > yes I had a badly formatted piece of code. The version on the web site > (files) fixes it. I will also reWork all of the text to use Arial as > opposed to Arial Narrow. I like Arial Narrow as long text then shows > up, but no big deal. probably post it tomorrow. > >

Re: [slim] Fat Gooey for Slim Server

2007-02-03 Thread barrygordon
Skunk, I will add a revisions log to my web site as I make changes. I will look at the exit issue, did not notice that on my system, but then again I never looked(:-) I am changing the font from arial narrow to arial and resizing the text and label windows. I assume you have Arial as that is wha

Re: [slim] Fat Gooey for Slim Server

2007-02-04 Thread ceejay
Hello One question and one suggestion: - would someone like to comment in a "compare and contrast" sort of way how this compares with Moose, which superficially does the same thing? - Barry: if/when you think this is ready for general use you might want to list it at http://wiki.slimdevices.com

Re: [slim] Fat Gooey for Slim Server

2007-02-04 Thread barrygordon
ceejay;177449 Wrote: > Hello > > One question and one suggestion: > > - would someone like to comment in a "compare and contrast" sort of way > how this compares with Moose, which superficially does the same thing? > > - Barry: if/when you think this is ready for general use you might want > t

Re: [slim] Fat Gooey for Slim Server

2007-02-04 Thread Skunk
Barry, Like I said it seems to fit well within your home automation system, so I don't want you to change anything on my account. If art and drag/drop are easy to implement I think it would enhance the user experience, but then again if you're standing up (next to a wall that the screen is locat

Re: [slim] Fat Gooey for Slim Server

2007-02-04 Thread barrygordon
Skunk et al., FAT Gooey is completely separate from my Home Automation system. They just have a lot of code in common (the main TCP/IP code and command handling) The program should run on anything that runs VB6. That is what it is written in. It needs the socket controls from Windows/System a

Re: [slim] Fat Gooey for Slim Server

2007-02-08 Thread barrygordon
I have added some features to enable Playlist construction and fixed some bugs. The current version is at my web site (www.the-gordons.net). There is now an expand command to expand any library listing (eg artists) down to songs so they can be selectively added to the playlist. Ther is also now

Re: [slim] Fat Gooey for Slim Server

2007-02-09 Thread CardinalFang
barrygordon;179029 Wrote: > > The only major issues reported are a failure when slim server is not > running on a Windows system (I feel this is a Slim Server issue as it > crashes with certain CLI sequences) and an issue with displaying > diacritical marks in UTF-8 > Feedback appreciated. I bu

Re: [slim] Fat Gooey for Slim Server

2007-02-09 Thread aubuti
barrygordon;179029 Wrote: > The only major issues reported are a failure when slim server is not > running on a Windows system (I feel this is a Slim Server issue as it > crashes with certain CLI sequences) and an issue with displaying > diacritical marks in UTF-8 > Feedback appreciated. I was ha

Re: [slim] Fat Gooey for Slim Server

2007-02-11 Thread barrygordon
Thanks for the feed back. I just added a very nice Screen Saver to the FatGooey files. I want to do a little more work on it, but it is totally usable. If it finds no Slim devices powered up it displays album covers as thumbnails in a "Pong" window. If it finds one powered up it displays the pla