Re: [SlimDevices: Beta] Updating Squeezebox server reverts my playlists on some players

2009-08-28 Thread schiegl

kdf;452275 Wrote: 
 I believe there is an open bug report about MusicIP  generated mixes not
 getting stored and restored across a server restart.
 

Fortunately this bug (or a similar sounding one i had filed) has been
fixed in 7.3.3: https://bugs.slimdevices.com/show_bug.cgi?id=9931

kdf;452275 Wrote: 
 
 It's possible there are other cases as well.
 -k

Indeed, as this bug was only for MIP-generated playlists...

regards,
Markus


-- 
schiegl

schiegl's Profile: http://forums.slimdevices.com/member.php?userid=6654
View this thread: http://forums.slimdevices.com/showthread.php?t=67096

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.4 - r28243 breaks albums

2009-08-28 Thread gharris999

pfarrell;451059 Wrote: 
 Wow, that is harsh.
 Seems to me that would be classified as a install script bug, a big
 one.
 
 Years ago, I played directly with the database, which I remember is on
 some non-standard port. But I don't remember the details of how to even
 do that.
 
 (I've been using MySql professionally for a long time, so I can drive
 once the proper local SD voodoo is know.)
 
 Do you want to use mysql-admin to drop the database? or just
 mysql-client to drop all the tables?
 
 Is there a handy script to drop all the tables at once?
 
 This sure seems extreme to me.
Shouldn't one be able to perform the equivalent of a *full* wipe and
rescan simply by stopping the squeezeboxserver service, manually
deleting the /var/lib/squeezeboxserver/cache/MySQL/ directory and then
restarting the service?  Won't sbs then recreate the directories, the db
and all the tables from scratch?  Not as elegant as mucking with the db
using mysql-administrator on port 9092, I know, but I'd think it would
get the job done.

That said, to drop all the tables you should be able to use a query
based on the schema_1_down.sql file in
/usr/share/squeezeboxserver/SQL/mysql...something like:

Code:


  USE slimserver;
  SET FOREIGN_KEY_CHECKS = 0;
  DROP TABLE IF EXISTS metainformation;
  DROP TABLE IF EXISTS unreadable_tracks;
  DROP TABLE IF EXISTS rescans;
  DROP TABLE IF EXISTS tracks;
  DROP TABLE IF EXISTS playlist_track;
  DROP TABLE IF EXISTS albums;
  DROP TABLE IF EXISTS years;
  DROP TABLE IF EXISTS contributors;
  DROP TABLE IF EXISTS contributor_track;
  DROP TABLE IF EXISTS contributor_album;
  DROP TABLE IF EXISTS genres;
  DROP TABLE IF EXISTS genre_track;
  DROP TABLE IF EXISTS comments;
  DROP TABLE IF EXISTS pluginversion;
  DROP TABLE IF EXISTS progress;
  DROP TABLE IF EXISTS tracks_persistent;
  



-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=66972

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


[SlimDevices: Beta] Can't setup mysqueezebox.com on r28287

2009-08-28 Thread pippin

http://bugs.slimdevices.com/show_bug.cgi?id=13738

I can't set the SN account through the web interface (wizard or
settings page).
Is there any workaround?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=67116

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Can't setup mysqueezebox.com on r28287

2009-08-28 Thread knutm

If you are desperate you can hard-code your username/password in
Slim/Networking/SqueezeNetwork.pm :) But I guess this is a bug that will
be fixed shortly, I also reported this as bug 13727.


-- 
knutm

knutm's Profile: http://forums.slimdevices.com/member.php?userid=16681
View this thread: http://forums.slimdevices.com/showthread.php?t=67116

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


[SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Sigurd

The volume control on SBC doesn't seem to work on the last two firmware
upgrades on 7.4. Works in SC though, but stuck on controller.


-- 
Sigurd

Sigurd's Profile: http://forums.slimdevices.com/member.php?userid=29083
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Schindler

which firmware r7296?


-- 
Schindler

Schindler's Profile: http://forums.slimdevices.com/member.php?userid=8461
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


[SlimDevices: Beta] 7.4 beta in an unstable, but usable state...

2009-08-28 Thread verypsb

Hi,

Just wanted to say that for me 7.4 beta is in an unstable, but usable
state. Over the last 2 to 3 months I've tried 7.4 beta several times,
but reverted back to 7.3.3 (or 7.3.4) within an hour, because it was too
unstable. Since this week I've been trying 7.4 and think it's in an
usable state. Yes, it needs more work, but can live with the problems it
causes right now. However, if the MusicIP (SugarCube) and extended
characters problem would be fixed... (THAT would be great!)


-- 
verypsb

verypsb's Profile: http://forums.slimdevices.com/member.php?userid=17295
View this thread: http://forums.slimdevices.com/showthread.php?t=67125

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Updating Squeezebox server reverts my playlists on some players

2009-08-28 Thread MeSue

When it happened most recently, I had one set of players (synced) with a
MIP-generated playlist, and another player with a different
MIP-generated playlist. The single player kept its playlist, but the
synced players all reverted to the previous day's playlist.

I'll keep an eye out to see if I can figure a pattern.


-- 
MeSue

Sue
http://www.last.fm/user/MeSue

MeSue's Profile: http://forums.slimdevices.com/member.php?userid=985
View this thread: http://forums.slimdevices.com/showthread.php?t=67096

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Mnyb

Here is log part from my controller

while the fault occurs


+---+
|Filename: messages.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=8015|
+---+

-- 
Mnyb



No it can NOT be controlled with iTunes

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Tom Wadzinski

Thanks for posting the error. I'll put a fix out shortly.


-- 
Tom Wadzinski

Tom Wadzinski (Former username Planktonic)
Logitech Developer - SqueezePlay

Tom Wadzinski's Profile: http://forums.slimdevices.com/member.php?userid=18548
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Mnyb

Tom Wadzinski;452456 Wrote: 
 Thanks for posting the error. I'll put a fix out shortly.

It now:

https://bugs.slimdevices.com/show_bug.cgi?id=13739

Is this the update I get right now ? as we speak ?
Firmware: 7.4.0-r7296 :) no it was not :/


-- 
Mnyb



No it can NOT be controlled with iTunes

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Tom Wadzinski

Fixed in r7304.


-- 
Tom Wadzinski

Tom Wadzinski (Former username Planktonic)
Logitech Developer - SqueezePlay

Tom Wadzinski's Profile: http://forums.slimdevices.com/member.php?userid=18548
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread xprezz

When will r7304 be available?


-- 
xprezz

xprezz's Profile: http://forums.slimdevices.com/member.php?userid=21083
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Tom Wadzinski

Hopefully in about 30 minutes or less...


-- 
Tom Wadzinski

Tom Wadzinski (Former username Planktonic)
Logitech Developer - SqueezePlay

Tom Wadzinski's Profile: http://forums.slimdevices.com/member.php?userid=18548
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Tom Wadzinski

A new nightly build is running, that will push out when it finishes. 
Not sure when that will be but should be less than an hour...


-- 
Tom Wadzinski

Tom Wadzinski (Former username Planktonic)
Logitech Developer - SqueezePlay

Tom Wadzinski's Profile: http://forums.slimdevices.com/member.php?userid=18548
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


[SlimDevices: Beta] Spontaneous wallpaper change

2009-08-28 Thread Teus de Jong

After updating my controller to 7296, it started with a different
wallpaper. After settting it back to Black, I noticed it changes
spontaneously to Encore and back to Black when I walk through the
entries in the Choose Player menu. Curious. Maybe the menus are somehow
coupled.

Teus


-- 
Teus de Jong

Teus de Jong's Profile: http://forums.slimdevices.com/member.php?userid=15415
View this thread: http://forums.slimdevices.com/showthread.php?t=67131

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Spontaneous wallpaper change

