[SlimDevices: Beta] Re: Re: Unicode Fonts on PlayerUI (SB2)

2006-01-31 Thread Dan Sully

* kdf shaped the electrons to say...


unfortunately, can vary from system to system.

debian-based: apt-get install libgd


Actually that's: apt-get install libgd-gd2-perl


I'm not sure where clarkconnect fits in.


I believe it's RPM based.

-D
--
( ( ( [ ] ) ) )
In Stereo Where
  Available
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


Re: [SlimDevices: Beta] Re: Unicode Fonts on PlayerUI (SB2)

2006-01-31 Thread kdf

Quoting Cams <[EMAIL PROTECTED]>:



kdf Wrote:

To see if Graphics folder is there (it had better be!):
ls /usr/local/slimserver/

to copy the fotn file:
cp /path/to/font.ttf /usr/local/slimserver/Graphics


Brilliant! It worked! Many thanks kdf. Now that I've got the font in
place, what do I need to do to get it to display on the SB3?


if you are lucky, you can just reboot.

if not, you'll have to install libgd for your system.  that process, 
unfortunately, can vary from system to system.


debian-based: apt-get install libgd
I'm not sure where clarkconnect fits in.

try starting the server manually:

/usr/local/slimserver/slimserver.pl --d_graphics

that will show some debugging to let you know whether GD has loaded 
properly or not.  once it does, then the fonts will work.  I can't say 
for sure if that is all that's left of the setup, but the fonts loading 
part it done. The display of the fonts will depend on the setup of your 
system, that it supports utf8 as well.


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


[SlimDevices: Beta] Re: Unicode Fonts on PlayerUI (SB2)

2006-01-31 Thread Cams

kdf Wrote: 
> To see if Graphics folder is there (it had better be!):
> ls /usr/local/slimserver/
> 
> to copy the fotn file:
> cp /path/to/font.ttf /usr/local/slimserver/Graphics

Brilliant! It worked! Many thanks kdf. Now that I've got the font in
place, what do I need to do to get it to display on the SB3?

Cams


-- 
Cams

Cams's Profile: http://forums.slimdevices.com/member.php?userid=3302
View this thread: http://forums.slimdevices.com/showthread.php?t=15573

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


Re: [SlimDevices: Beta] Re: Random Mix not appending

2006-01-31 Thread kdf

Quoting Robin Bowes <[EMAIL PROTECTED]>:


kdf said the following on 02/01/2006 01:27 AM:

Quoting Robin Bowes <[EMAIL PROTECTED]>:



What would you expect the initial mix size to be with a setting of xx
upcoming entries?



xx + 1 actually. (Currently playing song + xx upcoming songs)

But it isn't, it's xx.

So you actually get (xx - 1) upcoming entries.



Or, given that there are no songs when you start a mix, it would add 10
upcoming songs and start playing ;)


...at which point it should add another upcoming song to maintain xx
upcoming songs. ;)

or rename the thing to say what it really is, number of songs in the 
queue. Then we could start a pool on how long it took for someone to 
complain that queue was "too techie"


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


[SlimDevices: Beta] Re: Random Mix not appending

2006-01-31 Thread Robin Bowes
kdf said the following on 02/01/2006 01:27 AM:
> Quoting Robin Bowes <[EMAIL PROTECTED]>:
> 
> 
>>> What would you expect the initial mix size to be with a setting of xx
>>> upcoming entries?
>>
>>
>> xx + 1 actually. (Currently playing song + xx upcoming songs)
>>
>> But it isn't, it's xx.
>>
>> So you actually get (xx - 1) upcoming entries.
> 
> 
> Or, given that there are no songs when you start a mix, it would add 10
> upcoming songs and start playing ;)

...at which point it should add another upcoming song to maintain xx
upcoming songs. ;)

R.

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


Re: [SlimDevices: Beta] Re: Random Mix not appending

2006-01-31 Thread kdf

Quoting Robin Bowes <[EMAIL PROTECTED]>:



What would you expect the initial mix size to be with a setting of xx
upcoming entries?


xx + 1 actually. (Currently playing song + xx upcoming songs)

But it isn't, it's xx.

So you actually get (xx - 1) upcoming entries.


Or, given that there are no songs when you start a mix, it would add 10 
upcoming songs and start playing ;)


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


[SlimDevices: Beta] Re: Random Mix not appending

2006-01-31 Thread Robin Bowes
kdf said the following on 01/31/2006 08:51 PM:
> Quoting MarkH
> <[EMAIL PROTECTED]>:
> 
> 
> 
>> This setting is at the bottom of the Random Mix setting page, and you
>> can set the Play Now list to show xx upcoming entries, yy entries of
>> previously played music.  Random Mix initial list size gets set to xx.
> 
> 
> What would you expect the initial mix size to be with a setting of xx
> upcoming entries?

