[slim] Re: Script .bat for scheduled power on /off

2005-10-22 Thread jensboe

vayaruina,

in SlimServer 6.2 (still beta) you can define different start times
with different playlists for every day.
check the alarm menu for your squeezebox2 in slimserver 6.2.

cheers
jens


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


[slim] mplayer problem:seek failed playing mpeg4

2005-10-22 Thread techguy2211

Hi everyone,

I am using MPlayer-1.0pre7 cross compiled for mips platform using gcc
3.3.5.I am using kernel 2.6.11.
I have compiled the mplayer using following options

CC=mipsel-linux-gcc RANLIB=mipsel-linux-ranlib LD=mipsel-linux-ld 
./configure --disable-x11 --target=mips-linux --enable-crash-debug
--prefix=/usr/local/mipsmediaplayer/   --language=en --disable-tv
--disable-network --disable-rtc --disable-edl --disable-vm 
--disable-freetype --disable-png --disable-esd --disable-nas
--disable-sdl --disable-gif  --disable-jpeg --disable-gl
--disable-mencoder --disable-iconv --disable-xv  --disable-dga
--disable-vorbis --enable-menu --enable-fbdev  --enable-directfb 


I am able to play mpeg1/2 files but when i play mpeg4 file it gives the
following error

/mnt/usb # ./mplayer sockbaby_1.mp4
MPlayer 1.0pre7-3.3.5 (C) 2000-2005 MPlayer Team
CPU: SGI MIPS

85 audio  196 video codecs
Playing sockbaby_1.mp4.
ISO: File Type Major Brand: ISO/IEC 14496-1 (MPEG-4 system) v2
ISO: File Type Major Brand: ISO/IEC 14496-1 (MPEG-4 system) v2
Seek failed
Seek failed
Seek failed
Seek failed
Seek failed
Seek failed
Seek failed
Seek failed

After pressing Ctrl-C it shows
MPlayer interrupted by signal 2 in module: demux_open


Even if i give -vo fbdev -nosound, it gives the same error.


Can anyone help me plz,thanx in advance

Thnx/Rgds
sharad


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


[slim] Re: Script .bat for scheduled power on /off

2005-10-22 Thread vayaruina

jensboe ,

so , we can´t do a simply batch file with the command lines options ?

Maybe 6.2 can power up the system , but i´d like to power it off too (
i don´t like too much to play with buttons on early working mornings ¡¡
)

Thank you mate ¡¡¡


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


[slim] Re: Doubling up on songs in Slimserver 6.1.1

2005-10-22 Thread meryvn

I updated to 6.2 last night and decided not to let Slimserver scan my
music folder and just import the info from iTunes. After some initial
problems where i found i had to set the music folder in Slimserver to
the iTunes folder within My Music, i got all my music into Slimserver
without any duplicated songs.

I havent built up the courage to let Slimserver actually scan My Music
folder yet but i am happy letting iTunes be my library program rather
than Slimserver.

Thanks for all your help.


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


[slim] Re: mplayer problem:seek failed playing mpeg4

2005-10-22 Thread bpa

If you don't et an answer from here, you may get an answer from the
Mplayer list/newsgroup.

gmane.comp.video.mplayer.user


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


[slim] Re: Album in M4A skipping whole tracks

2005-10-22 Thread vdown

OK I worked it out it seems to be a file length issue.

For example I like to tag my files as:-

Artist-Album-Track No-Track Title.

On VA compilations it results in file names like this:-

Various_Artists-Nu_Yorica!-01-What_Are_You_Doing_For_The_Rest_Of_Your_Life_-_Ocho.m4a

Which gets skipped, so if I rename to Track No-Track Title they work
fine.

Is this a limitation of mov123.exe or is it fixable?


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


[slim] Re: Doubling up on songs in Slimserver 6.1.1

2005-10-22 Thread MrStan

I have had a similar problem with some tracks using version 6.1.2.

What appeared to be happening was that slim server was entering a
record in the database reading from the tag and then entering another
record using a guess from the filename. The answer was to clear all the
Guess tags in the server configuration menu. This stopped the duplicate
entries.

It only happened with a small number of entries and I couldn't find any
valid difference in the way these items were tagged.


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


[slim] Re: sox, replaygain, and ogg

