Re: [SlimDevices: Plugins] MusicIP on QNAP TS-209

2008-10-21 Thread erland

As far as I know MusicIP is only distributed in binary form for x86
CPU's.

This means that you will be able to run it on a NAS based on a x86 CPU
but you won't be able to run it on the the QNAP (since it don't have a
x86 CPU). I'm not sure if there are any NAS boxes besides home built
that use x86 CPU's.

A Mini-ITX solution feels optimal for this kind of usage as already
suggested earlier in the thread.

By the way, even if it was possible to run MusicIP on the QNAP NAS I
have a feeling you would get a pretty slow system due to the fact that
both MusicIP and SqueezeCenter would have to share the limited amount
of primary memory in the box.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=54034

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


Re: [SlimDevices: Plugins] MusicIP on QNAP TS-209

2008-10-21 Thread raven22

Well do a STF (search the forum) for clarkconnect and musicip,
thinclient, itx and it is all there. It is quite simple to setup. I'm a
linux noob but you'll learn by doing it.


-- 
raven22

raven22's Profile: http://forums.slimdevices.com/member.php?userid=16511
View this thread: http://forums.slimdevices.com/showthread.php?t=54034

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread Phil Meyer
>Could you please see whether full has the same issue? Thanks!
Tried it.  A rescan with MusicIP set to retrieve all info worked.

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-10-21 Thread DLORDE

OK, I sorted it out - the 'City Code' field doesn't take a code at all,
just the city name as shown on the web site. When I changed it to
'Faversham Kent', it worked OK.

So much for user-friendly field names.


-- 
DLORDE

DLORDE's Profile: http://forums.slimdevices.com/member.php?userid=4659
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] MusicIP on QNAP TS-209

2008-10-21 Thread Dukeisaac

Raven22

I failed to mention in my post that I'm totally clueless when it comes
to Linux.  I will need more detailed explanations.  In addition to
running Squeezecenter, MusicIP, I also want a print server, and a
network drive for backups.  Can I accomplish all these with an itx and
how?  Thanks!


-- 
Dukeisaac

Dukeisaac's Profile: http://forums.slimdevices.com/member.php?userid=10119
View this thread: http://forums.slimdevices.com/showthread.php?t=54034

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


Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-21 Thread bpa

To play file with extension ".ra" as RealAudio file - make the following
changes to the AlienBBC conf files.

1. Add a line for the ra type to custom-types.conf

Code:


  rtsppl  rm,ram,rpm  ?   playlist
  rtsprtsp:   ?   audio
  smilpl  smilapplication/smilplaylist
  ra  ra  ?   audio



Add "ra" lines to custom-convert.conf - they are trhe same as the rtsp
lines just with ra at the start.

Code:


  rtsp wav * *
[mplayer.sh] -really-quiet -vc null -vo null -bandwidth 1000 -cache 
128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$
  rtsp mp3 * *
[mplayer.sh] -really-quiet -vc null -vo null -bandwidth 1000 -cache 
128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [lame] --silent -r -x -q $QUALITY$ -b 
$BITRATE$ - -
  rtsp flc * *
[mplayer.sh] -really-quiet -vc null -vo null -bandwidth 1000 -cache 
128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [flac] -cs --totally-silent 
--endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100 
--compression-level-0 -
  
  ra wav * *
[mplayer.sh] -really-quiet -vc null -vo null -bandwidth 1000 -cache 
128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$
  ra mp3 * *
[mplayer.sh] -really-quiet -vc null -vo null -bandwidth 1000 -cache 
128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [lame] --silent -r -x -q $QUALITY$ -b 
$BITRATE$ - -
  ra flc * *
[mplayer.sh] -really-quiet -vc null -vo null -bandwidth 1000 -cache 
128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [flac] -cs --totally-silent 
--endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100 
--compression-level-0 -


I had tried to make a new type called "podr" to play the stream live
but it just stutters - the stream during the initial few minutes is
very slow and  this causes problems with the rm format.  The additions
to the conf files I used were

custom-types.conf

Code:


  podr-   audio/x-pn-realaudioaudio
  



And custom-convert.conf

Code:


  podr wav * *
[mplayer.sh] -really-quiet -vc null -vo null -bandwidth 1000 
-nocache -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$
  podr mp3 * *