xx + 1 actually. (Currently playing song + xx upcoming songs)

But it isn't, it's xx.

So you actually get (xx - 1) upcoming entries.

R.
(Feeling pedantic todaY)

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


[SlimDevices: Beta] Re: Random Mix not appending

2006-01-31 Thread MarkH

kdf Wrote: 
> Quoting MarkH :
> 
> 
> > This setting is at the bottom of the Random Mix setting page, and
> you
> > can set the Play Now list to show xx upcoming entries, yy entries of
> > previously played music.  Random Mix initial list size gets set to
> xx.
> 
> What would you expect the initial mix size to be with a setting of xx 
> upcoming entries?
> 
> -kdf
Duh! :)  Go figure.


-- 
MarkH

MarkH's Profile: http://forums.slimdevices.com/member.php?userid=2377
View this thread: http://forums.slimdevices.com/showthread.php?t=20126

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


Re: [SlimDevices: Beta] Re: Unicode Fonts on PlayerUI (SB2)

2006-01-31 Thread kdf

Quoting Cams <[EMAIL PROTECTED]>:



Thanks. I did use the RPM installer but am not sure how to see whether
that folder exists or how to copy fonts into it. I'm running
ClarkConnect 3.2 and have an SSH client. What would be the commands to
copy a true type font into that folder? I see from the Slim Devices
site that unicode fonts are natively supported in SlimServer 6.2 but
that doesn't seem to affect the player.


6.5 builds already have CODE2000 installed, but 6.5 is still considered 
a development build, only for those who are prepared for certain 
problems and to help fix.


To see if Graphics folder is there (it had better be!):
ls /usr/local/slimserver/

to copy the fotn file:
cp /path/to/font.ttf /usr/local/slimserver/Graphics

Of course, that assumes that you've downloaded the font file to the 
clarkconnect box.  I assume you have, since you must have been able to 
download and store the rpm on there previously.


-kdf

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


Re: [SlimDevices: Beta] Re: Firmware 29

2006-01-31 Thread Michael Herger

How do I do a factory reset?


That was the key to resolving my problem... (well, had to open slimserver  
to all IP addresses, enable DHCP on the SB2, fix the address, block  
connections again until it worked as before :-))


--

Michael

---
Help translate SlimServer by using the
StringEditor Plugin (http://www.herger.net/slim/)
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


[SlimDevices: Beta] Re: Firmware 29

2006-01-31 Thread MrC

alex_london Wrote: 
> I have exactly the same problem with my SB2. Had to change my WLAN
> password, and since that time it's been stuck in an endless rreboot
> loop... only the newer one of my two SB2's has been affected, and
> they're both on firmware 29. I wouldn't think the problem relates to my
> WLAN router, as it's powered down now!
> 
> How do I do a factory reset? I've tried holding the power key on my
> remote for 5 seconds, heck I even tried 10, but my SB is still
> rebooting itself...

Pull the power cord, and plug it back in.  Immediately hold down the
Add key, and you will see Factory Reset (or something like that).

Be sure to enter your network information correctly, or it will get
back into the same loop.


-- 
MrC

MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=20506

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


[SlimDevices: Beta] Re: Unicode Fonts on PlayerUI (SB2)

2006-01-31 Thread Cams

kdf Wrote: 
> Quoting Cams :
> 
> > However I don't know how to find that folder, much less put new
> fonts
> > in there!
> >
> > Could someone walk me through how to do this please?
> 
> If you used the RPM installer it would be:
> /usr/local/slimserver/Graphics
> 
> -k

Thanks. I did use the RPM installer but am not sure how to see whether
that folder exists or how to copy fonts into it. I'm running
ClarkConnect 3.2 and have an SSH client. What would be the commands to
copy a true type font into that folder? I see from the Slim Devices
site that unicode fonts are natively supported in SlimServer 6.2 but
that doesn't seem to affect the player.

Thanks
Cams


-- 
Cams

Cams's Profile: http://forums.slimdevices.com/member.php?userid=3302
View this thread: http://forums.slimdevices.com/showthread.php?t=15573

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


Re: [SlimDevices: Beta] Re: Changing sort order of Browse Artwork

2006-01-31 Thread Greg Klanderman
> Triode  <[EMAIL PROTECTED]> writes:

> What do you have the Behaviour - Compilations settings set as.  I think
> if you select "Group Compilation Albums Together" and rescan it should
> list them as VA?  

That's how I have it set, my config file has

   variousArtistAutoIdentification: 1

And SS does list them as VA in Browse Artists.
Just not Browse Artwork.

> The recent change for browse artwork was done to make VA albums appear
> together.  It is sorting by the albums.namesort value for both the
> order and the alphaPageBar.

What would sorting by albums.namesort have to do with VA?
Maybe you mean contributors.namesort?

Here's the data in my DB for a VA (multiple artist) album (I've
elided the empty columns):