2005-10-22 Thread mlmurray

mlmurray Wrote: 
 I have a SqueezeBox 1, thus when I listen to an *.ogg file it must
 either be converted to wav or mp3 format in order to be played.
 
 I have quite a few files in ogg format and I have tagged them all using
 vorbisgain to generate the appropriate replaygain tags.  Slimserver
 reads these tags fine in the web interface, but, of course, when sox or
 oggdec decodes them it ignores the replaygain tags so I'm out of luck
 with that.
 
 I did note that sox has a -v (volume) option, that I think can be set
 using the replaygain value in dB.  I'm wondering if there is a variable
 available to be used in convert.conf for setting the -v option (you
 know, like $FILE$ or $QUALITY$ or $BITRATE$)?  I was hoping for
 something like $GAIN$.
 
 On a side note, I was using mplayer to decode *.oggs using the
 following line in slimserver-convert.conf:  
  
Code:

  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 41 1/dev/null

  
 Alas, since I've upgrade Ubuntu linux to Breezy (5.10), this hasn't
 been working.  It looks like only root can write to /dev/fd/4 now and
 the song stops playing just a few (maybe 10) seconds into the song.  I
 wouldn't mind getting this working again, but I'd also like to get
 replaygain support in sox since it is the default program to
 transcode ogg files in slimserver.
 
 I would appreciate any ideas and guidance.



Replying to my own post...  Okay, it looks like a confluence of changes
conspired to confound me, but I think I've sorted though it.

The changes?

I updated mplayer from 1.0pre6 to 1.0pre7 so, much of the time, I just
had the slimserver-convert.conf line wrong.

I had updated Ubuntu Hoary to Breezy and somehow not all of the perl
modules that I had installed previously came accross, so when I started
slimserver, it asked me to install several, which I did as a regular
user (not root) using the built-in utility (pretty slick, actually).
The fact that they were not installed as root, I think caused the
problem with not being able to write to /dev/fd/4. 

I subsequently installed the afore mentioned perl modules normally,
throught apt-get.  Once I did this, and got rid of the modules
slimserver had download for me, things started working fine again. 
Well, with one exception.  Apparantly, my distribution's version of
DBI.pm (perl 5.8.7) conflicts with the version that comes with
Slimserver, so I had to rename the slimserver version (DBI.pm.old).

I realize most of these problems were brought on through upgrading an
my own meddling, but I thought it important to post the results in case
someone else encounters similar problems and goes searching through
these forums for an answer.

Although, the ability to use the replaygain value from slimserver (6.2)
as a variable in convert.conf, I still think might be useful, if it's
possible.  Is there someplace to look in the documentation for a list
of those variables?


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


Re: [slim] Re: sox, replaygain, and ogg

2005-10-22 Thread Steven Spies
Although, the ability to use the replaygain value from slimserver (6.2)
as a variable in convert.conf, I still think might be useful, if it's
possible.  Is there someplace to look in the documentation for a list
of those variables?

I was hoping to do this exact thing! I want to be able to plug the
replaygain value in slimserver into the --scale option of LAME while
transcoding. This way I would get replaygained mp3 streams from
slimsever independent of file type as long as the source files
replaygain tags are recognized by slimserver. However I have not seen
a response to my previous posts on the subject so I do not know if
this is even possible, Steven