[mplayer.sh] -really-quiet -vc null -vo null -bandwidth 1000 
-nocache -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [lame] --silent -r -x -q $QUALITY$ -b 
$BITRATE$ - -
  podr flc * *
[mplayer.sh] -really-quiet -vc null -vo null -bandwidth 1000 
-nocache -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [flac] -cs --totally-silent 
--endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100 
--compression-level-0 -
  
  
  



-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=53929

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


Re: [SlimDevices: Plugins] [Announce] MusicInfoSCR 4.3 - now with theOriginal Boom Booklet Layout

2008-10-21 Thread Michael Herger
> I don't seem to have a display element called EXT in the 'Format
> display element' combo-box, only FILE.EXT. Is there a way for me to add
> EXT to the list of elements in the combo-box, or is it something you'll
> have to add in 4.3.3?

Just follow the link in the description about how you can add formats...

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


Re: [SlimDevices: Plugins] MusicIP on QNAP TS-209

2008-10-21 Thread raven22

I would say, go for a self made itx system, install Clarkconnect and you
are a lot more flexible in installing plugins and addons like musicip.
Or buy a used thin client. Besides that your system will be and a lot
faster and probably cheaper.


-- 
raven22

raven22's Profile: http://forums.slimdevices.com/member.php?userid=16511
View this thread: http://forums.slimdevices.com/showthread.php?t=54034

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


Re: [SlimDevices: Plugins] [Announce] MusicInfoSCR 4.3 - now with theOriginal Boom Booklet Layout

2008-10-21 Thread Jernau

Jernau;351825 Wrote: 
> 
> > EXT will display the extension only.
> 
> Thanks, that sounds exactly like what I'm looking for - I'll try it
> tonight.
I don't seem to have a display element called EXT in the 'Format
display element' combo-box, only FILE.EXT. Is there a way for me to add
EXT to the list of elements in the combo-box, or is it something you'll
have to add in 4.3.3?


-- 
Jernau

Jernau's Profile: http://forums.slimdevices.com/member.php?userid=20583
View this thread: http://forums.slimdevices.com/showthread.php?t=53347

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2008-10-21 Thread yank

If you don't mind, I would very much like to wait for the green flag
from Greg. For all I know he's working on the problem.

I have nothing more than the utmost respect for the folks making the
squeeze to one of the finest gadgets I own! 
I'm sure he is following this thread, can't take that long to hear the
door slamming!

Just being polite...


-- 
yank

yank's Profile: http://forums.slimdevices.com/member.php?userid=9026
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2008-10-21 Thread thunder

I would be very interested in getting it


-- 
thunder

thunder's Profile: http://forums.slimdevices.com/member.php?userid=20156
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2008-10-21 Thread yank

Well, the controller is now showing celsius degrees, I can post the file
here, if someone needs it, not sure if it's ok with Greg, but I'm sure
he will tell me...


-- 
yank

yank's Profile: http://forums.slimdevices.com/member.php?userid=9026
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


[SlimDevices: Plugins] MusicIP on QNAP TS-209

2008-10-21 Thread Dukeisaac

I'm contemplating the purchase of a QNAP TS-209 Pro. In addition to
being used as a network drive/printer server, I want to use it as my
music server using SqueezeCenter 7.0. I understand that Squeezecenter
can run on the NAS but I also want to use MusicIP. I cannot imagine
using Squeezecenter without MusicIP. I haven't been able to find any
info on running MusicIP on the NAS.
My current system consists of 3 SB3s hooked up wirelessly to a Vista
(64 bit) computer, a 500 GB external HD with 13802 FLAC files.
SqueezeCenter and MusicIP (headless) are running on the computer. 
The QNAP TS-209 will allow me to have access to my music server without
running the computer. Maybe that's not the best way to do things.  I've
heard that some folks have issues of slow speed when using a NAS.  Any
advice will be greatly appreciated.


-- 
Dukeisaac

Dukeisaac's Profile: http://forums.slimdevices.com/member.php?userid=10119
View this thread: http://forums.slimdevices.com/showthread.php?t=54034

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


Re: [SlimDevices: Plugins] MusicIP Mixes don't start playing automaticylly when using CustomBrowse