2009-08-28 Thread kdf

 After updating my controller to 7296, it started with a different
 wallpaper. After settting it back to Black, I noticed it changes
 spontaneously to Encore and back to Black when I walk through the
 entries in the Choose Player menu. Curious. Maybe the menus are somehow
 coupled.

Wallpaper is player specific, so you can have a different background for
each player that you are controlling and thus easily tell which player is
active without actually having to look up 2 and read anything :)

-k

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Mnyb

I see it on the server..
How and when does it get picked up by my local squeezeboxserver ?
Do i have to restart squeezeboxserver to get it search for the new
update ?


-- 
Mnyb



No it can NOT be controlled with iTunes

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread knutm

Try Settings-Advanced-Diagnostics-Software update- choose the update
from mysqueezebox.com


-- 
knutm

knutm's Profile: http://forums.slimdevices.com/member.php?userid=16681
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Spontaneous wallpaper change

2009-08-28 Thread Teus de Jong

Ah, thanks for the info. Kind of strange that this started now: I have
never set any different wallpapers for different players and never seen
this change before. Just have to check how players are coupled to
wallpapers now.

Teus


-- 
Teus de Jong

Teus de Jong's Profile: http://forums.slimdevices.com/member.php?userid=15415
View this thread: http://forums.slimdevices.com/showthread.php?t=67131

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Spontaneous wallpaper change

2009-08-28 Thread Mnyb

Teus de Jong;452528 Wrote: 
 Ah, thanks for the info. Kind of strange that this started now: I have
 never set any different wallpapers for different players and never seen
 this change before. Just have to check how players are coupled to
 wallpapers now.
 
 Teus

settingsscreenwallpaper

like always ? I'm always used different background for different
players.
New with 7.4 it remembers those between fw upgrades, I also use custom
wallpapers, with the customize controller settings in the advanced tab
in squeezeboxserver.


-- 
Mnyb



No it can NOT be controlled with iTunes

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=67131

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Spontaneous wallpaper change

2009-08-28 Thread Teus de Jong

Ok, ok, stupid I never saw it or used it. :-)

Teus


-- 
Teus de Jong

Teus de Jong's Profile: http://forums.slimdevices.com/member.php?userid=15415
View this thread: http://forums.slimdevices.com/showthread.php?t=67131

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Volume ctrl not working on latest firmware

2009-08-28 Thread Mnyb

knutm;452526 Wrote: 
 Try Settings-Advanced-Diagnostics-Software update- choose the update
 from mysqueezebox.com

ok, try that next time i lost patince and used an SD card , working
fine now.
Cool option i can choose my local SC or mysqueezebox.com or SD card.

the SettingsAdvancedSoftwareupdate menu does not have the
mysqueezebox.com option ?  so now we can do this from two places in the
controller ok.


-- 
Mnyb



No it can NOT be controlled with iTunes

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=67123

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SqueezeCenter 7.4 Snow Leopard (Mac OS 10.6)

2009-08-28 Thread SNazz123

Hello all. I just installed Snow Leopard (10.6) today at 1:45PM Eastern
Daylight Time. I went right to SqueezeCenter under System Preference.
Double clicking the icon brings up the following alert: To use the
SqueezeCenter preference pane, System Preferences must quit and
reopen. I clicked on OK and I get the familiar SqueezeCenter pane. In
the header area it says SqueezeCenter (32-bit). Start Server is shown
in black. I have Automatically start set to When System Boot. The Web
Access, button, alas is greyed out. Clicking on Start Server results
Start Server becoming grey and Web Access remaining grey. 