On 10/22/05, mlmurray [EMAIL PROTECTED] wrote:

 mlmurray Wrote:
  I have a SqueezeBox 1, thus when I listen to an *.ogg file it must
  either be converted to wav or mp3 format in order to be played.
 
  I have quite a few files in ogg format and I have tagged them all using
  vorbisgain to generate the appropriate replaygain tags.  Slimserver
  reads these tags fine in the web interface, but, of course, when sox or
  oggdec decodes them it ignores the replaygain tags so I'm out of luck
  with that.
 
  I did note that sox has a -v (volume) option, that I think can be set
  using the replaygain value in dB.  I'm wondering if there is a variable
  available to be used in convert.conf for setting the -v option (you
  know, like $FILE$ or $QUALITY$ or $BITRATE$)?  I was hoping for
  something like $GAIN$.
 
  On a side note, I was using mplayer to decode *.oggs using the
  following line in slimserver-convert.conf:
  
 Code:
 
   [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 41 1/dev/null
 
  
  Alas, since I've upgrade Ubuntu linux to Breezy (5.10), this hasn't
  been working.  It looks like only root can write to /dev/fd/4 now and
  the song stops playing just a few (maybe 10) seconds into the song.  I
  wouldn't mind getting this working again, but I'd also like to get
  replaygain support in sox since it is the default program to
  transcode ogg files in slimserver.
 
  I would appreciate any ideas and guidance.



 Replying to my own post...  Okay, it looks like a confluence of changes
 conspired to confound me, but I think I've sorted though it.

 The changes?

 I updated mplayer from 1.0pre6 to 1.0pre7 so, much of the time, I just
 had the slimserver-convert.conf line wrong.

 I had updated Ubuntu Hoary to Breezy and somehow not all of the perl
 modules that I had installed previously came accross, so when I started
 slimserver, it asked me to install several, which I did as a regular
 user (not root) using the built-in utility (pretty slick, actually).
 The fact that they were not installed as root, I think caused the
 problem with not being able to write to /dev/fd/4.

 I subsequently installed the afore mentioned perl modules normally,
 throught apt-get.  Once I did this, and got rid of the modules
 slimserver had download for me, things started working fine again.
 Well, with one exception.  Apparantly, my distribution's version of
 DBI.pm (perl 5.8.7) conflicts with the version that comes with
 Slimserver, so I had to rename the slimserver version (DBI.pm.old).

 I realize most of these problems were brought on through upgrading an
 my own meddling, but I thought it important to post the results in case
 someone else encounters similar problems and goes searching through
 these forums for an answer.

 Although, the ability to use the replaygain value from slimserver (6.2)
 as a variable in convert.conf, I still think might be useful, if it's
 possible.  Is there someplace to look in the documentation for a list
 of those variables?


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

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


Re: [slim] Re: Script .bat for scheduled power on /off

2005-10-22 Thread Michael Herger

so , we can´t do a simply batch file with the command lines options ?


Of course you can. Have a look at the CLI documentation. But on Windows  
you'd need some additional tools to do connections from a batch file. Or  
some Perl scripting knowledge ;-).


Or have a search in the forums: there was recently a benchmarking  
program published, which can run a batch of CLI commands from a text file.  
You could use it to automate tasks on from batch files (the file was  
called sstime.exe)


--

Michael

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


[slim] Re: Atom feed

2005-10-22 Thread illtud

Erm, nothing much to add except 'me too'. Oddly enough, also with a
blogspot blog.

I've got some time on my hands, I'll have a look at how much work it
would be to add support for it. I'll go ask in the Developers' forum...


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


[slim] Title Format

2005-10-22 Thread dfk

Hi

I know I can get this:

TRACKNUM, TITLE from ALBUM by ARTIST

But how can I get this?

TITLE from (Album) by (Artist)

Or are the formats hard coded so they cannot be altered?

Thanks


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


[slim] problems with slimserver behavior

2005-10-22 Thread oscuridad

I just istalled the lates slimserver build (6.1)
and I used to have the server set to play other songs of the album
whenever I chose to play one song from a folder.

The option is still on but when I do it, the slimserver just puts plays
that one song...

I double check the settings under the behavior tab under server
settings and the problem keeps arsing...any help?


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


[slim] Artwork in Status screen (Touch skin) missing

2005-10-22 Thread interruptvector

Hi,

I use the 'Touch' skin regularly for some touch screen interfaces I
have at home.  All my artwork for albums is displayed properly when
browsing by artist, album, artwork, etc.  However, when songs are
playing and you click on the status screen (notes symbol in the touch
skin), the artwork doesn't show up -- even though it shows up properly
everywhere else.. Has anyone else seen this issue?  Any easy fix
available?

Thanks...


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


[slim] Squeezebox Spares

2005-10-22 Thread Dick Sternum

Where can I get hold of a replacement screen for a Squuezebox (text) in
the UK?  Thanks.


-- 
Dick Sternum
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Squeezebox Spares

2005-10-22 Thread Robin Bowes

Dick Sternum said the following on 22/10/2005 19:35:

Where can I get hold of a replacement screen for a Squuezebox (text) in
the UK?  Thanks.