2008-10-21 Thread erland

panos_k75;351840 Wrote: 
> i have the same problem...only musicip enabled bu custom browse still
> gives me the option to select it...any ideas?

I suppose you have tried what I said in the previous post ?


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=53529

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


Re: [SlimDevices: Plugins] Any way to force AlienBBC to make a bigger buffer?

2008-10-21 Thread Cleve

bpa;351844 Wrote: 
> 
> 
> What is the system which is running SC ? 
> 
> 

Gateway Athlon 3400 with 1 Gb of RAM


What is the CPU load when station is playing ? 

It fluctuates -most of the time it's 10-20% with Softsqueeze running in
sync.   Occasional spikes to 30-40%, rarely 50%.   

How much memory is free ? 

Available physical is 254 Mb.   System cache - 319 Mb physical.  PF
usuage 728 MB

Is there swapping ?


What is the speed of the radio station feed ?

176 kbps CBR.  


When the stuttering begins, usually CPU use is only 10-12% (been watching
Task Manager for a few minutes)  It doesn't appear that RAM usage
increases when the stuttering begins.  A few seconds after the pause,
I'll see CPU usuage increase to 30-40% immediately after the stream
resumes (when the stream resumes is when it stutters), and then goes back
down to 10-15%.


-- 
Cleve

Cleve's Profile: http://forums.slimdevices.com/member.php?userid=2048
View this thread: http://forums.slimdevices.com/showthread.php?t=54032

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


Re: [SlimDevices: Plugins] Any way to force AlienBBC to make a bigger buffer?

2008-10-21 Thread bpa

Unlikely to be the buffer size which is a mplayer setting in
custom-convert.conf.  

Mplayer decoding and encoding into flac can be a big CPU/memory  load
on some systems causing stuttering especially if other apps start up..

What is the system which is running SC ?
What is the CPU load when station is playing ? 
How much memory is free ? Is there swapping ?
What is the speed of the radio station feed ?


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=54032

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


Re: [SlimDevices: Plugins] MusicIP Mixes don't start playing automaticylly when using CustomBrowse

2008-10-21 Thread panos_k75

i have the same problem...only musicip enabled bu custom browse still
gives me the option to select it...any ideas?


-- 
panos_k75

panos_k75's Profile: http://forums.slimdevices.com/member.php?userid=18149
View this thread: http://forums.slimdevices.com/showthread.php?t=53529

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread Philip Meyer

Another option that would be nice is if SugarCube could be configured to
stop when the player is stopped or powered-off (if SugarCube status can
be made per-player I guess).  It's easy to forget that the night before
you had SugerCube enabled.


-- 
Philip Meyer

Philip Meyer's Profile: http://forums.slimdevices.com/member.php?userid=95
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


Re: [SlimDevices: Plugins] AlienBBC stopped working

2008-10-21 Thread danco

AS noted (I edited the original) at the time I posted I did not get the
main BBC listings using Safari to go to the iPlayer page.

All fine, both in Safari and in AlienBBC, about thirty minutes later.

It was useful to know that this particular error message is usually a
problem at the BBC end.


-- 
danco

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

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


[SlimDevices: Plugins] Any way to force AlienBBC to make a bigger buffer?

2008-10-21 Thread Cleve

I am running SqueezeCenter 7.2, and AlienBBC to stream a Real Audio feed
from a PBS radio station to my home system via my wireless network and
SB3.

I have problems with stuttering every few minutes - and playback
stopping for several seconds. 

My network health is good - I can stream 4000k successfully in the
network performance test, and I have no issues with FLAC or other high
bitrate content playing.   My wireless strength is good at 73-78%.

It seems like the buffer is too small - but I can find no setting to
increase in AlienBBC  

My RTSP settings are -  

Flac =  mplayer/flac

MP3 = disabled (no choices available for this menu item either)

WAV = mplayer



Any suggestions or help would be greatly appreciated.  Thanks in
advance.


-- 
Cleve

Cleve's Profile: http://forums.slimdevices.com/member.php?userid=2048
View this thread: http://forums.slimdevices.com/showthread.php?t=54032

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


Re: [SlimDevices: Plugins] [Announce] MusicInfoSCR 4.3 - now with theOriginal Boom Booklet Layout