I'm rather disappointed the Logitech did not have SqueezeCenter ready
to go. I don't really care about 32-bit vs. 64-bit for the moment but
would just like to have a 32-bit version working at the moment. I'm not
really sure what v.7.3.4 nightly is. (An overnight beta?) My version is
7.3.3. Should I look for the v.7.3.4 here and install it? Is it stable?
Or should I get 7.4, indeed? (I'm surprised I didn't get a notification
of this upgrade. Is there a way to check for updates? Through the
remote? Through SqueezeCenter?

Is there an ETA on v.7.4?

Thanks for any advise on this. I appreciate it!

SNazz123


-- 
SNazz123

SNazz123's Profile: http://forums.slimdevices.com/member.php?userid=29553
View this thread: http://forums.slimdevices.com/showthread.php?t=67090

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SqueezeCenter 7.4 Snow Leopard (Mac OS 10.6)

2009-08-28 Thread Andy Grundman
Please use 7.3.4 on Snow Leopard.
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SqueezeCenter 7.4 Snow Leopard (Mac OS 10.6)

2009-08-28 Thread radish

Which you can get here:
http://wiki.slimdevices.com/index.php/Nightly_Builds


-- 
radish

'HELP ME RAISE MONEY FOR CHILDREN'S CANCER RESEARCH!'
(HTTP://WWW.ADAMREEVE.COM/24IN24/)
http://www.last.fm/user/polymeric

radish's Profile: http://forums.slimdevices.com/member.php?userid=77
View this thread: http://forums.slimdevices.com/showthread.php?t=67090

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SqueezeCenter 7.4 Snow Leopard (Mac OS 10.6)

2009-08-28 Thread kanoot

well I just installed snow leopard and it makes me relaunch system
preferences so it can run in 32bit - then squeezecenter does not start -
just greyed-out buttons - running 7.3.4 nightly


-- 
kanoot

kanoot's Profile: http://forums.slimdevices.com/member.php?userid=4324
View this thread: http://forums.slimdevices.com/showthread.php?t=67090

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


[SlimDevices: Beta] How to port and test applets for 7.4 ?

2009-08-28 Thread bluegaspode

Hi there, 

I recently wrote a small applet for headphone switching, testet it in
SqueezePlay, moved it to a 7.3 controller and everything works nice :)

Now I try it out on 7.4 (pushed it to the controller) and it isn't
working anymore :(
I still can see an entry on the main menu, but the submenus are not
working anymore.

I'm a bit helpless currently, can anyone answer the following
questions:
1) is there an overview of obvious changes, that have to be done to
existing applets ?
2) How would I test an applet currently, without uploading it to the
controller all the time. SqueezePlay doesn't seem to exist in a 7.4
version.
3) Can anyone help me with my current problem:

In /var/log/messages I can see some messages:

Code:


  Aug 28 22:36:18 squeezeplay: ERROR  squeezeplay.applets - 
AppletManager.lua:470 Error while loading applet 
Headphones:/usr/share/jive/jive/utils/log.lua:75: attempt to index upvalue 
'log' (a nil value)
  



If I look at the new applets I'm also aware that lines like 

Code:


  local log = require(jive.utils.log).logger(applets.screensavers)
  


are not used anymore. 