You may find that anyone who's upgraded to a graphic screen will have 
the text screen left-over spare.


Alternatively, you could get a Graphic screen from Slim.

R.
--
http://robinbowes.com

If a man speaks in a forest,
and his wife's not there,
is he still wrong?

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


Re: [slim] Title Format

2005-10-22 Thread kdf


On 22-Oct-05, at 11:00 AM, dfk wrote:



Hi

I know I can get this:

TRACKNUM, TITLE from ALBUM by ARTIST

But how can I get this?

TITLE from (Album) by (Artist)

Or are the formats hard coded so they cannot be altered?

For the web interface, most skins will show that format if you simply 
use TITLE as the
titleformat.  To have this as your playerUI format, use TITLE from 
(ALBUM) by (ARTIST)


-kdf

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


Re: [slim] Re: bigger antenna improvements?

2005-10-22 Thread Olaf
  Where do I go from here?  The thingy looks to me like a standard PCMCIA
  card.  
  I have a few of those floating around my household.  Do I just replace
  it?  Or 
  is there anything more clever I can do?
  
  Thanks - ovr.
  
  PS:  I know it's a SB1 problem coz I can happily operate any other
  802.11b 
  device in the same locale with perfectly adequate signal strength.
 
 Don't remove the card. If it has two of the small gold antenna
 connectors, just try moving the black antenna cable to the other one.
 
 There aren't any other compatible wireless cards that would give
 different performance.
 

Another attempt at posting this reply (GMANE appears temperamental at times):

I tried the trick with reconnecting the antenna cable - no joy.  Is the 
wireless interface not the same as in the SB2?  I never opened that box but if 
it uses a similar but better card, could I not ask SlimDevices to send me one 
of those?  The SB2 does not suffer from the same poor wireless reception as 
the SB1.



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


Re: [slim] Artwork in Status screen (Touch skin) missing

2005-10-22 Thread kdf


On 22-Oct-05, at 11:26 AM, interruptvector wrote:



Hi,

I use the 'Touch' skin regularly for some touch screen interfaces I
have at home.  All my artwork for albums is displayed properly when
browsing by artist, album, artwork, etc.  However, when songs are
playing and you click on the status screen (notes symbol in the touch
skin), the artwork doesn't show up -- even though it shows up properly
everywhere else.. Has anyone else seen this issue?  Any easy fix
available?


yup.  next nightly ought to have the fix.

-kdf

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


[slim] Re: Squeezebox Spares

2005-10-22 Thread Dick Sternum

Paul, email sent.

Thanks


-- 
Dick Sternum
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Squeezebox Spares

2005-10-22 Thread ultra238a

Replied.

Paul


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


[slim] Re: Squeezebox Spares

2005-10-22 Thread Dick Sternum

Thanks Paul.  Look forward to hearing from you Monday.


-- 
Dick Sternum
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Title Format

2005-10-22 Thread dfk

kdf Wrote: 
 On 22-Oct-05, at 11:00 AM, dfk wrote:
 
 
  Hi
 
  I know I can get this:
 
  TRACKNUM, TITLE from ALBUM by ARTIST
 
  But how can I get this?
 
  TITLE from (Album) by (Artist)
 
  Or are the formats hard coded so they cannot be altered?
 
 For the web interface, most skins will show that format if you simply 
 use TITLE as the
 titleformat.  To have this as your playerUI format, use TITLE from 
 (ALBUM) by (ARTIST)
 
 -kdf

Hi kdf

I am slightly lost here. I changed the players title format settings in
SlimServer to Title, (this was in the dropdown list) but that just
displayed well, the title :-) 

Do I need to add somethiong to the slimserver.pref file to get TITLE
from (Album) by (Artist)?


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


[slim] Re: I want a Squeezebox boombox

2005-10-22 Thread Pale Blue Ego


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

Question: Who wants a Squeezebox Boombox?

- I'm interested.
- No, thanks.


I would say, build everything into a nice wooden case, maybe with
casters and a handle, like a piece of pro audio gear.  Use a
great-sounding 2.1 system like the Acoustic Energy AEGO2.  Use
powerline networking so everything works from 1 AC plug - SB2, AEGO2,
and a reliable wired network connection.  Then you can plug it in
anywhere on your property (even outbuildings) and have full access to
your whole collection.