2008-10-21 Thread Jernau

mherger;351704 Wrote: 
> > right. Is this shifting of the 'Now Playing' screen expected
> behavior?
> 
> I'd say so: pressing the button is "waking up" the screensaver.
Some screensavers (for example the snow screensaver) automatically take
over both displays as soon as the designated screensaver sleep time has
been reached. Could you explain the thinking behind "waking up"
MusicInfoSCR only when the VISUAL button has rotated the visualization
selection to MusicInfoSCR, rather than the more common screensaver
paradigm of "waking up" after a designated time?

This seems particularly awkward in the case of the Transporter, because
the Logitech remote for the Transporter doesn't have a VISUAL button, so
to rotate the visualization selection you have to be physically at the
Transporter.

Also, going back to my point about "waking up" the screensaver; as I
scrolled through the various visualization selections (by pressing the
VISUAL button) I was expecting to see my MusicInfoSCR settings for the
second (or right-hand) display shown on the second (right-hand)
display, and that's why I was surprised to instead see the 'Now
Playing' screen jump over from the left-hand display. Maybe
MusicInfoSCR could check whether a second display has been configured
and use that as the screensaver 'preview'?

mherger;351704 Wrote: 
> EXT will display the extension only.
Thanks, that sounds exactly like what I'm looking for - I'll try it
tonight.


-- 
Jernau

Jernau's Profile: http://forums.slimdevices.com/member.php?userid=20583
View this thread: http://forums.slimdevices.com/showthread.php?t=53347

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread cparker

tamanaco;351800 Wrote: 
> 
> Not a problem just FYI... I noticed that while the logging is set to
> "Info" 
> 

Thought you might like to see the important bit without wading through
half a page of debug info each time.  You can turn it off completely if
you like, see; Settings -> Advanced -> Logging -> Switch it OFF for
SugarCube

tamanaco;351800 Wrote: 
> 
> cparker, what did you think about my "suggestion" for a future release
> with  a status icon and a shortcut to switch SugarCube on/off? Given
> that SugarCube is a mode that can be disabled while a track is playing
> it should be one click away in the player interface just like shuffle
> and repeat. I have no idea how difficult it would be to implement, but
> having the ability to enable SugarCube (immediately) based on the track
> that is currently playing would also be nice.
> 

Yeah its a nice idea, though I always have SugarCube on :)  If you
queue an album then the SugarCube tracks are appended at the end and
have some kind of relation to the album so its a nice experience and
one the wife has got used to ;)

Anyhow I'll add it to the to-do list and see.


-- 
cparker

www.spicefly.com - Visit for an enhanced Interface for MusicIP and
integration tips and tricks, Plugin coding tips, Spicefly SugarCube the
MIP AutoDJ plugin and Spicefly Weather!

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


[SlimDevices: Plugins] Announce: SpiceFly FreeStyler - MIP with BPM plugin

2008-10-21 Thread cparker

SpiceFly - FreeStyler - Copyright 2008 Charles Parker

Initially Developed by Charles Parker - http://www.spicefly.com/
Split from SugarCube 1.7.1

What FreeStyler does;
FreeStyler works like SugarCube in that it utilise MusicIP to pull a
list of recommended tracks from the current playing track and then
tries to line up a new track that closely matches the BPMs of the
current playing track, within a tolerance range.

Why the split, this is a breakaway plugin and seperate from SugarCube,
ultimately because BPM matching might suck and not work nicely at all! 

It might also be worth dropping the MIP side completely and hit the
database directly to find suitable BPMs?


This is being released in the hope that other devs will pick it up and
take this forward.  
It is a proof of concept rather than a finished plugin and I'm *not*
looking to develop it all myself! 

*I would NOT recommend that this is installed on a live system*


Once installed, enable it and just play a track,  this will then become
the seed track and your journey begins through your music library.

Version 0.1 Alpha - Dev Release - 21st October 2008
+ Initial split out from SugarCube
See lines approx 614 for the BPM functions which are very rusty