sqlite> select * from albums where title like "Folkscene%3%";
id = 526
 title = Folkscene Collection, Vol. 3
 titlesort = FOLKSCENE COLLECTION VOL 3
   titlesearch = FOLKSCENE COLLECTION VOL 3
   contributor = 308
   compilation = 1
  year = 2001
   artwork = 7518
sqlite> select * from contributors where id = 308;
id = 308
  name = Loreena McKennitt
  namesort = LOREENA MCKENNITT
namesearch = LOREENA MCKENNITT

I suspect all that's needed is a patch something like this:

Index: Slim/DataStores/DBI/DBIStore.pm
===
--- Slim/DataStores/DBI/DBIStore.pm (revision 5975)
+++ Slim/DataStores/DBI/DBIStore.pm (working copy)
@@ -992,6 +992,7 @@
$::d_import && msgf("Import: Marking album: [%s] as Various 
Artists.\n", $albumObj->title);
 
$albumObj->compilation(1);
+   $albumObj->contributor($self->variousArtistsObject->id);
$albumObj->update;
}
 
Hopefully you get the idea even if it is not syntactically correct.

I may have time tonight to debug and test this hypothesis.

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


[SlimDevices: Beta] Re: Firmware 29

2006-01-31 Thread alex_london

MrC Wrote: 
> Belkin Pre-N, WPA-TKIP, no SSID broadcast. 
> 
> It was pretty easy to reproduce.  Update firmware, do a factory reset,
> and then when entering the passphrase, enter it incorrectly.  Go right
> to accept and it will try to connect, fail, and reboot.  It brings you
> back to the network setup page, and moving right would have and reboot.
> 
> 
> I was not able to get passed a single right (or up / down) remote
> button press before the crash would occur.

I have exactly the same problem with my SB2. Had to change my WLAN
password, and since that time it's been stuck in an endless rreboot
loop... only the newer one of my two SB2's has been affected, and
they're both on firmware 29. I wouldn't think the problem relates to my
WLAN router, as it's powered down now!

How do I do a factory reset? I've tried holding the power key on my
remote for 5 seconds, heck I even tried 10, but my SB is still
rebooting itself...

Thanks,
Alex


-- 
alex_london

alex_london's Profile: http://forums.slimdevices.com/member.php?userid=906
View this thread: http://forums.slimdevices.com/showthread.php?t=20506

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


[SlimDevices: Beta] Re: Firmware 29

2006-01-31 Thread mherger

bflatmajor Wrote: 
> no, it's definitly an issue with 6.2.2 and the new firmware.

It's not a problem with 6.2.2 per se, but with the latest firmware in
that server version. I've been using 6.2.2 for weeks without a problem.
But fw 29 is a problem for me, too.

bflatmajor Wrote: 
> Then all of a sudden, SB2 stopped playing period. It would say it was
> playing but nothing would be coming from my speakers. 

It's slightly different for me: it is playing, while the screen freezes
and goes "Slimserver not available" after a while. After a while it will
reconnect, and restart the same song. Over and over again.

This is with a Trendware TEW-431BRP, using WEP128, connecting 2xSB1 &
1xSB2.

The health plugin noticed a congestion: up to 45 commands in the queue.


-- 
mherger

Michael