You could do neat stuff like mount the sats on flexible stalks, so you
could always position them for the best sound.


-- 
Pale Blue Ego
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: Moose 0.05

2005-10-22 Thread Yannzola

H... The latest rev doesn't appear to have fixed the problem I noted
previously. Still cant play any tracks. BTW: I'm running the latest
nightly (10/21) on a windows XP SP2 rig with all of the latest .NET
service packs installed. All my tracks are FLAC's.

What else can I do to help troubleshoot?


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


Re: [slim] Re: Squeezebox Spares

2005-10-22 Thread Robin Bowes

ultra238a said the following on 22/10/2005 20:49:

Or you could give the UK distributor a try as we do have some screen
upgrades still in stock.


That's what I meant by contacting Slim.

Glad you sorted things out.

R.
--
http://robinbowes.com

If a man speaks in a forest,
and his wife's not there,
is he still wrong?

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


[slim] Internet radio, asx supported?

2005-10-22 Thread voodooboy

hi all

I plan to buy a SqueezeBox2 (Wired). My favorite radio station has this
link

http://asx.skypro.tv/asx/radio-drs/drs3.asx

is asx WMA format?

FAQ says:
WMA Internet Radio streams are now supported as well.

can I hear my favorite radio station with PC switched off?


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


[slim] Tracks featuring other artists

2005-10-22 Thread Philip Meyer
I tried asking about this in the Ripping list, but got no responses, so I 
thought I'd open it up to a wider audience...

What do people think the best way is to tag tracks such as Twista feat Kanya 
West  Jamie Foxx?

I currently have a few of these tracks with the whole string entered in a 
single ARTIST tag.  I'd like to tag them as separate artists, with associated 
ARTISTSORT tags.

Eg. I could enter the example above as:

ARTIST = Twista;Kanya West;Jamie Foxx
ARTISTSORT = Twista;West, Kanya;Foxx, Jamie

I think this is a little better.  However, this would mean I am losing the 
information that associates the 2nd and 3rd atists as featuring artists; 
browsing the entry would list the artist as Twister and Kanya West and Jamie 
Foxx.  I wondered if there is a tag for listing the featuring artists?  I've 
seen an INVOLVEDPERSONS tag - but I guess there's no specific support for the 
tag in SlimServer, or an associated SORT tag.

Perhaps as an enhancement, a special character after the separator character 
could indicate to SlimServer to use feat. instead of and as separator text? 
 Eg. something like ARTIST = Twista;+Kanya West;Jamie Foxx

I'm also thinking that the featured artists shouldn't be listed in Browse 
Artists, unless they are also in the library as an album artist - like how 
teh new various artist logic works.

What should I do?  How have others organised their tags?

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


[slim] Softsqueeze resource hungry?

2005-10-22 Thread Kevin Weller
I'm running Slimserver (6.2b2)/Softsqueeze on an old Sony Vaio which is 
supposed to have an 850MHz processor and has 256Mb RAM. Nothing else is 
running on the machine apart from Predixis Music Magic Mixer, Outpost 
firewall, AVG and RAdmin. All the MP3s are on a Buffalo Linkstation.

WinAmp has no problem running on this machine but the output from 
Softsqueeze is constantly breaking up - it's unlistenable. I'm using 
the random mix if that makes any difference.

Looking at resources CPU is constantly running at 100% with javaw.exe 
using as much CPU as it can get and r-server (RAdmin) grabbing 
occasional bits. It seems to be RAdmin grabbing resources that is 
interrupting the playback. I'm somewhat surprised that Softsqueeze 
seems to need more resources than WinAmp.

Kevin






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


[slim] Re: problems with slimserver behavior

2005-10-22 Thread oscuridad

anyone?? This puzzles me, the older version did not have this
problem...I am thinking about downgrading...


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


RE: [slim] Tracks featuring other artists

2005-10-22 Thread Howard Darwen
there's no easy solution as far as i can see. i use the same method as you -
put everything in the ARTIST tag. you could split the artists out like you
say, but after a lot of thought i came to the conclusion that putting
everything in the one tag was the most sensible - and it comes up as a
selection in an artist search anyway. also, there are other examples of
similar situations: use of presents and versus for example:

Lenny Fontana pres. Cassioware
Cracked Logic vs. Zed's Ded

you'd need solutions for all of them, not to mention occasional use of
with and even showcases. and things can get really out of control when
multiple use comes into play - e.g. my all time favourite:

Blaze pres. Underground Dance Artists United For Life feat. Barbara
Tucker

thx.

h.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Philip Meyer
Sent: 22 October 2005 22:18
To: discuss@lists.slimdevices.com
Subject: [slim] Tracks featuring other artists


I tried asking about this in the Ripping list, but got no responses, so I
thought I'd open it up to a wider audience...

What do people think the best way is to tag tracks such as Twista feat
Kanya West  Jamie Foxx?

I currently have a few of these tracks with the whole string entered in a
single ARTIST tag.  I'd like to tag them as separate artists, with
associated ARTISTSORT tags.

Eg. I could enter the example above as:

ARTIST = Twista;Kanya West;Jamie Foxx
ARTISTSORT = Twista;West, Kanya;Foxx, Jamie

I think this is a little better.  However, this would mean I am losing the
information that associates the 2nd and 3rd atists as featuring artists;
browsing the entry would list the artist as Twister and Kanya West and
Jamie Foxx.  I wondered if there is a tag for listing the featuring
artists?  I've seen an INVOLVEDPERSONS tag - but I guess there's no specific
support for the tag in SlimServer, or an associated SORT tag.

Perhaps as an enhancement, a special character after the separator character
could indicate to SlimServer to use feat. instead of and as separator
text?  Eg. something like ARTIST = Twista;+Kanya West;Jamie Foxx

I'm also thinking that the featured artists shouldn't be listed in Browse
Artists, unless they are also in the library as an album artist - like how
teh new various artist logic works.

What should I do?  How have others organised their tags?

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

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


[slim] Re: Tracks featuring other artists

2005-10-22 Thread mikerob

Howie - that title only has a pres. and a feat. - I managed to find
a couple with a  a vs. and a pres. -Jay-J  Chris Lum vs. DJ
Chus pres. The Groove Foundation

I put everything in the ARTIST tag...


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


Re: [slim] Alien BBC Garbled Sound

2005-10-22 Thread Olaf
 [EMAIL PROTECTED] writes:

 
 I have searched both the mailing lists and the forum, and this has been
 raised before but to my knowledge not resolved.
 
 When playing live BBC streams on AlienBBC, after a while (10-20 minutes)
 the sound becomes garbled - it sounds like 2 streams are being played a
 fraction out of time which each other. This doesn't happen when playing
 archive/Listen Again programmes. Incidentally, the live stream is also
 noticeably quieter (and muffled) than the Listen Again streams.
 
 Has anyone found a solution to this?
 
 I'm running Alien BBC v0.97, Slimserver v6.1 from about 3 weeks ago on
 Windows XP, and playing on both an SB1 and SB2.
 

Well done, Neil !!  I just downloaded your latest mplayer concoction (w/o 
kill) and eventually managed to get it going once I realized I had to re-
arrange comments in slimserver-convert.conf.  Radio3's been playing for the 
past 3 hours w/o problems.  Eureka!



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


[slim] Re: I want a Squeezebox boombox

2005-10-22 Thread MeSue


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

Question: Who wants a Squeezebox Boombox?

- I'm interested.
- No, thanks.


Kind of funny that the same week I started this thread, this shows up on
eBay:
 HOMEPOD ADVANCED WI-FI PLAYER WITH INTERGRATED SPEAKERS AND DIGITAL 
 TERESTRIAL RADIO RECEIVER
 
 Works as per the Soundbridge  squeezebox but has the added feature of
 being a truely portable device, it does not need to be connected to a
 set of speakers / 5.1 surround as it has it's own intergarated set. 
 
 http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemitem=5821716715
 
Nice how they stuck Squeezebox in their description… as if there is any
comparison.


-- 
MeSue

Sue

PS: I want a Squeezebox boombox.
___
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


Re: [slim] Re: Title Format

2005-10-22 Thread kdf


On 22-Oct-05, at 1:29 PM, dfk wrote:



kdf Wrote:

On 22-Oct-05, at 11:00 AM, dfk wrote:



Hi

I know I can get this:

TRACKNUM, TITLE from ALBUM by ARTIST

But how can I get this?

TITLE from (Album) by (Artist)

Or are the formats hard coded so they cannot be altered?


For the web interface, most skins will show that format if you simply
use TITLE as the
titleformat.  To have this as your playerUI format, use TITLE from
(ALBUM) by (ARTIST)

-kdf


Hi kdf

I am slightly lost here. I changed the players title format settings in
SlimServer to Title, (this was in the dropdown list) but that just
displayed well, the title :-)

Do I need to add somethiong to the slimserver.pref file to get TITLE
from (Album) by (Artist)?


no...just add the setting in server settings- formatting for
TITLE from (ALBUM) by (ARTIST)

then choose that one in player settings for the player title.
-k

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


[slim] Browse Music Folder Not Working

2005-10-22 Thread jwarburton

I havent been able to use the Browse music folder consistantly for some
time now.  On a lot of items when you go into the directory all it
shows is the URL information instead of whats in the directory.  This
happens on the squeezebox and on the web interface.

This started to happen when I got another Squeezebox.  I had the
original one and have just added a new squeezebox2.  I dont think its
so much adding the box that did it but I did upgrade from 6.0 to 6.1 at
the time.  

I have tried a few different versions since and done full rescans but
its always the same.

Is there any way I can get the old 6.0 software?  Does anyone have a
link so I can go back and see if this fixes the problem please

many thanks


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


Re: [slim] Internet radio, asx supported?

2005-10-22 Thread dean blackketter
The latest version of the Squeezebox2 firmware (it comes with  
SlimServer 6.2b2) has added support for WMA streams.


SqueezeNetwork will shortly be upgraded to use this capability to  
support WMA streams when your computer is off.  Probably a couple of  
weeks.


-dean


On Oct 22, 2005, at 2:06 PM, voodooboy wrote:



hi all

I plan to buy a SqueezeBox2 (Wired). My favorite radio station has  
this

link

http://asx.skypro.tv/asx/radio-drs/drs3.asx

is asx WMA format?

FAQ says:
WMA Internet Radio streams are now supported as well.

can I hear my favorite radio station with PC switched off?


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



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


Re: [slim] Browse Music Folder Not Working

2005-10-22 Thread kdf


On 22-Oct-05, at 4:38 PM, jwarburton wrote:



Is there any way I can get the old 6.0 software?  Does anyone have a
link so I can go back and see if this fixes the problem please


http://www.slimdevices.com/downloads/

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


Re: [slim] Softsqueeze resource hungry?

2005-10-22 Thread Jack Coates

Kevin Weller wrote:

I'm running Slimserver (6.2b2)/Softsqueeze on an old Sony Vaio which is 
supposed to have an 850MHz processor and has 256Mb RAM. Nothing else is 
running on the machine apart from Predixis Music Magic Mixer, Outpost 
firewall, AVG and RAdmin. All the MP3s are on a Buffalo Linkstation.


WinAmp has no problem running on this machine but the output from 
Softsqueeze is constantly breaking up - it's unlistenable. I'm using 
the random mix if that makes any difference.


Looking at resources CPU is constantly running at 100% with javaw.exe 
using as much CPU as it can get and r-server (RAdmin) grabbing 
occasional bits. It seems to be RAdmin grabbing resources that is 
interrupting the playback. I'm somewhat surprised that Softsqueeze 
seems to need more resources than WinAmp.


Kevin

 



the Java MP3 plugin makes a big performance difference, are you using it?

--
Jack At Monkeynoodle Dot Org: It's A Scientific Venture!
I spent all me tin with the ladies drinking gin
so across the Western ocean I must wander -- trad.

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


[slim] KCRW podcasting problem

2005-10-22 Thread jay_cee_in_da_house

Hi - 

I'm running 6.2b2 and am trying to add some of KCRWs podcasts.
Example:

http://kcrw.com/podcast/show/lr

It gets added ok, and I can browse to it on my squeezebox and read
about the current show, but I can't actually get it to play anything.
I've tried a handful of KCRW podcasts and they all seem to do the same
thing. Anyone have some suggestions?

Thanks!


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