Pre-Reqs **IMPORTANT**
-
1) Your music must already have calculated BPMs inside the tags.  (DONT
ASK in this thread - Use Google if you dont know how to do this)
2) Using Custom Scan you must already have the BPMs populated into the
SC database
See
http://wiki.slimdevices.com/index.php/Setup_support_for_custom_tags
Additionally see the png file included in the zip
3) Use Custom Browse to check that you can see the tracks and their
BPMs!

### 
NOTE; This is alpha developer release, it should only be used in a
development environment and not against a live environment.
###
Some of the functionality doesnt work, especially around the
duplication track side of things, it will quite easily get stuck
between 2 or 3 tracks (as they are close BPM matches!)

Enjoy, hope others find this code useful and someone takes a shine to
it and drives it forwards! :)


+---+
|Filename: FreeStyler0.1alpha.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=6090|
+---+

-- 
cparker

www.spicefly.com - Visit for an enhanced Interface for MusicIP and
integration tips and tricks, Plugin coding tips, Spicefly SugarCube the
MIP AutoDJ plugin and Spicefly Weather!

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=54029

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread raven22

tamanaco;351800 Wrote: 
> 
> cparker, what did you think about my "suggestion" for a future release
> with  a status icon and a shortcut to switch SugarCube on/off? Given
> that SugarCube is a mode that can be disabled while a track is playing
> it should be one click away in the player interface just like shuffle
> and repeat. I have no idea how difficult it would be to implement, but
> having the ability to enable SugarCube (immediately) based on the track
> that is currently playing would also be nice.

Seems like a nice feature because my wife does not like mixes/sugarcube
and i do but for both of us it is not quickly clear whether it is
enabled or not. So an easy toggle on/off with always visible icon would
be great.


-- 
raven22

raven22's Profile: http://forums.slimdevices.com/member.php?userid=16511
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread tamanaco

Thanks cparker... so far so good. I played music with SugarCube enabled
for a couple hours yesterday without any issues with foreign
characters. 

Not a problem just FYI... I noticed that while the logging is set to
"Info" the server log messages show that as SugarCuge issues request
for tracks for foreign character the requests do not display the
foreign characters correctly, but the responses show the path and file
names correctly. See example below.

[08:28:48.3387] Plugins::SugarCube::Plugin::PrepareToAdd (708) 
Preparing to add Track-D:\MULTIMEDIA\FLAC Music Library\World\Ali Farka
Touré & Ry Cooder\Talking Timbuktu\03. Gomni.flac
[08:28:48.4532] Plugins::SugarCube::Plugin::PrepareToAdd (719) 
Track Add OK-D:\MULTIMEDIA\FLAC Music Library\World\Ali Farka Touré &
Ry Cooder\Talking Timbuktu\03. Gomni.flac
[08:28:59.6948] Plugins::SugarCube::Plugin::PrepareToAdd (708) 
Preparing to add Track-D:\MULTIMEDIA\FLAC Music Library\Latin\Rubén
González\Introducing... Rubén González\02. Cumbanchero.flac
[08:28:59.7958] Plugins::SugarCube::Plugin::PrepareToAdd (719) 
Track Add OK-D:\MULTIMEDIA\FLAC Music Library\Latin\Rubén
González\Introducing... Rubén González\02. Cumbanchero.flac

cparker, what did you think about my "suggestion" for a future release
with  a status icon and a shortcut to switch SugarCube on/off? Given
that SugarCube is a mode that can be disabled while a track is playing
it should be one click away in the player interface just like shuffle
and repeat. I have no idea how difficult it would be to implement, but
having the ability to enable SugarCube (immediately) based on the track
that is currently playing would also be nice.

Thanks again for adding foreign characters support to the plugin... I'm
back in the game.


-- 
tamanaco

tamanaco's Profile: http://forums.slimdevices.com/member.php?userid=4620
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


[SlimDevices: Plugins] Softsqueeze 3.7 error - NullPointer exception

2008-10-21 Thread Cleve

This is my first Squeezebox/Squeeze Center problem in a long time.  I
recently had to reinstall XP on my computer.   Ever since I reinstalled
Squeeze Center I have an issue when I start SoftSqueeze.   I get a "Java
Error" message that reads

"Java.lang.NullPointerException"

Softsqueeze WILL start after I clear the error message - but after some
time of operation it will crash, and crash my computer as well. 