---
Help translate SlimServer by using the
SlimString Translation Helper (http://www.herger.net/slim/)

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=20506

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


Re: [SlimDevices: Beta] Re: Random Mix not appending

2006-01-31 Thread kdf

Quoting MarkH <[EMAIL PROTECTED]>:



This setting is at the bottom of the Random Mix setting page, and you
can set the Play Now list to show xx upcoming entries, yy entries of
previously played music.  Random Mix initial list size gets set to xx.


What would you expect the initial mix size to be with a setting of xx 
upcoming entries?


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


[SlimDevices: Beta] Re: Random Mix not appending

2006-01-31 Thread MarkH

grov Wrote: 
> Just thought I'd follow up and say that the Random Mix seems to be
> working properly with the 2006-01-31 nightly build.
I can confirm this, too, on the 1/31 Windows build.

There is still interacton between the length of the Play Now setting
and the size of the initial Random Mix list.  Not sure if this is
supposed to be or not.  

This setting is at the bottom of the Random Mix setting page, and you
can set the Play Now list to show xx upcoming entries, yy entries of
previously played music.  Random Mix initial list size gets set to xx.


-- 
MarkH

MarkH's Profile: http://forums.slimdevices.com/member.php?userid=2377
View this thread: http://forums.slimdevices.com/showthread.php?t=20126

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


[SlimDevices: Beta] Re: Changing sort order of Browse Artwork

2006-01-31 Thread Triode

> I wonder if I should add a bit of code to mergeVariousArtistsAlbums so
> that when it sets the compilation bit, it also sets the contributor to
> "Various Artists"?
> 
What do you have the Behaviour - Compilations settings set as.  I think
if you select "Group Compilation Albums Together" and rescan it should
list them as VA?  

The recent change for browse artwork was done to make VA albums appear
together.  It is sorting by the albums.namesort value for both the
order and the alphaPageBar.


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=20199

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


Re: [SlimDevices: Beta] Re: Unicode Fonts on PlayerUI (SB2)

2006-01-31 Thread kdf

Quoting Cams <[EMAIL PROTECTED]>:


However I don't know how to find that folder, much less put new fonts
in there!

Could someone walk me through how to do this please?


If you used the RPM installer it would be:
/usr/local/slimserver/Graphics

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


[SlimDevices: Beta] Re: Unicode Fonts on PlayerUI (SB2)

2006-01-31 Thread Cams

I found this thread through a search, but it seems terribly complicated
and completely over my head. I'm running ClarkConnect 3.2 Home edition
with SlimServer (don't know how to figure out what version it is, but I
installed it only a week ago and it was the latest version then). 

I have a lot of Russian music that requires Cyrillic tags. They display
okay on SlimServer but I get only a string of question marks on the SB3.
I found this on the help file in SlimServer:


> SQUEEZEBOX GRAPHICS FONT FILES
> 
> Font files reside in the Graphics folder

However I don't know how to find that folder, much less put new fonts
in there! 

Could someone walk me through how to do this please?

Thanks
Cams


-- 
Cams

Cams's Profile: http://forums.slimdevices.com/member.php?userid=3302
View this thread: http://forums.slimdevices.com/showthread.php?t=15573

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


[SlimDevices: Beta] Re: SlimServer not working on OSX 10.4.4 (Intel)

2006-01-31 Thread Dan Sully

* jasenj1 shaped the electrons to say...


Yes, I caught that.  My question is whether it'd be helpful to you if I
ran it.  I'm not planning to run SS on the new machine; I'm using the
old one as a media server.  But I can install it if it'd be useful to
you to have another beta tester.


Yes - it would be helpful. Thanks.

-D
--
 Please refrain from fearing the reaper.
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


[SlimDevices: Beta] Fisbone - activating playing track

2006-01-31 Thread lemppari

This may be already a work in progress, but if the playlist doesn't fit
to window, it isn't scrolled so that the currently playing track is
visible. I have to scroll the window to show the current track
everytime window refreshes itself. This worked fine before "the web
rewrite" started on the trunk.

Using trunk 2006-1-30 with firefox

Kari.


-- 
lemppari

lemppari's Profile: http://forums.slimdevices.com/member.php?userid=1775
View this thread: http://forums.slimdevices.com/showthread.php?t=20619

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


[SlimDevices: Beta] Re: Random Mix not appending

2006-01-31 Thread grov

Just thought I'd follow up and say that the Random Mix seems to be
working properly with the 2006-01-31 nightly build.


-- 
grov

grov's Profile: http://forums.slimdevices.com/member.php?userid=1647
View this thread: http://forums.slimdevices.com/showthread.php?t=20126

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


[SlimDevices: Beta] Re: SlimServer not working on OSX 10.4.4 (Intel)

2006-01-31 Thread jasenj1

Dan Sully Wrote: 
> * jasenj1 shaped the electrons to say...
> [color=blue]
> Jasen - the latest nightly builds for both 6.2.x and 6.5 are Intel OSX
> compatible.
> 

Yes, I caught that.  My question is whether it'd be helpful to you if I
ran it.  I'm not planning to run SS on the new machine; I'm using the
old one as a media server.  But I can install it if it'd be useful to
you to have another beta tester.

- Jasen.


-- 
jasenj1

jasenj1's Profile: http://forums.slimdevices.com/member.php?userid=3466
View this thread: http://forums.slimdevices.com/showthread.php?t=20119

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