View Single Post
  #2  
Old 01-03-2007, 01:51 AM
emarmite emarmite is offline
Registered User
 
Join Date: Jan 2007
Posts: 2
Here's a fix. It would be nice if netTunes detected this automatically and gathered the window.

1. Close netTunes
2. Open terminal
3. Type this command

defaults read com.shirtpocket.netTunes

4. You'll get an output like ("eddy" is my iTunes box):

{
ActiveAlpha = 1;
InactiveAlpha = 1;
LastServer = eddy;
ManualServers = ();
Quality = 0.4947369;
ReconnectAtStartup = 1;
ScaleToFit = 1;
ServerListVisible = 1;
SizeToFit = 0;
UsePlayControls = 1;
"eddy Frame" = "{{113, -23}, {280,874}}";
"eddy Unzoomed Origin" = "{1613, -23}";
"eddy Unzoomed Percents" = "{1, 1}";
"eddy Zoomed Origin" = "{113, 604}";
"eddy Zoomed Percents" = "{1, 1}";
}


5. Find the listing called 'Unzoomed Origin' and make a note of the server name before 'Unzoomed'. Then type the command below changing 'eddy' for the value you made a note of just now:

defaults write com.shirtpocket.netTunes "eddy Unzoomed Origin" '"{100, 100}"'

6. Start netTunes
Reply With Quote