How do I get rid of the buggy version of Softsqueeze and reinstall?  Or
is it possibly a Windows Firewall/McAfee Security Center issue?   Thanks
in advance for the help.


-- 
Cleve

Cleve's Profile: http://forums.slimdevices.com/member.php?userid=2048
View this thread: http://forums.slimdevices.com/showthread.php?t=54026

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-10-21 Thread aubuti

DLORDE;351649 Wrote: 
> I entered the city code (IKENTFAV2 for Faversham, Kent) in the plugin
> settings which gives a full forecast on the wunderground.com web site,
> and the screensaver just says 'No Forecast Available'. Is there some
> cunning trick to making it work?
My advice is to try different codes nearby. For example, the closest
wunderground.com weather station to me shows up fine on the
wunderground web page, but gives a 'No Forecast Available' on the SB.
I've had good luck using the nearest airport, entering the 3 letter
international airport code in the WDT settings page on the SB. 

So it's 12 miles away instead of 1 mile away -- the margin of error on
weather forecasts is so big it doesn't really make a difference. And if
I want to know local weather conditions with more precision I go
outside ;o)


-- 
aubuti

Nothing high-end, but music anywhere I want it. LinkStation HD-HG
(debian) feeding: Basement: SB2 > JVC JA-S44 > ESS Tempest LS8;
Kitchen/Dining: SB Duet > AudioSource Amp100 > 2 pairs Polk RC60i;
Living room: SB3 > Technics SA-EX140 > Bose Acoustimass 3; Bedroom: SB
Boom + SBC; Study: SB Duet > Klipsch ProMedia 2.0; Kid's bedroom: SB2 >
Klipsch ProMedia 2.0
http://www.last.fm/user/aubuti/

aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread raven22

cparker;351781 Wrote: 
> You need to be running SugarCube 1.7.1 for this, Cheers

thanks, i'll try it this evening


-- 
raven22

raven22's Profile: http://forums.slimdevices.com/member.php?userid=16511
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread cparker

raven22;351771 Wrote: 
> That is nice to know, i only use sugarcube, so i will disable musicip as
> well

You need to be running SugarCube 1.7.1 for this, Cheers


-- 
cparker

www.spicefly.com - Visit for an enhanced Interface for MusicIP and
integration tips and tricks, Plugin coding tips, Spicefly SugarCube the
MIP AutoDJ plugin and Spicefly Weather!

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread raven22

cparker;351750 Wrote: 
> SugarCube talks to MIP directly via the MIP HTTP API, so I dont have the
> MusicIP plugin enabled any more which keeps MIP away from the SC
> database so no scanning required.
> 

That is nice to know, i only use sugarcube, so i will disable musicip
as well


-- 
raven22

raven22's Profile: http://forums.slimdevices.com/member.php?userid=16511
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread cparker

SugarCube talks to MIP directly via the MIP HTTP API, so I dont have the
MusicIP plugin enabled any more which keeps MIP away from the SC
database so no scanning required.

So I cant speak for the official MIP scanning process... its so last
season! ;)


-- 
cparker

www.spicefly.com - Visit for an enhanced Interface for MusicIP and
integration tips and tricks, Plugin coding tips, Spicefly SugarCube the
MIP AutoDJ plugin and Spicefly Weather!

cparker's Profile: http://forums.slimdevices.com/member.php?userid=2083
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


Re: [SlimDevices: Plugins] XM can no longer log in

2008-10-21 Thread Howard Passman

raglencross;351601 Wrote: 
> I don't know if you guys are aware of Joe Bob's previous involvement
> with the XM plugin.  Back in the 6.xx days, he took charge of the very
> buggy plugin and made it rock stable, adding several new features in
> the process.  Good to see that you are back on the job, Joe Bob!  Hope
> that you stay around with 7.3 pending ;)

I hope he has the time to help.  I know it's a big commitment to get
involved in this type of stuff.  I miss my XM :-)

Howard


-- 
Howard Passman

Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=53275

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread Michael Herger
>> In both (quick & full) modes?
> I only use quick mode.

Could you please see whether full has the same issue? Thanks!

-- 

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


Re: [SlimDevices: Plugins] Password Protect Remote Players

2008-10-21 Thread Michael Herger
> Is there an add-on available to wrap some security around what players
> can connect??

Search the wiki for remote streaming, ssh, tunneling, or vpn.

-- 

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread Phil Meyer
>Hu? Is this still an issue?
Appears to be.  I noticed in my scanner.log yesterday that I have a lot of 
not-mixable warnings; the vast majority are files that have accented characters 
in their filename.

>In both (quick & full) modes?
I only use quick mode.

>Did you file a bug?
I've just raised bug 9772.

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


[SlimDevices: Plugins] Password Protect Remote Players

2008-10-21 Thread JohnsonChris

Hi all,

My SC installation is hosted so I can access it from "unknown" network
locations whilst I'm travelling for work. This installation is only for
me so I have a username/password combination on the SC web interface.
But I cannot find a way to "authorise" any remote slimdevices player
which might want to connect (real of software based).

Right now it looks like anyone could scan my server IP address, find
that SC ports are open and point their player to my IP address,
although they wouldn't be able to access the web interface - what is
stopping them from browsing my collection via the player's GUI?

Is there an add-on available to wrap some security around what players
can connect??

Cheers,
Chris


-- 
JohnsonChris

JohnsonChris's Profile: http://forums.slimdevices.com/member.php?userid=6642
View this thread: http://forums.slimdevices.com/showthread.php?t=54017

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


Re: [SlimDevices: Plugins] AlienBBC stopped working

2008-10-21 Thread bpa

The 500 is HTTP error "Internal Server error" and is usually a BBC
error.  I got it occasionally during testing when pages for some
categories weren't available.

BBC have changed the "schedule" HTML slightly showing more future days
(which have no programs recorded) but I didn't get any 500 error code. 


As a check see can you access the same page from the iPlayer Radio
stations website listings.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=54014

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


Re: [SlimDevices: Plugins] [Announce] MusicInfoSCR 4.3 - now with theOriginal Boom Booklet Layout

2008-10-21 Thread Michael Herger
> right. Is this shifting of the 'Now Playing' screen expected behavior?

I'd say so: pressing the button is "waking up" the screensaver.

> Also, I have a request: is it possible to display the filetype of the
> currently playing song?

EXT will display the extension only.

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


[SlimDevices: Plugins] AlienBBC stopped working

2008-10-21 Thread danco

Trying to get the schedules for various BBC programs.

All I get at the moment is

500 Generated error

Does this point to a problem at the BBC end or at mine?

Problem persists after a restart

SC 7.2, Mac OS 10.5.5 with latest security update.

Also, occasionally I find that a stream won't play and the log
indicates a problem. That's usually solved by restarting, so I haven't
bothered about it - hence my vagueness and lack of log info on this.


-- 
danco

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

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


Re: [SlimDevices: Plugins] [Announce] MusicInfoSCR 4.3 - now with theOriginal Boom Booklet Layout

2008-10-21 Thread Jernau

mherger;351287 Wrote: 
> > MusicInfoSCR 4.3.2 doesn't change the second display on my
> Transporter.
> 
> Press the Visual button to flip through the various display modes of
> the  
> second display. The screensaver isn't displayed in all of them.
> 
> Michael
Thanks, your suggestion worked. However, I noticed an unexpected
effect; the 'Now Playing' screen shifted over to the right display as I
cycled through the 'Visual' settings. As soon as the screensaver kicked
in the 'Now Playing' screen went back to the left display and my
MusicInfoSCR configured second display was shown correctly on the
right. Is this shifting of the 'Now Playing' screen expected behavior?

Also, I have a request: is it possible to display the filetype of the
currently playing song? I would like the right display to show Artist,
Album, kbps and filetype (or file-extension). There's a MusicInfoSCR
setting called something like 'file.ext', but it seems to show the
entire filename which isn't the behavior I'm looking for.

Thanks for developing this great plugin.


-- 
Jernau

Jernau's Profile: http://forums.slimdevices.com/member.php?userid=20583
View this thread: http://forums.slimdevices.com/showthread.php?t=53347

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2008-10-21 Thread Michael Herger
> I'm having trouble with MusicIP import during SC scan, when it finds  
> song paths that contain foreign characters.

Hu? Is this still an issue? In both (quick & full) modes? Did you file a  
bug?

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