Just to make sure I didn't make a mistake, I took the
Wake-On-Lan-applet
(http://wiki.slimdevices.com/index.php/SqueezePlay_Applets) which worked
very good with 7.3. Now under 7.4 it shows similar effects (top-level
menuitems appear, but then errors start and I won't get into submenus).

So - if anyone can tell me how this simple applet needs to be changed
I'll be able to change my own as well.


-- 
bluegaspode

bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=67136

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.4 beta in an unstable, but usable state...

2009-08-28 Thread sxr71

Usable state on which planet? I mean the thing doesn't even show my
player nor does it even show any players in the drop down box. So I have
no volume control or play/pause control. When I set up a streaming
player it doesn't even show since the whole right side of the default
interface is dead. This is not usable for most humans.

Also Trackstat fails to load. I got it to work once, but then it just
died with that error. I'm going back to 7.3.4 and I wonder what kind of
errors I will find there. 

I hate to be so negative since I know the developers are really trying
and they address issues very fast, so I will patiently wait.


-- 
sxr71

sxr71's Profile: http://forums.slimdevices.com/member.php?userid=18773
View this thread: http://forums.slimdevices.com/showthread.php?t=67125

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SqueezeCenter 7.4 Snow Leopard (Mac OS 10.6)

2009-08-28 Thread SNazz123

andyg;452553 Wrote: 
 Please use 7.3.4 on Snow Leopard.

Thanks Andy however I installed 7.3.4 and it is not working.

I have Automatically start: set to When System Boots. Web Access
is grayed out. I clicked on the Start Server button now it is grayed
out. (I don't usually have to do anything but launch the SqueezeCenter
icon from the System Accessories.)  My unit is in Blue mode, not white.

Is there something else I need to be doing to get things working. (I
did reboot the computer but that didn't help either.)

I'm stumped.

Thanks,
SNazz123


-- 
SNazz123

SNazz123's Profile: http://forums.slimdevices.com/member.php?userid=29553
View this thread: http://forums.slimdevices.com/showthread.php?t=67090

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SqueezeCenter 7.4 Snow Leopard (Mac OS 10.6)

2009-08-28 Thread kanoot

7.4 seems to run although the system preferences pane fires off many a
spinning beachball - also all of my artist names have disappeared in the
web interface but show up on the squeezebox LCD when I play a song. In
other words... buggy, but I expected as much being forced to run 7.4


-- 
kanoot

kanoot's Profile: http://forums.slimdevices.com/member.php?userid=4324
View this thread: http://forums.slimdevices.com/showthread.php?t=67090

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


[SlimDevices: Beta] Installing on Windows Home Server

2009-08-28 Thread harbars

Hi folks,

I have a WHS, which includes build 7.4 - 25724, pre-installed by
Tranquil PC (the manufacturer) of the WHS.

Can I install later versions over this, or should I uninstall this and
start with a clean install?

many thanks!

s.


-- 
harbars

harbars's Profile: http://forums.slimdevices.com/member.php?userid=32450
View this thread: http://forums.slimdevices.com/showthread.php?t=67143

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Installing on Windows Home Server

2009-08-28 Thread gcurrie

You have no choice. You need to uninstall before installing a new
build.

I'm not sure if it is possible to do an in-place install, seeing as how
SBS is a running process.

I haven't yet seen a WHS add-in that doesn't require uninstalling
first. It must be difficult.


-- 
gcurrie

gcurrie's Profile: http://forums.slimdevices.com/member.php?userid=31389
View this thread: http://forums.slimdevices.com/showthread.php?t=67143

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Installing on Windows Home Server

2009-08-28 Thread MeSue

harbars;452670 Wrote: 
 pre-installed by Tranquil PC (the manufacturer) of the WHS.

Ah, that explains why so many WHS peeps are running a beta version
without realizing it.

With 7.4 it has to be uninstalled and reinstalled through the WHS
console for every update.

The 7.3 versions don't have a console add-in, and those could be
installed right on top of the previous version. Honestly, it was a lot
faster that way--my WHS console opens so slooowwwly.


-- 
MeSue

Sue
http://www.last.fm/user/MeSue

MeSue's Profile: http://forums.slimdevices.com/member.php?userid=985
View this thread: http://forums.slimdevices.com/showthread.php?t=67143

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Installing on Windows Home Server

2009-08-28 Thread harbars

thanks!

yeah - i guess it's a bit of a stupid question really, seeing as WHS
addins cannot be inplace upgraded, sorry about that. late... friday...
etc.

The tranquil unit having it installed is a bit crappy (amongst other
things). It wasn't until i came here that I knew it was beta. Suppose
they are just a bit too keen!


-- 
harbars

harbars's Profile: http://forums.slimdevices.com/member.php?userid=32450
View this thread: http://forums.slimdevices.com/showthread.php?t=67143

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SqueezeCenter 7.4 Snow Leopard (Mac OS 10.6)

2009-08-28 Thread andyg

Update on Snow Leopard status: SC 7.3.4 as of r28351 should run on Snow
Leopard in either 32-bit or 64-bit mode.  The Preference Pane only
supports 32-bit, so if you have a 64-bit system you need to click the
annoying button to restart the PrefPane in 32-bit mode.

7.4 needs more work before it's fully compatible.  I hope to get that
done early this weekend.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=67090

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.4 beta in an unstable, but usable state...

2009-08-28 Thread Mnyb

sxr71;452622 Wrote: 
 Usable state on which planet? I mean the thing doesn't even show my
 player nor does it even show any players in the drop down box. So I have
 no volume control or play/pause control. When I set up a streaming
 player it doesn't even show since the whole right side of the default
 interface is dead. This is not usable for most humans.
 
 Also Trackstat fails to load. I got it to work once, but then it just
 died with that error. I'm going back to 7.3.4 and I wonder what kind of
 errors I will find there. 
 
 I hate to be so negative since I know the developers are really trying
 and they address issues very fast, so I will patiently wait.

Thats not normal at all web-UI is functional here ? did you clean the
browser cache. does it actually run .
what did you upgrade from or rather did you upgrade ? not a clean
install .
They did brake the migration a couple of releases (weeks ? ) back,
this because they renamed the aplication.

If you dare to try again id' say backup your old dB and settings (to
have when you go back to 7.3.x ) and remove every trace of earlier
installs.
Some folks here have managed to use some of their old settings file by
open them and editing the file path's.

You might have to manually clean out some things.

the 7.3.x and older 7.4 have exe named squeezecenter file path's with
.../squeezecenter in most places .

Some intermediate 7.4 had squeezebox.exe and a mix of squeezebox and
squeezeboxserver in folder paths.

Newer 7.4 is squeezeboxserver everywhere .

And I think they have made changes to the file path's in some OS .
This makes for an ugly upgrade.
This will be fixed in the official release, so that we don't end up
with a mess when upgrading ( i don't hold my breath on that one ).

Are you running windows ? as the program now have a new name it will be
considered a new application by your anti-virus and some firewall's


-- 
Mnyb



No it can NOT be controlled with iTunes

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=67125

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.4 beta in an unstable, but usable state...

2009-08-28 Thread JHC

Must agree with the original poster -- I've been using 7.4 for the last
10 days or so and find it very usable.

Even though I haven't been on the 7.4 train all that long, many changes
have come down the pipe and they've all dropped into place fairly
smoothly.

Kudos to the developers for managing big changes like going from mysql
to sqlite and back and keeping things running.

Jonathan


-- 
JHC

JHC's Profile: http://forums.slimdevices.com/member.php?userid=14979
View this thread: http://forums.slimdevices.com/showthread.php?t=67125

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


[SlimDevices: Beta] changes to internetradio without good reason ?

2009-08-28 Thread Mnyb

hello for now it's seems that no Radio Networks is available under the
internetradio menu Where they for all meaningful intent and purpose 
*should* be. Nothing else makes any sense at all period.

If I for example casually wants to check out what radioio or shoutcast
have today.
Then I have to install radioio or shoutcast as an app ! aarrrghhh .

There are 12 radio-networks they would clutter my My Apps menu and
make it a horrible mess, while they would fit perfectly under a
RadioNetworks menu under Internet Radio ?
It's a perfectly viable *option* to install them as apps, I can
understand if you want to move BBC to the home menu for example, thats
great.

4 player times 12 that makes for 48 app installs ?
And I end with an My Apps menu cluttered with radio providers that
should be under Internet Radio ?

Is this some kind of shady deal with the providers, to maximise the
exposure of their tiny little icon, this would actually make sense as
with this UI model you will not have all Radio Networks installed it
gets to messy.
Whats next, mandatory exposure on the home menu ?

Can we have the Radio Networks back under the internet radio menu as
it was a couple of days ago, then we can easily access them in a logical
way without even installing them as an app ;)

Please with sugar on it, sorry for the rant i don't suffer stupid
things well.


-- 
Mnyb



No it can NOT be controlled with iTunes

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=67149

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] WHS: Where is the most stable SQL version (nightly 7.3.4 gone!)

2009-08-28 Thread sjchmura

If someone can direct me to the proper way to formally report bugs that
would be great.

Anyway

Running Receiver+Controller+ a few softqueeze+ WHS version (latest)

Since the last 2-3 weeks I have been unable to, via remote desktop or
the controller, to log into my Pandora account:

On the remote desktop (simplest but the same for the controller

1. Go to pandora
2. States needs login (ok, buy I have a mysqueeze account already
whastever)
3. I enter my email address and click the find button
4. Now asks for password
5. Enter password (yes, this combo is correct)
6. Now when you look on top at the tree it states

Reciever-Pandora-Login PASSOWRD password PASSWORD

Only a blank CD cover shows.

So it is taking my password and sending it as the LOGIN also..

Ditto if you try and use the controller (so painful since my email
address is long) you do NOT get a connection.

Again, going back to 7.3.4 solves all problems.


-- 
sjchmura

sjchmura's Profile: http://forums.slimdevices.com/member.php?userid=18164
View this thread: http://forums.slimdevices.com/showthread.php?t=66208

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] WHS: Where is the most stable SQL version (nightly 7.3.4 gone!)

2009-08-28 Thread Mnyb

sjchmura;452710 Wrote: 
 If someone can direct me to the proper way to formally report bugs that
 would be great.
 
 Anyway
 
 Running Receiver+Controller+ a few softqueeze+ WHS version (latest)
 
 Since the last 2-3 weeks I have been unable to, via remote desktop or
 the controller, to log into my Pandora account:
 
 On the remote desktop (simplest but the same for the controller
 
 1. Go to pandora
 2. States needs login (ok, buy I have a mysqueeze account already
 whastever)
 3. I enter my email address and click the find button
 4. Now asks for password
 5. Enter password (yes, this combo is correct)
 6. Now when you look on top at the tree it states
 
 Reciever-Pandora-Login PASSOWRD password PASSWORD
 
 Only a blank CD cover shows.
 
 So it is taking my password and sending it as the LOGIN also..
 
 Ditto if you try and use the controller (so painful since my email
 address is long) you do NOT get a connection.
 
 Again, going back to 7.3.4 solves all problems.

Reporting bugs ? The sticky tread on top of most sub-forums, in beta it
is this post:

http://forums.slimdevices.com/showthread.php?t=17483

which points you here:

http://bugs.slimdevices.com/


-- 
Mnyb



No it can NOT be controlled with iTunes

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=66208

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] WHS: Where is the most stable SQL version (nightly 7.3.4 gone!)

2009-08-28 Thread Andy Grundman
That's a known bug with the web UI. Your best bet is to add your  
Pandora account at test.squeezenetwork.com.

On Aug 29, 2009, at 1:19 AM, sjchmura 
sjchmura.3xnzvb1251523...@no-mx.forums.slimdevices.com 
  wrote:


 If someone can direct me to the proper way to formally report bugs  
 that
 would be great.

 Anyway

 Running Receiver+Controller+ a few softqueeze+ WHS version (latest)

 Since the last 2-3 weeks I have been unable to, via remote desktop or
 the controller, to log into my Pandora account:

 On the remote desktop (simplest but the same for the controller

 1. Go to pandora
 2. States needs login (ok, buy I have a mysqueeze account already
 whastever)
 3. I enter my email address and click the find button
 4. Now asks for password
 5. Enter password (yes, this combo is correct)
 6. Now when you look on top at the tree it states

 Reciever-Pandora-Login PASSOWRD password PASSWORD

 Only a blank CD cover shows.

 So it is taking my password and sending it as the LOGIN also..

 Ditto if you try and use the controller (so painful since my email
 address is long) you do NOT get a connection.

 Again, going back to 7.3.4 solves all problems.


 -- 
 sjchmura
 --- 
 -
 sjchmura's Profile: http://forums.slimdevices.com/member.php?userid=18164
 View this thread: http://forums.slimdevices.com/showthread.php?t=66208

 ___
 beta mailing list
 beta@lists.slimdevices.com
 http://lists.slimdevices.com/mailman/listinfo/beta
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta