Re: [slim] feature request: file vs track calculator

2008-07-03 Thread Mnyb

One thought is couldn't the scanner report unscanable files after a full
scan ?
The report should be so a human can read them.

file blabla.flac with url mnt\music\... etc is not committed to db
check your file/tag.

But i can see complications as SC is guessing tags on filenames and
folder when no valid tag is found, so some files IS in the DB but
probably has flawed tags etc. So this feature should have a limited
scoope if requested.

The criteria for weeding out a bad file could get complicated.
But if limited to only files that is not included in track count then
I'm positive to idea. It wont solve all problems but it seems not to
complicated to do (says an complete amateur with out any perl skills
;-) ).


-- 
Mnyb

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

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


Re: [slim] feature request: file vs track calculator

2008-07-03 Thread snarlydwarf

Mnyb;316864 Wrote: 
 
 The criteria for weeding out a bad file could get complicated.
 But if limited to only files that is not included in track count then
 I'm positive to idea. It wont solve all problems but it seems not to
 complicated to do (says an complete amateur with out any perl skills
 ;-) ).

without writing code:

extract all file-url's from the db
(ie, 'select url from tracks where audio')
use Find::File and get all files from filesystem
compare the two.  Not hard if you store one of the lists as a hash
based
on filename (ie, if ($exists($db{$filename}))

The only really annoying trick is the unescaping special characters,
but that isn't really a problem in perl.


-- 
snarlydwarf

snarlydwarf's Profile: http://forums.slimdevices.com/member.php?userid=1179
View this thread: http://forums.slimdevices.com/showthread.php?t=49429

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


Re: [slim] feature request: file vs track calculator

2008-07-03 Thread Michael Herger
 One thought is couldn't the scanner report unscanable files after a full
 scan ?

We plan on adding this in a later version of SC (sorry, can't find the bug  
no.)

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


Re: [slim] Title Format Comment not working correctly for MusicIP playlist in web UI

2008-07-03 Thread Michael Herger
 So, for example, if I set the Comment tag to 01 Track Name - Artist
 Name - Album Name, the MusicIP playlist is displayed as 01 Track Name
 - Artist Name - Album Name by Artist Name from Album Name

It's the same for me in eg. the album view. MIP is using the same code to  
display items as do the other browse/search function.

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


Re: [slim] feature request: file vs track calculator

2008-07-03 Thread JJZolx

Mnyb;316864 Wrote: 
 One thought is couldn't the scanner report unscanable files after a full
 scan ?
 The report should be so a human can read them.
 
 file blabla.flac with url mnt\music\... etc is not committed to db
 check your file/tag.

That report is called the scanner log.

Why not enter all bad files in the scanner log, including the reason
why they couldn't be added.  Actually, I wouldn't be surprised if
they're entered there already - _something_ must be crapping out to
keep the files from getting added to the database.  If the scanner
doesn't do this now, file an enhancement request.

At the default ERROR level, I think this should be all that appears in
the log, so if the scanner notes that any files couldn't be added due
to errors, it could say so on the Status page under Music Scan Details,
with a link to the scanner log.


-- 
JJZolx

Jim

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=49429

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


[slim] SBC UI in other language?

2008-07-03 Thread lymzy

Hi,

I just got the SBC in the duet package and love it first sight.

I SCP the CJK ttf to the controller and now could browsing Chinese
character perfect.

How about the menu/UI in SBC?
If I want to translate it myself, where to start?

I suppose since it already display Chinese correctly, UI won't be far
reach?

Thanks.

lymzy


-- 
lymzy

lymzy's Profile: http://forums.slimdevices.com/member.php?userid=6701
View this thread: http://forums.slimdevices.com/showthread.php?t=49478

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


Re: [slim] Horrific setup experience - need help

2008-07-03 Thread ymilner

Just one request to the OP: please change the subject of this thread to
reflect the current problem status :)


-- 
ymilner

ymilner's Profile: http://forums.slimdevices.com/member.php?userid=1370
View this thread: http://forums.slimdevices.com/showthread.php?t=49358

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


Re: [slim] Protecting library with NTFS permissions

2008-07-03 Thread amcluesent

We'll I did say I was using RAID1 as TBH an exernal backup regime for
1.5Tb isn't really tractable...

The NTFS permissions were set to prevent operator error trashing the
library!


-- 
amcluesent

amcluesent's Profile: http://forums.slimdevices.com/member.php?userid=10286
View this thread: http://forums.slimdevices.com/showthread.php?t=49434

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


[slim] New Business Messaging System

2008-07-03 Thread Indira

Attention..Business Makers..Do you wish to send FREE BULK SMSes to all
your clients?.Do you have a zeal to provide exceptional customer
service, simultaneously building a Brand image for your company? Do you
wish to extract huge business from your existing customers just by
sending a very low cost sms to a right customer at a right time?..
Check out the Management solution for free
athttp://www.ezsms.co.in/downloads.htm  or call +91-099897-90099


-- 
Indira

Indira's Profile: http://forums.slimdevices.com/member.php?userid=18572
View this thread: http://forums.slimdevices.com/showthread.php?t=49479

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


Re: [slim] SBC UI in other language?

2008-07-03 Thread Michael Herger
 If I want to translate it myself, where to start?

create a custom-strings.txt in SqueezeCenter's installation folder (where 
there's the strings.txt file). Add the missing translations you can't find in 
strings.txt using the same file format.

If you add --checkstrings to the startup parameters of SqueezeCenter you won't 
even have to reload SC to get the strings updated.

-- 

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


Re: [slim] SBC UI in other language?

2008-07-03 Thread Michael Herger
 create a custom-strings.txt in SqueezeCenter's installation folder (where 
 there's the strings.txt file). Add the missing translations you can't find in 
 strings.txt using the same file format.

Oh, and once you've successfully translated everything/most of it, it would be 
great if you could to send it to translate at slimdevices dot com - I'll then 
integrate it with the main distribution. Thanks in advance!

-- 

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


[slim] Trouble with squeezebox

2008-07-03 Thread pong400

Hello,

Since yesterday, my squeezebox has a very strange behaviour.
When I run an audio file, the song begins to play (without any output
of sounds) during few seconds (less than 10) and then restart from the
begining again  and again. If I forward the song, I observe the same
behaviour: the song plays during few seconds and rewind, plays few
seconds, rewind, etc... endless .
If I plugged off/on the squeezebox, the squeezebox is able to normally
play a song but the strange behaviour comes back as soon as a new song
is selected...

Thank you for any idea.
Jack


-- 
pong400

pong400's Profile: http://forums.slimdevices.com/member.php?userid=6551
View this thread: http://forums.slimdevices.com/showthread.php?t=49482

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


Re: [slim] Trouble with squeezebox

2008-07-03 Thread SJobson

I managed to cause this same behaviour with my SQB3 last weekend.  It
happened when I ran Softsqueeze on my laptop (which is not the
Squeezecentre server) and tried to sync it with the SQB3.  I had to
ctrl-alt-delete into Task Manager and shut down the Softsqueeze process
to make it stop.


-- 
SJobson

SJobson's Profile: http://forums.slimdevices.com/member.php?userid=16336
View this thread: http://forums.slimdevices.com/showthread.php?t=49482

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


Re: [slim] Bad experience upgrading to SC7 (pops and cracks and pause)

2008-07-03 Thread vincoz

radish;316627 Wrote: 
 Do you really hear pops or just dropouts?

pops and loud cracks, as if the wires were badly connected (which they
aren't). The going on pause happens with flacs only. What I haven't
tried (and am relunctant to trying) is to check what happens when using
lower quality mp3s.

Still the SB3 is connected to the nas by ethernet, so bandwidth
shouldn't be an issue neither.

Really stuck there, any help appreciated.

Thanks, Vincent.


-- 
vincoz

vincoz's Profile: http://forums.slimdevices.com/member.php?userid=14580
View this thread: http://forums.slimdevices.com/showthread.php?t=49431

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


Re: [slim] Receiver Connection Problems

2008-07-03 Thread smc2911

Good news, I upgraded to the latest 7.1 and it all works again! I didn't
make any other changes to the linux server or the network topology, so
it must have been a transient quirk with the version of 7.1 I was using
(or some other problem which has vanished). Anyway, radish, thanks for
your suggestions!


-- 
smc2911

http://www.last.fm/user/smc2911/

smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=49307

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


Re: [slim] Protecting library with NTFS permissions

2008-07-03 Thread Robin Bowes
amcluesent wrote:
 We'll I did say I was using RAID1 as TBH an exernal backup regime for
 1.5Tb isn't really tractable...

Sure it is.

Here's a couple of ideas:

1. Copy everything to external drives - 4 x 500Gb external drives would 
only cost around £200; 1GB drives might be a bit more pricey.

2. Backup to tape - LTO3 is 400GB/tape; this options is more costly than 
using external hard drives.

 The NTFS permissions were set to prevent operator error trashing the
 library!

You're probably better of making everything read-only, including files, 
and changing permissions explicitly when you want to change anything; I 
don't imagine you change your library all that often - I certainly don't.

R.

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


Re: [slim] Bad experience upgrading to SC7 (pops and cracks and pause)

2008-07-03 Thread Phil Leigh

have you reset the xilinx chip?


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49431

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


Re: [slim] shutting off at a specific time

2008-07-03 Thread syburgh

Your SqueezeCenter will need to do this. Probably many ways to do this,
a cron script (Linux, etc.) or a Scheduled Tast (Windows) would work
well. 

Either way you will would use the CLI to issue the command (playerid
power 0, see 'CLI documentation'
(http://www.marina.obradovic.com/html/docs/cli-api.html#power) where
playerid is the SB MAC address)

Maybe there is a plugin that also does this?


-- 
syburgh

syburgh's Profile: http://forums.slimdevices.com/member.php?userid=14239
View this thread: http://forums.slimdevices.com/showthread.php?t=49464

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


Re: [slim] Question on Favorites in Squeezecenter 7.0.1

2008-07-03 Thread Uluen

mherger;316748 Wrote: 
 As we've seen demand for better customization  
 we'll probably enhance/change this feature in a future version.Good news!


-- 
Uluen

'FOYNLAND.ORG' (HTTP://FOYNLAND.ORG/)
*'Discogs'
(http://www.discogs.com/collection?user=Monklysort=artistorder=ascpage=1folder_id=)*
'LAST.FM' (HTTP://WWW.LAST.FM/USER/ULUEN/)
*'Flickr' (http://www.flickr.com/photos/knasclass/)*

Uluen's Profile: http://forums.slimdevices.com/member.php?userid=12166
View this thread: http://forums.slimdevices.com/showthread.php?t=49443

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


Re: [slim] Trouble with squeezebox

2008-07-03 Thread pong400

I run the server health test and all seems ok. Hereafter the results:

Résumé

Connexion de contrôle  : OK
Connexion de flux  : OK
Signal de la platine   : OK
Remplissage du tampon  : OK
Temps de réponse du serveur : OK

Alertes

Les performances de cette platine sont normales.


-- 
pong400

pong400's Profile: http://forums.slimdevices.com/member.php?userid=6551
View this thread: http://forums.slimdevices.com/showthread.php?t=49482

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


Re: [slim] Receiver Connection Problems

2008-07-03 Thread radish

smc2911;316909 Wrote: 
 Anyway, radish, thanks for your suggestions!

No problem, glad you got it sorted!


-- 
radish

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

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


Re: [slim] Trouble with squeezebox

2008-07-03 Thread raaurora

pong400;316898 Wrote: 
 Hello,
 
 Since yesterday, my squeezebox has a very strange behaviour.
 When I run an audio file, the song begins to play (without any output
 of sounds) during few seconds (less than 10) and then restart from the
 begining again  and again. If I forward the song, I observe the same
 behaviour: the song plays during few seconds and rewind, plays few
 seconds, rewind, etc... endless .
 If I plugged off/on the squeezebox, the squeezebox is able to normally
 play a song but the strange behaviour comes back as soon as a new song
 is selected...
 
 Thank you for any idea.
 Jack

you mean the receiver right?  I have found that a cold start (unplug,
wait about 5 mins, plug back in) solves a world of weirdness problems. 
Not sure if it will help or not, but worth a try.


-- 
raaurora

raaurora's Profile: http://forums.slimdevices.com/member.php?userid=18288
View this thread: http://forums.slimdevices.com/showthread.php?t=49482

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


Re: [slim] Trouble with squeezebox

2008-07-03 Thread Phil Leigh

pong400;316951 Wrote: 
 I run the server health test and all seems ok. Hereafter the results:
 
 Résumé
 
 Connexion de contrôle  : OK
 Connexion de flux  : OK
 Signal de la platine   : OK
 Remplissage du tampon  : OK
 Temps de réponse du serveur : OK
 
 Alertes
 
 Les performances de cette platine sont normales.

Did you click on the Help Icon (bottom left of SC home page) and select
a data rate? You need to be able to get 2000kbps at 100%.
What can you achieve?


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49482

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


[slim] 7.01 7.02 7.1 7.2 7.3 Which 1

2008-07-03 Thread freddyste

Help Please can anyone tell me which of theses updates is the best to
use very confusing as to which one,just tried 7.3 but sqeezecenter will
now not start.


-- 
freddyste

freddyste's Profile: http://forums.slimdevices.com/member.php?userid=16671
View this thread: http://forums.slimdevices.com/showthread.php?t=49491

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


Re: [slim] Title Format Comment not working correctly for MusicIP playlist in web UI

2008-07-03 Thread jbmccune

Are these the two screens you're referring to?  As you can see in the
screenshots, they are not displaying the same for me.  Are you running
the same versions - SC v7.01 and MusicIP v1.8.1b?


+---+
|Filename: MusicIPView.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=5394|
+---+

-- 
jbmccune

jbmccune's Profile: http://forums.slimdevices.com/member.php?userid=15254
View this thread: http://forums.slimdevices.com/showthread.php?t=49469

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


Re: [slim] 7.01 7.02 7.1 7.2 7.3 Which 1

2008-07-03 Thread Phil Leigh

you should be using 7.01 unless told otherwise.


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49491

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


Re: [slim] Receiver Connection Problems

2008-07-03 Thread pablolie

does anyone know when 7.1 will be officially released as a main, stable
release?

...pablo


-- 
pablolie

pablolie's Profile: http://forums.slimdevices.com/member.php?userid=3816
View this thread: http://forums.slimdevices.com/showthread.php?t=49307

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


Re: [slim] 7.01 7.02 7.1 7.2 7.3 Which 1

2008-07-03 Thread andynormancx

Unless you need to test something in one of the beta versions then you
are best just to go to http://www.slimdevices.com/su_downloads.html and
download the latest release version (which happens at the moment to be
7.0.1).


-- 
andynormancx

Yes, it will. Yes, all of them. Yes, SoftSqueeze as well. What ?
I SAID ALL OF THEM !

andynormancx's Profile: http://forums.slimdevices.com/member.php?userid=17417
View this thread: http://forums.slimdevices.com/showthread.php?t=49491

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


Re: [slim] Title Format Comment not working correctly for MusicIP playlist in web UI

2008-07-03 Thread Michael Herger
 Are these the two screens you're referring to?  As you can see in the
 screenshots, they are not displaying the same for me.

They are displaying the same, but not formatted the same ;-). As the Album 
screen shows all the items of one album, we decided to move the album title up 
to the top. This of course can't be done in a mix.

Try displaying the same page in another skin (Classic, Fishbone), and it will 
very likely be identical to what you have in the MIP screen. Or browse Years - 
1999 - All Tracks.

-- 

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


Re: [slim] Question on Favorites in Squeezecenter 7.0.1

2008-07-03 Thread chris.mason

mherger;316748 Wrote: 
  Thanks Michael - is there a case here for a bulk editing feature, or
  are Favorites really aimed at listing just a few items?
 
 I always wonder how many favorites one can have. I don't need more than
 my  
 remote has number buttons :-).
 
 To answer your question: yes, Favorites are/were intended to be your
 few  
 golden tracks/stations. As we've seen demand for better customization 
 
 we'll probably enhance/change this feature in a future version.
 
 Michael

Thanks Michael!


-- 
chris.mason

chris.mason's Profile: http://forums.slimdevices.com/member.php?userid=3323
View this thread: http://forums.slimdevices.com/showthread.php?t=49443

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


[slim] 7.0.1 would crash 30-50 seconds after start

2008-07-03 Thread lgreco

I have upgraded to 7.0.1 SqueezeCenter on a fully updated/patched
G5/10.4 desktop.

When I try to start the server, the following two entries appear in the
SqueezeCenter/server.log:

[08-07-03 10:10:45.9217] DBIx::Migration::migrate (115) Warning:
Database error: Can't DROP 'thumb'; check that column/key exists at
/Users/leo/Library/PreferencePanes/SqueezeCenter.prefPane/Contents/server/CPAN/DBIx/Migration.pm
line 115.

[08-07-03 10:10:45.9236] Slim::Schema::forceCommit (1368) Warning:
Trying to commit transactions before DB is initialized!

The strange this is that the offending file (CPAN/DBIx/Migration.pm)
does not exist; in fact the entire DBIx directory doesn't exist in the
tree.

I tried to downgrade to an earlier version (~6) with no success.

Any suggestions?


-- 
lgreco

lgreco's Profile: http://forums.slimdevices.com/member.php?userid=17147
View this thread: http://forums.slimdevices.com/showthread.php?t=49493

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


Re: [slim] 7.0.1 would crash 30-50 seconds after start

2008-07-03 Thread Phil Leigh

is this you again?
http://forums.slimdevices.com/showthread.php?t=46866highlight=thumb


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49493

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


Re: [slim] Trouble with squeezebox

2008-07-03 Thread pong400

raaurora;316957 Wrote: 
 you mean the receiver right?  I have found that a cold start (unplug,
 wait about 5 mins, plug back in) solves a world of weirdness problems
 related to wireless gear (media servers, gaming adapters, etc.).  Not
 sure if it will help or not, but worth a try.

Yes I mean the receiver. I will try that. However my squeezebox is link
to my server by PLC not wireless


Phil Leigh;316961 Wrote: 
 Did you click on the Help Icon (bottom left of SC home page) and select
 a data rate? You need to be able to get 2000kbps at 100%.
 What can you achieve?
Yes the Help Icon.
I get 100% for all data rate.


-- 
pong400

pong400's Profile: http://forums.slimdevices.com/member.php?userid=6551
View this thread: http://forums.slimdevices.com/showthread.php?t=49482

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


Re: [slim] SBC UI in other language?

2008-07-03 Thread lymzy

mherger;316886 Wrote: 
  If I want to translate it myself, where to start?
 
 create a custom-strings.txt in SqueezeCenter's installation folder
 (where there's the strings.txt file). Add the missing translations you
 can't find in strings.txt using the same file format.
 
 If you add --checkstrings to the startup parameters of SqueezeCenter
 you won't even have to reload SC to get the strings updated.
 
 -- 
 
 Michael


Do you mean the squeeze center?

Squeeze center already has Chinese UI. I want the duet controller to
have a Chinese UI.

It this possible?

Thanks.


-- 
lymzy

lymzy's Profile: http://forums.slimdevices.com/member.php?userid=6701
View this thread: http://forums.slimdevices.com/showthread.php?t=49478

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


Re: [slim] Problem

2008-07-03 Thread Phil Leigh

need more info:
what OS
what version of SC
what format are your files?
what happens on the display and in the web GUI?

have you run the server and network health test?


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49477

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


Re: [slim] SBC UI in other language?

2008-07-03 Thread Michael Herger
 Squeeze center already has Chinese UI. I want the duet controller to
 have a Chinese UI.

most of the strings displayed on the Controller are delivered by SC. Once all 
of SC is translated, you should see most strings in Chinese.

-- 

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


Re: [slim] Trouble with squeezebox

2008-07-03 Thread Phil Leigh

pong400;316991 Wrote: 
 Yes I mean the receiver. I will try that. However my squeezebox is link
 to my server by PLC not wireless
 
 
 
 Yes the Help Icon.
 I get 100% for all data rate.

OK - good...not the network then!
What appears on the SB display when you try and play a file?
Is your music on an external drive?


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49482

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


[slim] How do I split up a collection in Windows

2008-07-03 Thread dbrotzen

I'm on a Vista PC. My hdd is partitioned into C and D drives. Drive C is
full so I want to split the music between C and D drives. I've read that
I can point SqueezeCenter to search in multiple folders/disks by
creating subfolders/linking, so that the SC will searching C will find
the link to D, and also include searching for music there. 

Someone also suggests splitting the collection alphabetically for
example a-m n-z. In SqueezeCenter I can sort by artist, by album,
genres etc. In Windows, however, when I try to sort, the files are
presorted into a-f, g-l, m-r, etc. In addition there are music files,
textfiles, and imagefiles, and therefore the sorting will get mixed up.
For example Neil Young will be be found under N, while the album Live at
Massey Hall will be found under the letter L. If I drag all of Neil
Young into the subfolder N-Z, I wonder where the Live at Massey Hall
album will end up? Does anyone know if this confuses Squeeze Center, or
whether this does not present any problem to SC?

How do I split the collection under Windows? What are the actual
steps?

Thanks


-- 
dbrotzen

dbrotzen's Profile: http://forums.slimdevices.com/member.php?userid=16218
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


[slim] How do I split up a collection in Windows

2008-07-03 Thread dbrotzen

I'm on a Vista PC. My hdd is partitioned into C and D drives. Drive C is
full so I want to split the music between C and D drives. I've read that
I can point SqueezeCenter to search in multiple folders/disks by
creating subfolders/linking, so that the SC will searching C will find
the link to D, and also include searching for music there. 

Someone also suggests splitting the collection alphabetically for
example a-m n-z. In SqueezeCenter I can sort by artist, by album,
genres etc. In Windows, however, when I try to sort, the files are
presorted into a-f, g-l, m-r, etc. In addition there are music files,
textfiles, and imagefiles, and therefore the sorting will get mixed up.
For example Neil Young will be be found under N, while the album Live at
Massey Hall will be found under the letter L. If I drag all of Neil
Young into the subfolder N-Z, I wonder where the Live at Massey Hall
album will end up? Does anyone know if this confuses Squeeze Center, or
whether this does not present any problem to SC?

How do I split the collection under Windows? What are the actual
steps?

Thanks


-- 
dbrotzen

dbrotzen's Profile: http://forums.slimdevices.com/member.php?userid=16218
View this thread: http://forums.slimdevices.com/showthread.php?t=49495

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread Phil Leigh

lets say you have a directory on C: called music...and then directories
under that for each artist/album..

so you have
c:\Music\The Beatles\Abbey Road\
c:\Music\The Beatles\The White Album\
c:\Music\Neil Young\On The Beach\
c:\Music\Neil Young\Harvest\

That's the way most people do it.

Now you want to move (say) just the Harvest album to D:


Create a folder d:\Music (or whatever - doesn't matter what it is
called)
move c:\Music\Neil Young\Harvest\(all files) to
d:\Music\Neil Young\Harvest\

in the folder c:\music, put a (Windows) shortcut to d:\music

set your Squeezecentre Music Folder to C:\Music

Clear and rescan everything

Done!

You can split artists across drives without a problem, but you might
find it easier to manage things if you go for a logical split...artsist
a-L on one drive or whatever.

SC uses the tags in the files to organise your music - you do have
everything  tagged properly, don't you?. If not, stop now and sort that
out first!


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread Phil Leigh

dbrotzen;317000 Wrote: 
 I'm on a Vista PC. My hdd is partitioned into C and D drives. Drive C is
 full so I want to split the music between C and D drives. I've read that
 I can point SqueezeCenter to search in multiple folders/disks by
 creating subfolders/linking, so that the SC will searching C will find
 the link to D, and also include searching for music there. 
 
 Someone also suggests splitting the collection alphabetically for
 example a-m n-z. In SqueezeCenter I can sort by artist, by album,
 genres etc. In Windows, however, when I try to sort, the files are
 presorted into a-f, g-l, m-r, etc. In addition there are music files,
 textfiles, and imagefiles, and therefore the sorting will get mixed up.
 For example Neil Young will be be found under N, while the album Live at
 Massey Hall will be found under the letter L. If I drag all of Neil
 Young into the subfolder N-Z, I wonder where the Live at Massey Hall
 album will end up? Does anyone know if this confuses Squeeze Center, or
 whether this does not present any problem to SC?
 
 How do I split the collection under Windows? What are the actual
 steps?
 
 Thanks


this is a double post - can you kill it please before we all get
confused!


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49495

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread dbrotzen

Thanks Phil,

Well, perhaps Vista is too sophisticated, or I'm too new to it, because
when I explore the C: drive it shows the files as C:/Music and then it
just lists them by song number - artist - song - album.filetype. 

I had EAC autotag them accordingly when I ripped them as flac files
based on recommendations. It seemed as good as any other way of tagging
them at the time. I haven't used any external tagging program, or
processed the files after ripping. 

So when I sort the files in Windows by name, they are sorted by all
number 01's first, 02's next etc. If I try to sort them differently
they end up as A-F as stated earlier. So I guess I must have tagged
them in a very non-helpful way then. I understood this tagging to be
useful since it would list songs in order by album.

Any further clarification appreciated.


-- 
dbrotzen

dbrotzen's Profile: http://forums.slimdevices.com/member.php?userid=16218
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


Re: [slim] Trouble with squeezebox

2008-07-03 Thread pong400

Phil Leigh;316996 Wrote: 
 OK - good...not the network then!
 What appears on the SB display when you try and play a file?
 

It displays the name of the song on the screen of my SB but the  file
does not start...

Hereafter some lines of the server log:

[08-07-03 18:34:12.2303]
Plugins::SqueezeScrobbler::Scrobbler::getPlayerStatusForClient (624)
Creating new PlayerStatus for 192.168.0.50 (00:04:20:06:90:82)
[08-07-03 18:34:12.2307]
Plugins::SqueezeScrobbler::Scrobbler::openCommand (900) Open command
[192.168.0.50 (00:04:20:06:90:82)]
[08-07-03 18:34:12.2628]
Plugins::SqueezeScrobbler::Scrobbler::startTimingNewSong (1333)
Starting to time: When the Saints Go Marchin' In - Dionysos, , Arthur H
by Dionysos from La Mecanique du Coeur (Miscellaneous)
[08-07-03 18:34:12.2631]
Plugins::SqueezeScrobbler::Scrobbler::Track::new (123) Track length is:
171 seconds
[08-07-03 18:34:12.2634]
Plugins::SqueezeScrobbler::Scrobbler::Track::new (134) checking for
excluded genres...
[08-07-03 18:34:12.2637]
Plugins::SqueezeScrobbler::Scrobbler::Track::new (163) Track will be
submitted after 85.5 seconds of play
[08-07-03 18:34:12.2640]
Plugins::SqueezeScrobbler::Scrobbler::Track::play (185) Restarting
track countdown: 85.5 seconds remaining
[08-07-03 18:34:12.2648]
Plugins::SqueezeScrobbler::Scrobbler::Track::showCurrentVariables (442)
Artist: Dionysos
[08-07-03 18:34:12.2650]
Plugins::SqueezeScrobbler::Scrobbler::Track::showCurrentVariables (443)
Track:  When the Saints Go Marchin' In - Dionysos, , Arthur H
[08-07-03 18:34:12.2653]
Plugins::SqueezeScrobbler::Scrobbler::Track::showCurrentVariables (444)
Album:  La Mecanique du Coeur
[08-07-03 18:34:12.2656]
Plugins::SqueezeScrobbler::Scrobbler::Track::showCurrentVariables (446)
Original Filename:
file:///E:/Mes%20Documents/Ma%20musique/Dionysos/Dionysos%20-%20La%20M%E9canique%20du%20Coeur%20-%2003%20-%20When%20The%20Saints%20Go%20Marchin'in.ogg
[08-07-03 18:34:12.2659]
Plugins::SqueezeScrobbler::Scrobbler::Track::showCurrentVariables (448)
Duration in seconds: 171
[08-07-03 18:34:12.2662]
Plugins::SqueezeScrobbler::Scrobbler::Track::showCurrentVariables (460)
Time showing on stopwatch: 0.001884
[08-07-03 18:34:12.2664]
Plugins::SqueezeScrobbler::Scrobbler::Track::showCurrentVariables (461)
Remaining time: 85.498102
[08-07-03 18:34:12.2667]
Plugins::SqueezeScrobbler::Scrobbler::Track::showCurrentVariables (468)
Current state of Track object: PLAYING
[08-07-03 18:34:12.2669]
Plugins::SqueezeScrobbler::Scrobbler::showCurrentVariables (1568) Is
power on? : true
[08-07-03 18:34:56.8813] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 18:34:56.8830] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 18:34:56.9857] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 18:34:56.9872] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 18:35:42.6428] Slim::Utils::Misc::crackURL (602) Cracked:
http://127.0.0.1:9000/settings/index.html?player=00:04:20:06:90:82 with
[127.0.0.1],[9000],[/settings/index.html?player=00:04:20:06:90:82]
[08-07-03 18:35:43.0280] Slim::Utils::Misc::crackURL (602) Cracked:
http://127.0.0.1:9000/settings/index.html?player=00:04:20:06:90:82 with
[127.0.0.1],[9000],[/settings/index.html?player=00:04:20:06:90:82]
[08-07-03 18:35:48.9316] Slim::Utils::Misc::crackURL (602) Cracked:
http://127.0.0.1:9000/settings/index.html?player=00:04:20:06:90:82 with
[127.0.0.1],[9000],[/settings/index.html?player=00:04:20:06:90:82]
[08-07-03 18:35:49.2380] Slim::Utils::Misc::crackURL (602) Cracked:
http://127.0.0.1:9000/settings/index.html?player=00:04:20:06:90:82 with
[127.0.0.1],[9000],[/settings/index.html?player=00:04:20:06:90:82]
[08-07-03 18:36:56.9938] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 18:36:56.9957] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 18:36:57.1099] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 18:36:57.1116] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]


-- 
pong400

pong400's Profile: http://forums.slimdevices.com/member.php?userid=6551
View this thread: http://forums.slimdevices.com/showthread.php?t=49482

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread Phil Leigh

dbrotzen;317005 Wrote: 
 Thanks Phil,
 
 Well, perhaps Vista is too sophisticated, or I'm too new to it, because
 when I explore the C: drive it shows the files as C:/Music and then it
 just lists them by song number - artist - song - album.filetype. 
 
 I had EAC autotag them accordingly when I ripped them as flac files
 based on recommendations. It seemed as good as any other way of tagging
 them at the time. I haven't used any external tagging program, or
 processed the files after ripping. 
 
 So when I sort the files in Windows by name, they are sorted by all
 number 01's first, 02's next etc. If I try to sort them differently
 they end up as A-F as stated earlier. So I guess I must have tagged
 them in a very non-helpful way then. I understood this tagging to be
 useful since it would list songs in order by album.
 
 Any further clarification appreciated.

I'm not sure I'm fully getting this but it seems that you have all of
your music files in a single folder called c:\music...no sub-folders?
Is that right?


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread dbrotzen

Yes, thas's it. And I guess this is determined when ripping (?). I did
not realize I had to create subfolders for every album, nor how to do
get EAC to do it for me. I pointed EAC where to download the files. 347
albums, 5000 songs. SC finds, lists, and plays everything without a
problem.


-- 
dbrotzen

dbrotzen's Profile: http://forums.slimdevices.com/member.php?userid=16218
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


Re: [slim] Adding support for SHN files

2008-07-03 Thread trazom

... well, would be great if Slim could re-integrate shn-reading -
soo many shn files around...


-- 
trazom

trazom's Profile: http://forums.slimdevices.com/member.php?userid=12943
View this thread: http://forums.slimdevices.com/showthread.php?t=44644

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


[slim] Include Server Power Off function in SC

2008-07-03 Thread Mnyb

I filed an Enhancement request with this regarding this

Include Server Power Off function in SC
http://bugs.slimdevices.com/show_bug.cgi?id=8643

my fav plugin Server Power Control is not working with 7.1

but i started to think about it, heres what i wrote in bug 8643:

Hi one of my favorite plugins Server Power Control is not working
anymore
with SC7.1
I suggest thats this function should be standard in SC on the ir remote
when
using SB3 on the SBC and in SC web ui.
Reason, when you get the WOL issues sorted out wouldn't it be really
good if
you also could turn off the server to !
This two functions go hand in hand on/off you cant have one without the
other
;-)
This is an enhancement request, so anyone else that thinks this is a
good idea
?

Anyone else finding this usefull please vote.

good evening
Mikael


-- 
Mnyb

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

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread dbrotzen

Phil Leigh;317008 Wrote: 
 
 You can follow the steps I gave you - just grab the files you want to
 move to D: and drop them into D:\music and add the shortcut.
 
 

So I may grab all files named 01 - 05, for example, and drop them into
D:\ Music, regardless of which artist/album they belong to? So will SC
find the right song if I play an album regardless. Otherwise, searching
through all songs manually will take forever. [What really is a bit
frustrating is that I cannot deselect the numbering (defined as name
according to Windows) in Windows Explorer, everything else is
optional.]


-- 
dbrotzen

dbrotzen's Profile: http://forums.slimdevices.com/member.php?userid=16218
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread Phil Leigh

dbrotzen;317014 Wrote: 
 So I may grab all files named 01 - 05, for example, and drop them into
 D:\ Music, regardless of which artist/album they belong to? So will SC
 find the right song if I play an album regardless. Otherwise, searching
 through all songs manually will take forever. [What really is a bit
 frustrating is that I cannot deselect the numbering (defined as name
 according to Windows) in Windows Explorer, everything else is
 optional.]

Just grab a track and move it to D:\music and try it! Make sure you
don't create duplicate tracks on c  d or it WILL get ccconfused!!


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Phil Leigh

Noo!

Please do NOT implement any method of turning off the server from the
remote.

Not everyone has a dedicated server that JUST runs SC.

In the middle of a party I do not want some idiot to turn off the
server.

In the middle of Windows updates, anti-virus checking or whatever I do
not want some idiot to turn off the server.

What's wrong with using Windows (or whatever) built-in features to
automatically power-down/standby the PC after x minutes of inactivity?


Or at the very least - if this is implemented I need to be able to
completely disable it in the settings!!


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49497

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread dbrotzen

Phil Leigh;317018 Wrote: 
 Just grab a track and move it to D:\music and try it! Make sure you
 don't create duplicate tracks on c  d or it WILL get ccconfused!!

What happens: I get duplicate albums, with the songs on each drive
listed under each of the duplicate albums. Hmmm. So I should have had a
little bit more patience before I started ripping. You wouldn't have any
other suggestions, would you?


-- 
dbrotzen

dbrotzen's Profile: http://forums.slimdevices.com/member.php?userid=16218
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Pat Farrell
Phil Leigh wrote:
 Or at the very least - if this is implemented I need to be able to
 completely disable it in the settings!!

And this setting has to *not* be in the GUI.
Or someone at Phil's party will find it and change it.

-- 
Pat Farrell
http://www.pfarrell.com/

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


[slim] Please stop the PM spammers!

2008-07-03 Thread JohnnyLightOn

I've gotten three in the past 10 days!

PMs should be disabled until the member has a certain number of posts,
such as 10.

AND/OR, posts and/or PMs should require an extra step that takes human
interaction until the user has reached a certain status.

If this is not done, casual users will be discouraged from
participating in these forums.

Thank you!


-- 
JohnnyLightOn

JohnnyLightOn's Profile: http://forums.slimdevices.com/member.php?userid=28
View this thread: http://forums.slimdevices.com/showthread.php?t=49498

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread Phil Leigh

dbrotzen;317027 Wrote: 
 What happens: I get duplicate albums, with the songs on each drive
 listed under each of the duplicate albums. Hmmm. So I should have had a
 little bit more patience before I started ripping. You wouldn't have any
 other suggestions, would you?


Yes! - you need to move whole albums worth of songs at a time, rather
than splitting an album across disks...that's much quicker than the
alternative of manually creating a proper directory structure, using
explorer.

I realise this is complicated by the fact that your file sort order is
being driven by the 01_ etc at the beginning of each file name. 

I don't know of any tools that could help with that (cue the rest of
the forum)


Anyway, I've shown you how to split your collection across disks - I'm
afraid the rest is up to you and a bottle of wine or whatever :o)


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Phil Leigh

pfarrell;317032 Wrote: 
 Phil Leigh wrote:
  Or at the very least - if this is implemented I need to be able to
  completely disable it in the settings!!
 
 And this setting has to *not* be in the GUI.
 Or someone at Phil's party will find it and change it.
 
 -- 
 Pat Farrell
 http://www.pfarrell.com/

Hmmm..so you've met my propeller-head friends :o)


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...SB3+Stontronics PSU - Altmann
JISCO/UPCI - TACT RCS 2.2X with Good Vibrations S/W - MF X-DAC
V3/X-PSU/X-10 buffer (Audiocomm full mods)- Linn 5103 - Linn Aktiv 5.1
system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Townsend
Supertweeters, Kimber  Chord cables

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=49497

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Mnyb

Yikes ! it was just an idea... ? thank you for your opinion.
Maybe i should have done in the form of a poll ?

Another solution would to resurect the plugin and make it work in
7.1-7.3
and SBC. The existing plugin just works in SB3 menu you need ir or
retrobrowser to use it, i use the ir emulator in SBC to turn my server
of from the living room.

I was just thinking about the poor sods that have their dedicated
server in the garage the attic etc. My current situation is such that i
can manage without it, I just like it.

If it still was a plugin it could easily be disabled.
Or if included as a plugin in the standard release, it could be made
disabled per default ? Anyone who wants it have to turn it on.

Any other opinion ?


-- 
Mnyb

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

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Mnyb

Phil Leigh;317033 Wrote: 
 Hmmm..so you've met my propeller-head friends :o)

My friends would constantly hit the play button to see playlist go
away.. ;-)
And my audiophile friends would bring out the CD's and be very
sceptical.


-- 
Mnyb

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

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


[slim] Features of Sansa Connect that Squeezebox Duet Should Have

2008-07-03 Thread irv4u2

I just upgraded from a Sansa Connect (which I used primarily for
Launchcast Plus internet radio) to a Squeezebox Duet, and I love it. 
However, there are some things that were a little easier with the Sansa
I believe SlimDevices/Logitech could adopt for the Squeezebox Duet (some
of these things aren't on the Sansa either, but I would like to see them
on the Squeezebox anyway):

  
- It is too easy to overshoot with the scroll wheel, IMO, and there's
  a weird lag between when the wheel starts to turn and the selection
  bar moves up or down.
- Scrolling with the wheel during playback should make the playlist
  menu appear, or if there is no playlist playing; then the Favorites
  menu should appear.
- I would love it if I could get my customized Launchcast Plus
  station on the Squeezebox.  If Yahoo! and Rhapsody could hook up,
  maybe there's hope for us Squeezebox owners?
- Rhapsody channels should have descriptions appear automatically
  after a delay. For example, a truncated description could appear in a
  notification bar at the bottom of the screen and clicking the center
  button would pull the description full screen.
- A quick shortcut to add to favorites (double click the + key, for
  example).
- Instant playlists: Make a mix based on current artist/track.
- Make mixes of streams that can be added to favorites.
- Lists of Rhapsody channels should include sample album art and
  artists with each channel without extra menu navigation.
- Make it clearer in settings which are for the controller and which
  are for the receiver.
- The layout of squeezenetwork should be customizable.  Browsing
  Rhapsody, for example, requires a lot of scrolling to the bottom half
  of the page.
- Hide unwanted items from appearing in controller for faster
  navigation.
  

I can already anticipate that some will view one or more of these
suggestions as a change for the worse, so in those cases, making the
change an option would be best, I feel.  Thanks.


-- 
irv4u2

irv4u2's Profile: http://forums.slimdevices.com/member.php?userid=18577
View this thread: http://forums.slimdevices.com/showthread.php?t=49501

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


Re: [slim] Please stop the PM spammers!

2008-07-03 Thread Mnyb

JohnnyLightOn;317029 Wrote: 
 I've gotten three in the past 10 days!
 
 PMs should be disabled until the member has a certain number of posts,
 such as 10.
 
 AND/OR, posts and/or PMs should require an extra step that takes human
 interaction until the user has reached a certain status.
 
 If this is not done, casual users will be discouraged from
 participating in these forums.
 
 Thank you!

probably more than 10 as the bots usually spamms in all subforums at
the same time in a matter of seconds, human interaction would be it,
one of the pictures with a distorted password maybe ?


-- 
Mnyb

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

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


Re: [slim] Please stop the PM spammers!

2008-07-03 Thread radish

Mnyb;317039 Wrote: 
 probably more than 10 as the bots usually spamms in all subforums at the
 same time in a matter of seconds, human interaction would be it, one of
 the pictures with a distorted password maybe ?

They already need to pass a captcha to register an account, so I'm not
sure how that could be improved upon. Regular spam gets caught pretty
quickly but PM spam is harder because unless it's sent to an admin they
don't know it's happening. Still it's certainly an increasing problem,
I've had a few just today...maybe we could tie the ability to send PMs
into a poster's reputation, which can be added to when they make
worthwhile posts on the main forums (i.e. not spam).


-- 
radish

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

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread radish

Mnyb;317034 Wrote: 
 
 Maybe i should have done in the form of a poll ?
 

No, you raised an enh request which is appropriate. Now we sit back and
see if anyone (a) votes for it or (b) implements it. Discussion on the
implementation can be done in bugzilla.


-- 
radish

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

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread radish

Something like mp3tag will be able to create the subfolders and move the
files based on the tags. Then you can move whole albums easily from one
disk to another.


-- 
radish

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

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


Re: [slim] Title Format Comment not working correctly for MusicIP playlist in web UI

2008-07-03 Thread jbmccune

OK, I see your point.  I would like to propose, obviously, that this be
changed. :)  I would prefer that it display everywhere as it does on
the right side of the screen and on the hardware, with just the
information defined in the Title Format.  However, I can see that for
people that have their Title Formats with only Track Names and no album
or artist information, that change would be annoying for them (though
they'd only have to go in to the Title Format and add the additional
information - the upgrade script could even do that automatically).  Ah
well, I guess I'll just ignore it - I don't use the web UI very often
anyways.


-- 
jbmccune

jbmccune's Profile: http://forums.slimdevices.com/member.php?userid=15254
View this thread: http://forums.slimdevices.com/showthread.php?t=49469

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


Re: [slim] Please stop the PM spammers!

2008-07-03 Thread Pat Farrell
radish wrote:
 They already need to pass a captcha to register an account, so I'm not
 sure how that could be improved upon.

Actually captcha are losing the arms race here. They are not a good long
term solution

 maybe we could tie the ability to send PMs
 into a poster's reputation, which can be added to when they make
 worthwhile posts on the main forums (i.e. not spam).

A reputation systems is far more likely to work, but last I checked the
forums don't have reputations. Clearly only folks with good reputations
can give out reputation points...

-- 
Pat Farrell
http://www.pfarrell.com/

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


Re: [slim] Receiver Connection Problems

2008-07-03 Thread pablolie

egd;316422 Wrote: 
 Yes, people lurking and reading in order to help them make a decision
 need to understand that the Duet comes with many problems.  Sorry if
 you don't like hearing that.
 

I find it an intereesting culture in these forums, that many of the SB
stalwarts seem to think we users must be nice to SlimDevices and
Logitech.

I agree that vitriol and diatribes don't help anyone, however I think
as users we have the right -and to a certtain the degree an obligation-
to keep highlighting problems for as long as they exist.

The cheerleading will not help quality control or advance the cause of
the SlimDevices products. Trying to shut up users that have problems
even though it is obvious they are knowledgable and have paid for the
product is simply wrong.

I wish it weren't true, but as big a fan I am of the traditional SB, I
am utterly disappointed with the Duet. In its current form it is not a
comsumer-ready device at all. The temperamental wireless behavior of
the SBC is widely documented in these forums, and that is just the
people that decide to actually try to fix it, as opposed to those who
simply return the product without bothering any further.

I have kept the Duet, hoping that one day, one sweet day, a software
release comes along that fulfills the promise of the product. Until
then, I shall write messages such as these to express I am a
disappointed Duet buyer up until now. It is a shame that longtime SB
customer like myself and Mr egd have our Duet gathering dust, several
software and firmware upgrades and wireless power settings into the
debugging cycle. 

And for others to feel entitled to tell me I should upgrade a wireless
router that is pretty recent, and that has never ever had issues with
any device (several PDAs, iPhones, laptops, Macs, Linux systems and
what not)... well, did the Duet come with a sticker that said will
only work with a handful or wireless routers, but we won't officially
tell you which ones? I think not.


-- 
pablolie

pablolie's Profile: http://forums.slimdevices.com/member.php?userid=3816
View this thread: http://forums.slimdevices.com/showthread.php?t=49307

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


Re: [slim] Please stop the PM spammers!

2008-07-03 Thread Fletch

pfarrell;317053 Wrote: 
 A reputation systems is far more likely to work, but last I checked the
 forums don't have reputations.

Actually, they do but very few users seem to use it.


-- 
Fletch

Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=49498

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


Re: [slim] Please stop the PM spammers!

2008-07-03 Thread pfarrell

Fletch;317056 Wrote: 
 Actually, they do but very few users seem to use it.

Wow, you are correct. I had not seen it, nor seen anyone using it.
I gave you (Fletch] a rep, but don't see any way to see it.


-- 
pfarrell

Pat 
http://www.pfarrell.com/music/slimserver/slimsoftware.html

pfarrell's Profile: http://forums.slimdevices.com/member.php?userid=200
View this thread: http://forums.slimdevices.com/showthread.php?t=49498

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


Re: [slim] Announce: Album Catalog Creator for SlimServer

2008-07-03 Thread SilverRS8


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=41597

Question: Does Album Catalogue Creator (RC5+) create a trustworthy
output?

- Yes
- Yes but with minor issues
- No
- It does not work at all


RichardL;316078 Wrote: 
 I love this application, but I too have the problem of 'safety settings
 stop you from accessing a database in another domain'
 
 Its all running locally on XP Pro. I have RC4 installed and it runs and
 produces lovely output. I am on SC7.0.1 and when I try the ACC V1.0
 software I get the error - running against 127.0.0.1. I also tried from
 another machine to see if I could get it to run against the remote IP
 address, but I get the same error.
 
 There isn't much on Google, I've tried setting the permission in IE7
 options, but nothing seems to help.
 
 Does anyone know what the problem is? Or a reasonable workaround (other
 than staying with older versions)?
 
 Thanks

I looked up the differences in RC4 and v1.0 and I can only think of the
connection string to the database which is different. You can try
changing line 53 in version 1 to be the same as is RC4.

Line 53 (v1.0) looks like:
ConnectString3 =
;Port=9092;Database=slimserver;UID=slimserver;Password=slimserver;Option=3

Change the Password=slimserver to Password= so you effectively leave
the password blank. Then try to run it again.

Between RC4 and v1.0 are quick a lot of small changes. What is the
first version above RC4 giving the problem? This would greatly simplify
the troubleshooting process.

Frank


-- 
SilverRS8

Author of -'AlbumCatalogCreator' (http://www.vanholt.nl/acc/acc.htm)-
for SqueezeCenter  SlimServer

SilverRS8's Profile: http://forums.slimdevices.com/member.php?userid=12818
View this thread: http://forums.slimdevices.com/showthread.php?t=41597

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


Re: [slim] Please stop the PM spammers!

2008-07-03 Thread Fletch

pfarrell;317063 Wrote: 
 Wow, you are correct. I had not seen it, nor seen anyone using it.
 I gave you (Fletch] a rep, but don't see any way to see it.

Thanks :-)  I first noticed it about 2 years ago when someone first
gave me a rep.  It shows up in my CP.  I have to admit that I'm just as
bad as everyone else in that I have no idea how to give out a rep or
review reps that I've given.


-- 
Fletch

Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=49498

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


Re: [slim] Transporter Remote

2008-07-03 Thread egd

Having finally swung by NJ and collected my backlit remotes I must say
they're a damned sight better than that without.  No more navigating
using touch when listening in the dark.  Now if only Logitech came to
their senses and sorted out their supply chain folly anyone not living
in the US who happens to want a backlit remote could go ahead and order
one.


-- 
egd

Internet forums: conclusive proof depth of gene pool is indeed variable,
monkeys can be taught to cut code, and world peace is utterly
unrealistic...

Integrating MusicIP with SqueezeCenter...'*here's how*'
(http://wiki.slimdevices.com/index.php/Integrating_MusicIP_with_SqueezeCenter).

egd's Profile: http://forums.slimdevices.com/member.php?userid=3425
View this thread: http://forums.slimdevices.com/showthread.php?t=43173

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


Re: [slim] Announce: Album Catalog Creator for SlimServer

2008-07-03 Thread SilverRS8


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=41597

Question: Does Album Catalogue Creator (RC5+) create a trustworthy
output?

- Yes
- Yes but with minor issues
- No
- It does not work at all


ctbarr;315680 Wrote: 
 This is an excellent application and I want to say thanks for taking the
 time to write it.  Very very helpful!
 
 I have two quick questions please:
 
 1) Is there any way to sort the Artists by surname, perhaps by reading
 an Artistsort tag (this is how I force it in Squeezecentre), i.e. Bob
 Dylan would be under D, not B?
 2) In my listings it does not seem to read the Discs tag.  All albums
 just say CD1 at the top even if they have more than 1 CD: is this a
 problem with my tagging?
 
 Again, thanks!

1) I believe not. The artist surname isn't stored in a seperate DB
field (have to double check it) so determining the surname can't be
easily done. At least not without errors. I'm currious though how SC
performs this trick
2) Thanks for the report. I've but it on my bugfix list for the next
update.

Frank


-- 
SilverRS8

Author of -'AlbumCatalogCreator' (http://www.vanholt.nl/acc/acc.htm)-
for SqueezeCenter  SlimServer

SilverRS8's Profile: http://forums.slimdevices.com/member.php?userid=12818
View this thread: http://forums.slimdevices.com/showthread.php?t=41597

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


Re: [slim] Please stop the PM spammers!

2008-07-03 Thread radish

pfarrell;317053 Wrote: 
 radish wrote:
  They already need to pass a captcha to register an account, so I'm
 not
  sure how that could be improved upon.
 
 Actually captcha are losing the arms race here. They are not a good
 long
 term solution
 [color=blue]
 
That's kinda what I meant - adding more captchas won't help because
they're already beating one.

The rep thing exists but it would have to be advertised more to be
useful.


-- 
radish

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

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


Re: [slim] Trouble with squeezebox

2008-07-03 Thread pong400

My musik is not on an external drive. Same drive as the server.

Nothing on the log since 20:18?

[08-07-03 20:07:00.6586] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:07:00.7223] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:07:00.7240] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:09:00.7321] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:09:00.7338] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:09:00.8365] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:09:00.8388] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:11:00.8465] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:11:00.8482] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:11:00.8716] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:11:00.8732] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:13:00.8797] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:13:00.8814] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:13:00.9849] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:13:00.9865] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:15:00.9930] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:15:00.9947] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:15:01.0220] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:15:01.0236] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:15:09.8510] Slim::Utils::Misc::crackURL (602) Cracked:
http://127.0.0.1:9000/settings/index.html?player=00:04:20:06:90:82 with
[127.0.0.1],[9000],[/settings/index.html?player=00:04:20:06:90:82]
[08-07-03 20:15:10.1430] Slim::Utils::Misc::crackURL (602) Cracked:
http://127.0.0.1:9000/settings/index.html?player=00:04:20:06:90:82 with
[127.0.0.1],[9000],[/settings/index.html?player=00:04:20:06:90:82]
[08-07-03 20:17:01.0300] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:17:01.0317] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/cacheid?contents with
[localhost],[1002],[/api/cacheid?contents]
[08-07-03 20:17:01.1344] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:17:01.1361] Slim::Utils::Misc::crackURL (602) Cracked:
http://localhost:1002/api/getStatus with
[localhost],[1002],[/api/getStatus]
[08-07-03 20:17:38.0342] Slim::Utils::Misc::crackURL (602) Cracked:
http://127.0.0.1:9000/settings/server/plugins.html?player=00%3A04%3A20%3A06%3A90%3A82playerid=00%3A04%3A20%3A06%3A90%3A82
with
[127.0.0.1],[9000],[/settings/server/plugins.html?player=00%3A04%3A20%3A06%3A90%3A82playerid=00%3A04%3A20%3A06%3A90%3A82]
[08-07-03 20:17:38.0351] Slim::Utils::Misc::crackURL (602) Cracked:
http://127.0.0.1:9000/settings/server/plugins.html?player=00%3A04%3A20%3A06%3A90%3A82playerid=00%3A04%3A20%3A06%3A90%3A82
with
[127.0.0.1],[9000],[/settings/server/plugins.html?player=00%3A04%3A20%3A06%3A90%3A82playerid=00%3A04%3A20%3A06%3A90%3A82]
[08-07-03 20:18:00.5636] Slim::bootstrap::theEND (405) Got to the END
[08-07-03 20:18:50.4641] Plugins::LazySearch2::Plugin::scanDoneCallback
(1966) Lazifying database items not already done
[08-07-03 20:18:50.5626] Plugins::LazySearch2::Plugin::lazifyDatabase
(2003) No database items require lazification


-- 
pong400

Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread radish

Phil Leigh;317060 Wrote: 
 really - I've got mp3tag - how do you get it to make folders from an
 existing file name / tag?

I believe you can use the actions stuff to do it, there are some
examples in the mp3tag forums I think. I've never done it myself with
mp3tag but I have with JRMC.


-- 
radish

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

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


Re: [slim] Receiver Connection Problems

2008-07-03 Thread Goodsounds

pablolie;317052 Wrote: 
  Until then, I shall write messages such as these to express I am a
 disappointed Duet buyer up until now. 

I think everyone is interested in the thoughtful discussions, problem
solving and enlightening experience sharing that these forums offer. 
But there are some who seem to think that whining is appropriate in a
community forum, and I think that is where the line is crossed. I don't
think anyone wants opinions suppressed; but speaking for myself, I don't
want to read anyone's same opinion over and over again.


-- 
Goodsounds

Goodsounds's Profile: http://forums.slimdevices.com/member.php?userid=14201
View this thread: http://forums.slimdevices.com/showthread.php?t=49307

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


Re: [slim] Receiver Connection Problems

2008-07-03 Thread radish

pablolie;317052 Wrote: 
 
 I agree that vitriol and diatribes don't help anyone,
 
And neither does making vague statements about how you've given up on
the device because it's so terrible. You're not highlighting specific
issues that a potential customer could consider, or that the dev team
could fix, you're just ranting, and it's pointless.

 
 The cheerleading will not help quality control or advance the cause of
 the SlimDevices products.
 
Who's cheerleading? Seriously - who? Are you unhappy that people come
into your complaint threads and state that it works for them? Why are
their experiences any less valuable for a potential user than yours? 

 
 Trying to shut up users that have problems even though it is obvious
 they are knowledgable and have paid for the product is simply wrong.
 
No-one's trying to shut anyone up. You're free to say what you want,
just keep it in it's place. If someone asks does anyone have any
issues with the Duet then speak up, you can even start your own thread
if you want. But don't fill up a help thread with noise - it's annoying
and degrades the value of the forums as a whole.


-- 
radish

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

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


Re: [slim] Receiver Connection Problems

2008-07-03 Thread egd

pablolie;317052 Wrote: 
 I wish it weren't true, but as big a fan I am of the traditional SB, I
 am utterly disappointed with the Duet. In its current form it is not a
 comsumer-ready device at all. The temperamental wireless behavior of
 the SBC is widely documented in these forums, and that is just the
 people that decide to actually try to fix it, as opposed to those who
 simply return the product without bothering any further.Pablolie, perhaps one 
 day when you  I, like Radish, have posted 3,379
snippets of intellect, we'll be entitled to express our opinions. 
Radish, before you launch into a diatribe and repeat yourself, I get
it...albeit I don't agree.  This isn't the first thread in which you've
seen fit to admonish other's posts, so no need to reply.  Enough said
from me.


-- 
egd

Internet forums: conclusive proof depth of gene pool is indeed variable,
monkeys can be taught to cut code, and world peace is utterly
unrealistic...

Integrating MusicIP with SqueezeCenter...'*here's how*'
(http://wiki.slimdevices.com/index.php/Integrating_MusicIP_with_SqueezeCenter).

egd's Profile: http://forums.slimdevices.com/member.php?userid=3425
View this thread: http://forums.slimdevices.com/showthread.php?t=49307

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Michael Herger
 Another solution would to resurect the plugin and make it work in
 7.1-7.3

Did you contact the plugin author?

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


Re: [slim] Best 802.11N Router for Duet

2008-07-03 Thread DeVerm

jw111;315601 Wrote: 
 I need to get a new router and would like to pick the 802.11n router
 that works best with my Duet Controller. I am using a wired connection
 for the receiver. 
 
 What 802.11n router is as reliable as possible with the Controller?
 
 Maybe the Squeezebox people could say what routers they develop with?
 
 Thanks

I am using the D-Link DGL4500 for a month or so now and it's great.
IMHO the gaming grade stuff is sturdier/better, just like with mice
and keyboards.

Also, I am of the opinion that 802.11n might help SB with increasing
range. Also again: I think that people that say SB is fine with 802.11g
are right but they miss a point: it's not just the SB using the wifi so
how does the mixed environment impact performance on other 802.11n
devices. Just saying that an expert said that it doesn't matter is
irrelevant. One poster wrote that channel bandwidth is restricted to 20
MHz in mixed mode g/n while n-only would use 40 MHz. That sounds like a
big difference to me and I'm supposed to be an expert on this stuff too
(electronics- and network-designer).

cheers,
DeVerm.


-- 
DeVerm

DeVerm's Profile: http://forums.slimdevices.com/member.php?userid=18104
View this thread: http://forums.slimdevices.com/showthread.php?t=49309

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


Re: [slim] How do I split up a collection in Windows

2008-07-03 Thread jeffmeh

I don't have mp3tag in front of me, but it is something akin to Tags -
Filenames.  There is even an icon to do it up in the menu bar.  You
need to supply a format string, and you likely want a different format
string for compilations.


-- 
jeffmeh

jeffmeh's Profile: http://forums.slimdevices.com/member.php?userid=3986
View this thread: http://forums.slimdevices.com/showthread.php?t=49494

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Mnyb

mherger;317096 Wrote: 
  Another solution would to resurect the plugin and make it work in
  7.1-7.3
 
 Did you contact the plugin author?
 
 Michael

Good idea, I think about it ?
however my point was that this feature is the natural partner to WOL
and should be standard, others disagree for various valid and good
reasons, I raised a feature request and now i see how this goes.
Maybe a updated plug will come when 7.1 gets official ?
Maybe I write a nice sweet mail to the plugin author when 7.1 gets
released.
I can understand if one waits for the release version of 7.1 before
finalizing a new plugin


-- 
Mnyb

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

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Michael Herger
 however my point was that this feature is the natural partner to WOL

And sleeping pills are natural partners of alarm clocks?... :-)

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


[slim] Using TCP with the Controller

2008-07-03 Thread philippe_44

Hi - I want a duet to use my squeezecenter server from a remote
location. This is working fine by opening ports 9000 and 3483 in my
router, but I don't like having open ports like this. 
Basically I always access my network through SSH. 
Unfortunately, it seems that the controller is using UDP to access the
server and of course, as SSH cannot tunnel UDP, this does not work . 
I'm surprised because I thought that now the slim protocol was
TCP-based (since version 5 or something like that). 
I've checked my configuration with SoftSqueeze which implements the TCP
version, and everything is running fine, I'm able to access my home
server using a SSH tunnel with PUTTY on the client.(I don't use the
built-in SSH in SoftSqueeze because my SSH server @ home is not running
on the same machine than the squeezecenter server and doing additional
port forwarding on my SSH server + gatewayports is not convenient).
Any idea how to force the controller to use the TCP version of the
protocol ?

Thanks

PS : I'd like to avoid doing the complicated UDP-TCP-UDP bridge to
mascarade UDP forwarding on the client, so this is not my preferred
option


-- 
philippe_44

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=49505

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Mnyb

mherger;317115 Wrote: 
  however my point was that this feature is the natural partner to WOL
 
 And sleeping pills are natural partners of alarm clocks?... :-)
 
 Michael

it's a cycle, waking up do your thing then go to sleep :-)


-- 
Mnyb

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

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread danco

I believe the Server Power Off plugin was Windows only. Remember that
anything in SqueezeCenter has to be cross-platform.

The Execute Script plugin is cross-platform, but I don't know how to
write a script for Windows.


-- 
danco

danco's Profile: http://forums.slimdevices.com/member.php?userid=210
View this thread: http://forums.slimdevices.com/showthread.php?t=49497

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


Re: [slim] Include Server Power Off function in SC

2008-07-03 Thread Mnyb

danco;317125 Wrote: 
 I believe the Server Power Off plugin was Windows only. Remember that
 anything in SqueezeCenter has to be cross-platform.
 
 The Execute Script plugin is cross-platform, but I don't know how to
 write a script for Windows.

No there was a Win and a Linux version but no Mac version.
I used Linux version.


-- 
Mnyb

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

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


[slim] Subject3

2008-07-03 Thread SergioRamas

Hi 


Bye


-- 
SergioRamas

SergioRamas's Profile: http://forums.slimdevices.com/member.php?userid=18545
View this thread: http://forums.slimdevices.com/showthread.php?t=49507

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


Re: [slim] Please stop the PM spammers!

2008-07-03 Thread amcluesent

nor seen anyone using it.

We should give Sean some more reputations! ;-)


-- 
amcluesent

amcluesent's Profile: http://forums.slimdevices.com/member.php?userid=10286
View this thread: http://forums.slimdevices.com/showthread.php?t=49498

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


Re: [slim] Using TCP with the Controller

2008-07-03 Thread radish

What UDP traffic are you seeing? I was under the impression UDP was only
used for the discovery protocol, which is optional.


-- 
radish

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

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


Re: [slim] 7.0.1 would crash 30-50 seconds after start

2008-07-03 Thread lgreco

Yes Phil, that was my post as well.  First with 7.0 and now with 7.0.1,
I cannot run the server.  I tried to search for similar problems
described in the forum.  While some come close to mine,   no solution
seems to be working.

Then I tried to downgrade to 6.5.4.  Well, it starts fine now but it
cannot see all the music in my iTunes library.  (I run iTunes 7.6.2
(9)).  All music files are on the local drive of the machine where the
server is running.

This has been a heck of a frustrating experience.  One day, SlimServer
tells me that there is a new version and prompts me to install it.  I
do so (version 7) and it wont start any more.  I downgrade to what
worked before and can't find the music anymore.  In the meantime I am
staring at $1,000 worth of squeezeboxes around the house that sit dark
and useless.  It's quite frustrating.


-- 
lgreco

lgreco's Profile: http://forums.slimdevices.com/member.php?userid=17147
View this thread: http://forums.slimdevices.com/showthread.php?t=49493

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


Re: [slim] Best 802.11N Router for Duet

2008-07-03 Thread radish

DeVerm;317101 Wrote: 
 
 Just saying that an expert said that it doesn't matter is
 irrelevant.
 
It's not an expert, it's the VP of engineering at one of the leading
designers of wifi chipsets. Feel free to point to evidence that he's
wrong, but in the absence of that I'll take his word for it.

http://forums.slimdevices.com/showthread.php?p=263658#post263658


-- 
radish

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

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


[slim] Disappointment on Slim Devices On-line Store.

2008-07-03 Thread mwpmo

1) On 2 June, I placed my third order in Slimdevice On-line Store

2) Since Duet was in back-order, I received an email saying that I need
to wait about 3 weeks.

3) I replied Slim Device an email saying that I wish to keep my order
and wait.

4) On 20 June, I received an email saying my order was confirmed.
(Since the status of Duet in On-line Store was no longer back-order, so
I think they will ship my order soon)

5) I wait until 29 June, no email on shipping details (like the
Tracking code) of my order. So I sent Slim Devices an email.

6) An incident in Slim Devices was created on my order and I received
an email on 30 June saying that there is some problem on my billing
address.

7) On the same day I sent them an email asking on the details of the
problem, cause the information on two orders I placed before were just
the same with the new one (same credit card, same billing  shipping
address). In addition, I tell them I wish to keep my order.

8) NO RESPONSE FROM SLIM DEVICES SINCE THEN. I kept on update the
incident on DAILY basis and asking for update.

MY 2 CENTS

Stop using that support system for customer to check their order, this
kind of system may be good for technical support, but not order
tracking. 

Hire some customer service staff to answer the phone.


Details of My Incident

Re: Slim Devices Order Confirmation (1213981236-591)
Discussion Thread
*** Customer (Ronald Ng)06/29/2008 07:58 PM 
My order number is 1213981236-591

May I know when my order will be shipped.

I ordered Squeezebox Duet + extra receiver in early June. Since Duet
was
out 0f stock, I received an email saying that I need to wait until late
June.

In 21 Jun, I received the attached email, I thought duet in-stock again
and my order would be shipped soon.

But 10 days were gone, I neither received the package nor received the
tracking code for shipment.

From your online store, I know that there is no need to back-order
duet.

May I know that status of my order? Have it been shipped.

The reason why I order from on-line store and pay for delivery cost is
because duet was not available in Hong Kong when I place my on-line
order
in early June.

But Duet was available in store in Hong Kong last week. I can get it
easily in Hong Kong now, with a cheaper price tag and without the
expensive shipping cost.

Hope you understand my disappointment on my order.

*** Response (Matt P.)  06/30/2008 01:59 PM 
Hi Ronald,
First of all let me apologize for the delay.There was a problem with
the billing address on your order so it had not shipped. You sghould
have received an email about this but I am guessing you never did.Would
you like me to ship this order or would prefer to purchase a unit in
Hong Kong and save on shipping? If so let me know and I will cancel
this order and the associated charegs. Once again I apologize for the
delay just le me know how to proceed.
Regards,
Matt Parry
Logiotech SMBU
Inside Sales
(650)210-9400 X 5720

*** Customer (Ronald Ng)06/30/2008 06:59 PM 
I wish to keep the order and please ship it to me AS SOON AS POSSIBLE.
Cause I just check the store in Hong Kong yesterday, it is out of stock
again. May I know what is the problem of my billing address? It is the
third order I placed in Slimdevice, the billing address, shipping
address and credit card number were the same for all orders. (My recent
order in April this year (Invoice Number: 1207193750-470)) I never have
a problem on my billing address before and I don't think it is the
problem.

*** Customer (Ronald Ng)07/01/2008 05:09 PM 
Any update?

*** Customer (Ronald Ng)07/02/2008 09:44 AM 
Any update? x 2

*** Customer (Ronald Ng)07/02/2008 04:15 PM 
NO RESPONSE FOR 3 DAYS??

PLEASE GIVE ME AN UPDATE ON MY ORDER AS SOON AS POSSIBLE!

*** Customer (Ronald Ng)07/03/2008 04:51 PM 
Since I have not received any updated status of my order, I wish to
CANCEL my order now.

Please CANCEL my order!!!


-- 
mwpmo

mwpmo's Profile: http://forums.slimdevices.com/member.php?userid=1559
View this thread: http://forums.slimdevices.com/showthread.php?t=49510

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


Re: [slim] Bad experience upgrading to SC7 (pops and cracks and pause)

2008-07-03 Thread vincoz

Phil Leigh;316933 Wrote: 
 have you reset the xilinx chip?

Phil, do you mean pressing the 1 key when starting up the SB? I just
did that (but not the extra factory settings or forcing fw download
again as I had tried that earlier) but still have the problem.

Interestingly, when playing just a single file repeatedly, the pop
followed by a drop out and pause happens always exactly at the same
time

Thanks for the suggestion anyway, is there any other place worth
looking?

Cheers Vincent


-- 
vincoz

vincoz's Profile: http://forums.slimdevices.com/member.php?userid=14580
View this thread: http://forums.slimdevices.com/showthread.php?t=49431

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


[slim] Subject2

2008-07-03 Thread SergioRamas

Hello 


Bye


-- 
SergioRamas

SergioRamas's Profile: http://forums.slimdevices.com/member.php?userid=18545
View this thread: http://forums.slimdevices.com/showthread.php?t=49511

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


Re: [slim] Please stop the PM spammers!

2008-07-03 Thread MrSinatra

on a BB i run a textual confirmation plugin all but eliminated
spammers from posting.

just do a search for it at phpbb.com


-- 
MrSinatra

www.LION-Radio.org
Using:
Squeezebox2 (primary) / SBR (secondary) / SBC - w/SC 7.1beta - Win XP
Pro SP3 - 3.2ghz / 2gig ram - D-Link DIR-655

MrSinatra's Profile: http://forums.slimdevices.com/member.php?userid=2336
View this thread: http://forums.slimdevices.com/showthread.php?t=49498

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


Re: [slim] Using TCP with the Controller

2008-07-03 Thread philippe_44

I saw this using ethereal when I was trying to analyze what was going
wrong. You might be very right that it is just used for discovery, the
problem is that I even cannot pass this stage because once I did enter
the IP address of my PuTTY client as the squeezecenter ID, the first
thing the controller does is probing it using UDP and as it does not
work, it will not go beyond


-- 
philippe_44

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=49505

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


Re: [slim] Using TCP with the Controller

2008-07-03 Thread Michael Herger
As radish says you shouldn't need UDP. It will try to discover servers  
using UDP, but if you define the server manually in the music source menu,  
you should be fine without.

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


Re: [slim] 7.0.1 would crash 30-50 seconds after start

2008-07-03 Thread Michael Herger
 Then I tried to downgrade to 6.5.4.  Well, it starts fine now but it

Please try to remove _any_ trace of 6.5 before installing 7.x. Search your  
filesystem for folders called SlimServer and remove them. Eg. in  
/lib/cache etc.

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


Re: [slim] Disappointment on Slim Devices On-line Store.

2008-07-03 Thread Michael Herger
 Matt Parry
 Logiotech SMBU

(should get his signature fixed :-))

 Inside Sales
 (650)210-9400 X 5720

Did you try calling him? After all he's giving you his number.

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