Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2009-07-16 Thread bakker_be

On Windows 7 RC (build 7100) it works after adding the policy-plugin.
Looking good, too bad it's not being actively developed anymore.


-- 
bakker_be

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2009-04-03 Thread mick_w

Thanks EFP and gsamsa for sorting this out.

1. Dropped the SlimFX skin into the Squeezeceter HTML directory
2. Dropped the SocketPolicy plugin into the Squeezecenter Plugin
directory
3. Modified the SocketPolicy plugin:

line 15 in the install.xml file:

maxVersion7*/maxVersion

line 141 in the Plugin.pm file:

my $newport = 1843;

4. Then as root ran the following command:

iptables -t nat -A PREROUTING -p tcp --dport 843 -j REDIRECT --to-port
1843


...and it works great


-- 
mick_w

http://www.ulverston.myzen.co.uk/mini-itx/

mick_w's Profile: http://forums.slimdevices.com/member.php?userid=6526
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-12-11 Thread gsamsa

pudding;368729 Wrote: 
 
 Next problem, the whole skin is empty, none of my music or any options
 are there. I looked at the CLI option, and it has a grey tick which I
 cannot change. I take it this it causing a problem?

CLI plugin looks that way on my computer, too. I think it's just that
it is always enabled.

Did you look into the socket security policy stuff discussed in the
last few pages? That  firewalls are the likely suspects. (The socket
security policy stuff wasn't an issue when slimfx was first released.
Makes things a bit complicated now, unfortunately).


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-12-10 Thread pudding

Im running Ubuntu 8.04. Where is the skins directory found to extract
this to? Im new to linux and cant find it? Thanks.


-- 
pudding

pudding's Profile: http://forums.slimdevices.com/member.php?userid=10024
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-12-10 Thread pudding

Edit, ok I found you extract it to the HTML directory where the rest of
the skins are.

Next problem, the whole skin is empty, none of my music or any options
are there. I looked at the CLI option, and it has a grey tick which I
cannot change. I take it this it causing a problem?


-- 
pudding

pudding's Profile: http://forums.slimdevices.com/member.php?userid=10024
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-12-01 Thread gsamsa

SlimboJimbo;363031 Wrote: 
 The root user is the only user who can bind to a port with a value less
 than 1024.
 The socket policy plugin is not run as root and neither should it.
 
 Is it possible to change the port number that the flash app is using?

I've been skimming, and it seems like it would be possible to change
slimfx to look for the socket policy file elsewhere. The fact that 843
is less than 1024 is apparently intentional - see
http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_04.html.

However, it seems that there is another relatively easy solution for
Linux -- running a perl or python script (as root) that will serve up
the socket policy file on port 843, or running such a script through
xinetd. Sample scripts are provided at
http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html.
(This link was actually mentioned in a previous post by EFP).

The actual policy file served up should be this:

cross-domain-policy
site-control permitted-cross-domain-policies=master-only/
allow-access-from domain=* to-ports=9090/
/cross-domain-policy

I assume that anyone with a working knowledge of Linux would be able to
set this up pretty quickly. Though maybe it's also necessary on OS X?
I'm not running Linux at the moment, but maybe someone could try it
out?

It's unfortunate that there are such a daunting number of steps to get
this thing running at this point. Not *so* many steps, but more than
there should be. If I get a chance, I'll look into loading the socket
policy file from a different port, and posting a modified version of
both slimfx and the socket policy plugin. Can't promise that'll be any
time soon, though.


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-11-24 Thread sovietfunk

I tried to get this working on my (ubuntu) squeezecenter-server, and get
the same empty lists as previous posters, so I've tried the SocketPolicy
plugin.  I see this error in the squeezecentre logs:

Code:


  [08-11-21 11:18:32.4508] 
Plugins::SocketPolicy::Plugin::socket_policy_socket_open (115) Can't setup the 
listening port 843: Permission denied
  [08-11-21 11:18:32.4537] Slim::Utils::PluginManager::enablePlugins (525) 
Warning: Couldn't call Plugins::SocketPolicy::Plugin-initPlugin: Can't setup 
the listening port 843: Permission denied at 
/usr/share/squeezecenter/Plugins/SocketPolicy/Plugin.pm line 115
  



I read and have the utmost respect for the fact that you are not
developing, and thus not supporting this skin actively. I'm really just
curious how well it works. The default interface is a bit clunky..

Thanks! 
kevin


-- 
sovietfunk

sovietfunk's Profile: http://forums.slimdevices.com/member.php?userid=21389
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-11-24 Thread SlimboJimbo

The root user is the only user who can bind to a port with a value less
than 1024.
The socket policy plugin is not run as root and neither should it.

Is it possible to change the port number that the flash app is using?


-- 
SlimboJimbo

SlimboJimbo's Profile: http://forums.slimdevices.com/member.php?userid=13244
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-11-20 Thread .:.impossible

I have the socket policy edited and installed under 

~/library/application support/squeezecenter/plugins

Is this correct?


-- 
.:.impossible

Squeezebox v3 (firmware 113), SqueezeCenter Version: 7.2.1, Mac OSX
10.4.11

'last.fm' (http://www.last.fm/user/impimpossible)

.:.

.:.impossible's Profile: http://forums.slimdevices.com/member.php?userid=18115
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-11-20 Thread gsamsa

.:.impossible;361994 Wrote: 
 I have the socket policy edited and installed under 
 
 ~/library/application support/squeezecenter/plugins
 
 Is this correct?

That sounds right (on a Mac, I guess). Does the plugin show up as
enabled under Settings / Plugins? (The name is Flash Player Socket
Security Policy (v1.0)). If not, did you definitely change maxVersion
to 7.* in the install.xml file? Did you restart after installing the
plugin? 

I'm attaching an updated version of the plugin with that change made
(no other changes).

You can verify that the plugin is working by going to port 843 in your
browser. E.g., http://SERVER.IP.ADDRESS.HERE:843. Or
http://localhost:843, You should see cross-domain-policy...

The CLI plugin should also be enabled, with port 9090.

If that still doesn't work, another likely candidate is a firewall.
Although I guess that shouldn't be an issue with localhost. Ports 9090
and 843 should be accessible.

Let me know if that helps at all.


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

-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-11-19 Thread .:.impossible

Today is the first day that I have even looked at slimfx. Very cool
screen shots... unfortunately, I'm having a similar problem as everyone
else. No data loads when I go through localhost.

If I open the .html file and save as a bookmark, no problem. Obviously,
this wouldn't work on other computers, but no big deal. 

The issue that I am most concerned with is that there is no album
artwork displaying. Any ideas?

I like the drag/drop functionality.

I am really looking forward to a native iphone app like ipeng native,
squeemote, freshsqueeze, native dancer (just made those last two up),
etc. but I'd like to have something available on the big screen as
well.

Thanks for the app.


-- 
.:.impossible

.:.impossible's Profile: http://forums.slimdevices.com/member.php?userid=18115
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-11-19 Thread gsamsa

.:.impossible;361614 Wrote: 
 Today is the first day that I have even looked at slimfx. Very cool
 screen shots... unfortunately, I'm having a similar problem as everyone
 else. No data loads when I go through localhost.
 

Did you install the socket policy plugin, change it to be compatible
with the version of the server you're running if necessary, and verify
that it's working?


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-11-18 Thread ajmitchell

Please keep ideas coming for this awesome skin. Its so smooth compared
with the web-based browser that comes as default in SC.

I don't find the load time a problem (about 60-80seconds on first
refresh) and it does load the data in 7.2 for me. I believe the CLI
plug-in is active by default.

The main issue seems to be that no remote connections to the main
server will work ? //yourip:9000/slimfx. I even tried a PS3 browser
which loads the interface but not the data. Same for laptop.

This skin deserves a lot more attention!


-- 
ajmitchell

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

ajmitchell's Profile: http://forums.slimdevices.com/member.php?userid=800
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-11-18 Thread gsamsa

ajmitchell;361123 Wrote: 
 The main issue seems to be that no remote connections to the main server
 will work ? //yourip:9000/slimfx. I even tried a PS3 browser which
 loads the interface but not the data. Same for laptop.

If the data loads fine on your server, but not from another machine,
there may be a firewall problem. Once the skin loads, it needs to talk
to the server via the CLI over port 9090.


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-08-30 Thread discursively

bump ...

Same problem here, using Ubuntu 7.10.  Have you made any progress?

Thanks!


-- 
discursively

discursively's Profile: http://forums.slimdevices.com/member.php?userid=19661
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-08-07 Thread EFP

a little hint from the official Adobe socket policy daemon?
http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html


-- 
EFP

EFP's Profile: http://forums.slimdevices.com/member.php?userid=6651
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-07-21 Thread gsamsa

jwmelvin;321658 Wrote: 
 
 In the log, I see what looks to be a permission issue:
 [08-07-20 17:55:29.6937]
 Plugins::SocketPolicy::Plugin::socket_policy_socket_open (115) Can't
 setup the listening port 843: Permission denied
 [08-07-20 17:55:29.6944] Slim::Utils::PluginManager::enablePlugins
 (525) Warning: Couldn't call Plugins::SocketPolicy::Plugin-initPlugin:
 Can't setup the listening port 843: Permission denied at
 /usr/share/squeezecenter/Plugins/SocketPolicy/Plugin.pm line 115

Ugh. While that makes perfect sense, I have no idea offhand how to fix
it. I would tend to assume this is a Linux issue and not a SC issue,
but I don't really know. (I've only tried it on Vista.) Maybe someone
with more server experience can comment, if anyone else is reading this
thread.


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-07-20 Thread gsamsa

jwmelvin;321036 Wrote: 
 Is there any way you could make the SocketPolicy plugin compatible with
 7.1? It shows up grayed out as incompatible. Or is there something I
 could change?

Hmmm...I don't have 7.1 installed myself, but you could try changing
the maxVersion value in the install.xml file to 7.* or * and then
restarting SqueezeCenter. (I assume that would fix it, though I'm not
positive). Let me know if that works.


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-07-20 Thread jwmelvin

Mike, thank you so much for replying (and with something I should have
known to look for and try).

Changing the maxVersion seems to have allowed the plugin to load, as it
now shows in the settings/plugins page as checked. 

But the slimfx interface is still blank, unfortunately. 

Is there anything I can do to determine where the problem may lie?


-- 
jwmelvin

jwmelvin's Profile: http://forums.slimdevices.com/member.php?userid=2564
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-07-18 Thread jwmelvin

Is there any way you could make the SocketPolicy plugin compatible with
7.1? It shows up grayed out as incompatible. Or is there something I
could change?

--
SqueezeCenter Version: 7.1 - 21814 @ Thu Jul 17 01:07:39 PDT 2008 -
Debian - EN - utf8
Server IP address: 192.168.0.100
Perl Version: 5.8.8 x86_64-linux-gnu-thread-multi
MySQL Version: 5.0.51a-3ubuntu5.1

Platform Architecture: x86_64-linux


-- 
jwmelvin

jwmelvin's Profile: http://forums.slimdevices.com/member.php?userid=2564
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-06-28 Thread gsamsa

OK. I think I've fixed the most recently reported problem relating to
data not loading. At least on my setup, the problem was indeed caused
by security changes in recent versions of the Flash player.
Essentially, SWFs are no longer permitted to open sockets without
explicit permission in the form of a policy file, which was preventing
slimfx from accessing the CLI on port 9090.

The solution is a SqueezeCenter plugin (attached) that serves up a
socket policy file on port 843, the default port used by Flash player.
I threw it together with little knowledge of Perl or SqueezeCenter
plugin coding...it's basically just a modified  simplified version of
the CLI plugin. But as I said, it seems to work.

I couldn't figure out a good general way to say allow access for SWFs
loaded from this IP address, so the current policy file is:

cross-domain-policy
site-control permitted-cross-domain-policies=master-only/
allow-access-from domain=* to-ports=9090/
/cross-domain-policy

You can change * to the IP address of your server for greater
security, by modifying the policy file included with the plugin.

Please let me know if that helps. If it doesn't, the most likely cause
is a firewall issue.


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

-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-06-15 Thread gsamsa

Hey.

Not really sure, but I have a theory about this, which is that changes
to Flash Player in recent versions could have broken it. I know that
more strict security policies were implemented for socket access, which
slimfx uses to contact the CLI. (Details here:
http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html.)
I haven't actually read through that document carefully enough to verify
if this is the case, or to figure out exactly how to fix the problem if
it is. (If I've skimmed accurately, the likely solution is to enable
serving up a policy file on port 843 from SqueezeCenter...not sure how
easy this would be.)

I haven't been using slimfx myself in a quite a while, so I haven't
tested recently. (I haven't even been running SqueezeCenter in a couple
weeks...just using SqueezeNetwork). But I just booted up the machine
with SqueezeCenter, and sure enough, I have problems too. :-\

I'll try to take a look at this in the next couple weeks. I pretty much
abandoned slimfx when I stopped working at Adobe a while back (and
stopped working with Flex on a regular basis) -- I'm more interested in
working on a native iPhone client at this point --  but I'll try to
figure out what's necessary to get this fixed if at all possible.


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-06-15 Thread ModelCitizen

Nikhil;311531 Wrote: 
 I get an empty slimfx skin, but no content;
I've tried installing this skin three times since it was first
developed. Each time I have had the same problem as you are
experiencing. I don't use password protection on my SlimServer/Center
and no amount of tinkering was able to fix the problem.

I'd love to know what you do to fix it (if you do manage fix it!).

MC


-- 
ModelCitizen

Somewhere, something incredible is waiting to be known.

It's the music stupid!
http://www.last.fm/user/ModelCitizen

ModelCitizen's Profile: http://forums.slimdevices.com/member.php?userid=446
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-06-15 Thread Nikhil

gsamsa;312083 Wrote: 
 
 
 Not really sure, but I have a theory about this, which is that changes
 to Flash Player in recent versions could have broken it. I know that
 more strict security policies were implemented for socket access, which
 slimfx uses to contact the CLI. 
 
Do you know why it works when i open the SlimFX.html file directly in
the browser?

 
 But I just booted up the machine with SqueezeCenter, and sure enough, I
 have problems too. :-\
 
 but I'll try to figure out what's necessary to get this fixed if at all
 possible.
Glad to know that its not just me. And thanks for any effort to try to
resolve this

ModelCitizen;312092 Wrote: 
 
 I'd love to know what you do to fix it (if you do manage fix it!).
 MC

I'll keep you posted.


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-06-13 Thread Nikhil

Nikhil;268760 Wrote: 
 I've used this skin/app (happily) quite a lot in the past, both on a
 windows based and a mac based SlimServer setup. However, when I tried
 it again today after several months, the skin loads up correctly, but
 there is no data within it.

matthijskoopmans;268806 Wrote: 
 SlimFX cannot deal with password authentication. So if your
 SlimServer/SqueezeCenter requires you to enter a password to enter the
 web interface, SlimFX will load, but contents are not shown...

Nikhil;268844 Wrote: 
 Yesss .. You Da Man!


Its me again! with the same problem. I've probably done something
stupid, but I have no idea what.

Removing the password fixed it last time. Now I'm running 7.01, and
there's no password. When I go to 
http://my_IP_address:9000/slimfx 
I get an empty slimfx skin, but no content; I don't know when it
stopped working. Interestingly when I  open the following file in the
browser, I can see my libary and playlists

file://localhost/Library/PreferencePanes/SqueezeCenter.prefPane/Contents/server/HTML/slimfx/html/SlimFX.html

what's happening here?


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-05-29 Thread distratios

Hi!

fisrt issue:
I installed slimfx in the skins directory (ubuntu hardy, slimserver
7.0). Playlist is empty (CLI plugin is activated), player does not show
up. Unzipped the skin on my Desktop to look for some help files and
accidentally clicked on index.html. Konqueror (I use KDE) popped up and
slimfx now displayed player and playlist! Thought it may be a
permissions problem, so I changed them, with no luck. Tried to
reproduce the above effect with Firefox (my default browser), but
slimserver is not loaded at all. With Konqueror, however, it works. I
do not understand what's going on.

second issue:
I am greek and have lots of greek tagged files. slimfx do not display
them at all (blank space), irrespectively of changing encodings. I
suspect slimfx does not support fully unicode, which would be a shame
...


-- 
distratios

distratios's Profile: http://forums.slimdevices.com/member.php?userid=17849
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-03-20 Thread Sune

Mac OS X 10.5 users can run a selected part of the SlimFX skin as a
dashboard widget. 

You can run the whole skin as one huge widget, just the player controls
as a tiny widget or anything inbetween, incl. access to playlists etc. 

How to make a widget

All that is needed is Safari 3 + Mac OS X 10.5. In Safari select File
- Open in Dashboard and make your selection and then you have a very
advanced SlimServer remote at hand. 

It also works with other skins, but a lot of skins jumps out of
Dashboard to open Safari whenever you interact too much with them.
SlimFX seems to work 100% in Dashboard. 

SlimFX, Dashboard  Scrolling
=
One note reg. scrolling: Click in the scroll bar, below or above the
current location of the scroll marker. It's not possible to scroll
completely like normal, but you'll get used to it. 

Enjoy

Sune


-- 
Sune

Sune's Profile: http://forums.slimdevices.com/member.php?userid=8823
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-02-13 Thread matthijskoopmans

ModelCitizen;268764 Wrote: 
 This is exactly what happened to me both times I tried it. I never got
 it working and gave up.
 
 MC

SlimFX cannot deal with password authentication. So if your
SlimServer/SqueezeCenter requires you to enter a password to enter the
web interface, SlimFX will load, but contents are not shown...


-- 
matthijskoopmans

LinkedIn: http://www.linkedin.com/in/mattkoop
LastFM: http://www.last.fm/user/matthijskoopmans/

matthijskoopmans's Profile: http://forums.slimdevices.com/member.php?userid=2622
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-02-13 Thread Nikhil

matthijskoopmans;268806 Wrote: 
 SlimFX cannot deal with password authentication. 


Yesss .. You Da Man!


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-02-12 Thread Nikhil

I've used this skin/app (happily) quite a lot in the past, both on a
windows based and a mac based SlimServer setup. However, when I tried
it again today after several months, the skin loads up correctly, but
there is no data within it. The default and Nokia skins are running
perfectly. I tried the usual server stop restart thing, also tried the
same for the computer, including switching user accounts. Even tried
replacing the slimfx folder with a freshly downloaded copy, but no
luck. 

I'm currently running SS 6.5.4 - 12568 - Mac OS X 10.4.11 (8S165). Perl
Version: 5.8.6 darwin-thread-multi-2level
MySQL Version: 5.0.22-standard . 

Any of these versions do anything to break it? Is there an update of
SlimFX available? What is its status in SC 7 ? Any ideas / suggestions.


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-02-12 Thread ModelCitizen

Nikhil;268760 Wrote: 
 when I tried it again today after several months, the skin loads up
 correctly, but there is no data within it.
This is exactly what happened to me both times I tried it. I never got
it working and gave up.

MC


-- 
ModelCitizen

Somewhere, something incredible is waiting to be known.

It's the music, stupid.
http://www.last.fm/user/ModelCitizen

ModelCitizen's Profile: http://forums.slimdevices.com/member.php?userid=446
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2008-02-06 Thread Blu3IcE

Hey, i just wanted to say thank you for this amazing skin!
I love it to have an alternative way to browse my music.

The only thing that would be very helpful... showing the correct now
playing Song, so that the prev. and next buttons work correctly.

Thanks again, and keep this skin alive!


-- 
Blu3IcE

Blu3IcE's Profile: http://forums.slimdevices.com/member.php?userid=13792
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-23 Thread commike

Ken Rahaim;247785 Wrote: 
 Thanks anyway aubuti. Appreciate the effort.
 
 Unforutnately there doesn't seem to be many folks who can help. I can't
 believe I'm the only guy who's bumped into this.

I just updated my Infrant NAS to the new 4.0 release (4.00c1-p2). There
are two add-ons that allow you to get ssh access. The release notes in
the download section mention where to get the add-ons. I can now ssh
and scp to the NAS. 

So download slimfx to your local machine. Make sure you could ssh
to the NAS. Then:

% scp -r slimfx [EMAIL PROTECTED]:/usr/share/slimserver/HTML

I just did this a few minutes ago and it works wonderfully! The web
interface to Slimserver is now useable.

Now to figure out why Softsqueeze still doesn't work...

...alan


-- 
commike

commike's Profile: http://forums.slimdevices.com/member.php?userid=1458
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-15 Thread CFP

I'm not sure if this has been mentioned, however is it possible to use
unicode?  Artists, songs, albums, etc not in Roman characters show up
as blank entries.


-- 
CFP

Squeezebox 3 digital out  Panasonic SA-XR57  Energy Veritas 2.4i

CFP's Profile: http://forums.slimdevices.com/member.php?userid=6915
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-08 Thread aubuti

What is the directory structure for slimserver on the Infrant? You
should have an HTML/ directory near the top of the slimserver hierarchy
(eg, /usr/local/slimserver/HTML/). Or to put it more simply, find the
location of other skins like Fishbone, Nokia770, and Touch. Then
install slimfx so that 'slimfx' is at the same level as those other
skins. 

And when you unzip the slimfx file, remember to preserve the directory
structure that's saved in the zip file.

Finally, you might need to restart slimserver for it to pick up the new
skin, although I'm not sure about that.


-- 
aubuti

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

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-08 Thread Ken Rahaim

aubuti;247677 Wrote: 
 What is the directory structure for slimserver on the Infrant?I don't know. 
 I've been looking around for ways to ftp/telnet/whatever
into the infrant-nas so I can look around at its directory structure
but I haven't had any luck.

As far as I can tell, I can't access the Infrant-NAS at the OS level to
navigate the directory structure (see:
http://www.infrant.com/forum/viewtopic.php?t=3828highlight=telnet).

This is not good. Between just now discovering this and recently
discovering that Infrant  Slimdevices are no longer 'partners' (plus
my root problem of sucky playlist management), I am becoming an unhappy
bunny.

Has anybody else bumped into this issue of trying to look around
Infrant's directory structure to find the skins directory to install
slimfx there?


-- 
Ken Rahaim

Ken Rahaim

ReadyNAS NV+ w/ SlimServer 6.5.4 Linux (in home office) - Linksys
Wireless-G 2.4GHz Broadband Router - wifi -
- Transporter (in great room) - 'NHT Xd 2.2'
(http://nhthifi.com/2006/s-s-ultimate.html)
- Squeezebox (in game room) - 'Emotiva BPA1'
(http://www.emotiva.com/bpa1.html) x 2 - 'NHT IW3'
(http://nhthifi.com/2006/products/s/iw3.html)
- Squeezebox (in basement) - leftover, elcheapo Onkyo Home Theater in
a Box

Ken Rahaim's Profile: http://forums.slimdevices.com/member.php?userid=9526
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-08 Thread aubuti

Sorry, when you asked where to put the slimfx folder I assumed that you
already had shell access on the Infrant. If you can't get to a shell,
then I'm afraid I don't know how to go about putting anything on the
Infrant. I hope someone else will be able to help.


-- 
aubuti

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

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-07 Thread Ken Rahaim

Next question (hopefully I'll have more luck with an answer :)): 

How does one go about loading slimfx on an Infrant NAS when I've got
slimserver running there? Hopefully its a no-brainer question, but
where do you put the slimfx folder so the instance of slimserver
running on the NAS can see it?


-- 
Ken Rahaim

Ken Rahaim

ReadyNAS NV+ w/ SlimServer 6.5.4 Linux (in home office) - Linksys
Wireless-G 2.4GHz Broadband Router - wifi -
- Transporter (in great room) - 'NHT Xd 2.2'
(http://nhthifi.com/2006/s-s-ultimate.html)
- Squeezebox (in game room) - 'Emotiva BPA1'
(http://www.emotiva.com/bpa1.html) x 2 - 'NHT IW3'
(http://nhthifi.com/2006/products/s/iw3.html)
- Squeezebox (in basement) - leftover, elcheapo Onkyo Home Theater in
a Box

Ken Rahaim's Profile: http://forums.slimdevices.com/member.php?userid=9526
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-02 Thread Ken Rahaim

I've just recently installed slimfx and its ease of use has finally
motivated me to work on rebuilding my playlists from my old DELL
digital DJ. So, like everyone else has said, thank you gsamsa for
sharing your work!

I've only got one question, and hopefully its just me being a bonehead.
When I add songs into a playlist, move their order around and save the
playlist, everything seems to work just peachy. But when I close and
reopen the playlist, its order is all jumbled around. I've tried
reordering my playlist three times (kind of tedious even w/ slimfx) but
each time, the list loses the order I put it in. 

Is there some way to ensure playlists will stay in the order I put them
in?

Thanks in advance for any advice or help.


-- 
Ken Rahaim

Ken Rahaim's Profile: http://forums.slimdevices.com/member.php?userid=9526
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-11-18 Thread aubuti

jamiestarr;241541 Wrote: 
 It would be awesome to stream into a portable device, rather than just
 using it as a remote control.
 
 What do you all think?

It's Lua rather than Flash, but check out the forum on beta hardware
Jive remote (http://forums.slimdevices.com/forumdisplay.php?f=19 ). At
present the headphone jack isn't used, but I expect it's there for a
reason


-- 
aubuti

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

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-11-09 Thread jamiestarr

I don't know if this has been discussed elsewhere in the thread, but it
seems to me that having a flash skin would be the perfect vehicle for a
built-in flash player.

It would be awesome to stream into a portable device, rather than just
using it as a remote control.

What do you all think?


-- 
jamiestarr

jamiestarr's Profile: http://forums.slimdevices.com/member.php?userid=13930
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-09-10 Thread plympton

plympton;225617 Wrote: 
 ...I'm planning on re-tooling the Nokia770 skin with fewer
 buttons/controls for easier finger control, etc.
 

Wow.  That was ugly.  Flash has to be the strangest programming
language... ever.  Outside Perl, of course.  :-).  Flash is so
incredibly convoluted in how you program it that I have absolutely no
desire to go down that path.  Ick!

Flex, on the other hand, looks pretty cool, but I'm not sure that the
770 has the horsepower to run Flex apps.

Oh well.  If some flash programmer wants to collaborate on a Flash UI
for SS, contact me, otherwise.. wow.

-Dan


-- 
plympton

plympton's Profile: http://forums.slimdevices.com/member.php?userid=12955
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-09-06 Thread plympton

I'm checking out the source to see if I can re-make it as a Flash 7 file
that will work on the Nokia770 Hacker Edition browser.  I'm planning on
re-tooling the Nokia770 skin with fewer buttons/controls for easier
finger control, etc.

I think that by converting it to Flash, I can pre-load all the bitmaps
and communicate with the server via XML.  That should eliminate the
page-refreshes, though it seems that flash could run painfully slow on
the 770, so it could be a wash - or worse -in terms of speed.

Anyway, just posting this somewhere - it's all a bit of a pipedream,
since I've never programmed in Actionscript before, but it seems close
enough to C/PHP/JavaScript/Etc :-)

Oh, that, and Adobe really made things better with Flash 9 for this
kind of thing... bummer! (Can't run Flash 9 on the 770 that I've
noticed yet)

-Dan


-- 
plympton

plympton's Profile: http://forums.slimdevices.com/member.php?userid=12955
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-08-12 Thread kanoot

Has there been any further development with slimfx? Is the initial
release the only one?


-- 
kanoot

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

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-08-12 Thread gsamsa

kanoot;220446 Wrote: 
 Has there been any further development with slimfx? Is the initial
 release the only one?

Sadly, yes. I was swamped with work for many months. I'm less busy now,
but haven't managed to get back into the swing of working on it. I would
definitely like to at some point, hopefully soon.


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-07-26 Thread jim_merry

You might want to look at building slimfx as an Adobe AIR (formerly
Apollo) application if you want to break free of the browser. Adobe AIR
is the next generation of the Flash runtime and enables Flex/Flash
applications to bridge the internet and the desktop. You can find info
about AIR on Adobe Labs (http://labs.adobe.com).


-- 
jim_merry

jim_merry's Profile: http://forums.slimdevices.com/member.php?userid=12297
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-07-25 Thread daremo

another vote for very nice! I haven't read through all the posts
regarding this skin, so I'll hold off on my usually uninformed
comments. Otherwise this is way better than any of the skins that come
with slimserver. Of those I only like the default.


-- 
daremo

Curcio Audio Dynaco ST-70, Van Alstine SuperPAS3 pre-amp, Kimber cable
interconnects/speakerwire, PSB 300i speakers

daremo's Profile: http://forums.slimdevices.com/member.php?userid=11779
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-07-15 Thread ljpiaget

Just tried it out and wanted to say great job, a little slow; but no
complaints :)


-- 
ljpiaget

ljpiaget's Profile: http://forums.slimdevices.com/member.php?userid=6930
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-07-06 Thread gb115b

anyone tested this with the N800 (which now apparently supports flash 9)
?


-- 
gb115b

gb115b's Profile: http://forums.slimdevices.com/member.php?userid=1781
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-07-06 Thread gsamsa

gb115b;212766 Wrote: 
 anyone tested this with the N800 (which now apparently supports flash 9)
 ?

I actually gave it a try last night, after upgrading my N800. It was
more or less functional, but disappointingly slow. Also, there are some
UI issues with Flash on the N800 (related to the lack of a real keyboard
and the absence of mouse move events if you're not pressing down with
the stylus). 

I might take a stab at coming up with a lighter-weight version with a
more appropriate UI for the N800, but it might not be worth it, given
the speed.

Hoping to put a little time into slimfx soon, now that my day job has
slowed down a bit...


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-06-15 Thread Papajin

Man, wish I had found this skin way sooner.  It's sooo much easier to
use than any of the other skins I've seen.  Even in it's beta state,
I plan to use it most of the time.

Nostromo;181288 Wrote: 
 Amazing work gsamsa! I'm really, really jazzed up about this. I could
 easily see this becoming the default skin. 
 
 Now, a suggestion, if I may. :) It would be nice if the track currently
 playing was clearly indicated in the now playing box, above the play,
 ffwd etc. buttons (the model, here, would be the Fishbone skin).  
 
 Again, very nice work! Thanks!

I'd like to see something like this too.  One of the things that drives
me nuts with the default skin, is that you can't browse around in the
current playlist without losing indication of what's currently playing.
slimfx has this problem as well.  I envision a simple redesign similar
to this:


+---+
|Filename: slimfx-nowplaying.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=2977|
+---+

-- 
Papajin

Papajin's Profile: http://forums.slimdevices.com/member.php?userid=6664
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-05-17 Thread brunoflipper

i again would like to vote for random


-- 
brunoflipper

brunoflipper's Profile: http://forums.slimdevices.com/member.php?userid=8638
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-05-05 Thread bephillips

What is the purpose of the popup/tooltip in the top panel? Seems
redundant, it just shows the same thing it floats over.


-- 
bephillips

More than 31291 songs on 3043 albums by 1984 artists.

SlimServer Version: 6.5.1 - 10713 - Mac OS X 10.4.9 (8P135) - EN -
utf8
Perl Version: 5.8.6 darwin-thread-multi-2level
MySQL Version: 5.0.22-standard

On a 1.2GHz G4 Mac iBook with 768MB RAM

bephillips's Profile: http://forums.slimdevices.com/member.php?userid=2588
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-05-04 Thread mxgaccount

Been using slim server for a longtime and I have been waiting for flash
interface for that long. GREAT Work.

By the way, I registered just to write this note even though I've been
poking around here for years.


-- 
mxgaccount

mxgaccount's Profile: http://forums.slimdevices.com/member.php?userid=11435
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-30 Thread bhaagensen

doundounba;191186 Wrote: 
 Indeed! ;)
 I wonder if anyone else has used this skin with a Linux browser and the
 latest Flash? 
 

Dunno wether its the latest version of flash (it can't be far from
being), but it works fine for me on Linux with Firefox 2.0.0.3 and
Shockwave Flash 9.0 r31

Bjørn


-- 
bhaagensen

bhaagensen's Profile: http://forums.slimdevices.com/member.php?userid=7418
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-30 Thread doundounba

bhaagensen;191343 Wrote: 
 FYI it works fine for me on Linux with Firefox 2.0.0.3 and Shockwave
 Flash 9.0 r31.

Well, this one had me scratching my head, but finally I figured it out.
I went to Adobe's 'Flash test page'
(http://www.adobe.com/shockwave/welcome/) and it told me my Flash was
7.0.61, which I found pretty odd, given that Firefox was saying it's
9.0.31.  After a little digging, I found the older version of Flash was
sitting in ~/.mozilla/plugins.  For some reason, it was the one running,
even though Firefox was *saying* it had version 9.0.31 (which is in
/usr/lib/firefox/plugins).

After removing the older plugin, things are fine : the skin works as
intended.  Sorry about bugging the forum about it.


-- 
doundounba

doundounba's Profile: http://forums.slimdevices.com/member.php?userid=4558
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-29 Thread dbls

As mentioned elsewhere, the current track doesn't seem to be updated
automatically.  I haven't seen this glitch mentioned: if the page is
refreshed, the compact track display is always presented, even if the
expanded display was in use.

I'd like to encourage the rapid inclusion of random mix support (a
third page, in addition to Library and Playlists, perhaps?).  In
addition, I think the option of toggling between the existing layout
and one in which the Now Playing list is expanded (i.e. as multiple
columns) would be a useful enhancement, especially when used with
Random Mix and the expanded track display.


-- 
dbls

dbls's Profile: http://forums.slimdevices.com/member.php?userid=296
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-29 Thread doundounba

gsamsa;191020 Wrote: 
 It's weird.

Indeed! ;)

 
 I'm assuming other Flash content is working for you, and you don't have
 some sort of Flash blocking plug-in at work.
 

Right.  Youtube works fine, for example, and others as well.

 
 Could you try going directly to the address of the .swf file?
 I think that would be http://localhost:9000/slimfx/html/slimfx.swf
 

This produces a blank white page, with the following Page Info:


Code:


  slimfx.swf (application/x-shockwave-flash Object):
  Address: http://localhost:9000/slimfx/html/slimfx.swf
  Type: application/x-shockwave-flash
  Render Mode: Quirks mode
  Cache Source: Not cached
  Encoding: ISO-8859-1
  Size: Unknown
  [...]



Further more, if I look under the Media tab (still in the Page Info
panel), I see:


Code:


  Address: http://localhost:9000/slimfx/html/slimfx.swf
  [...]
  Type: application/x-shockwave-flash
  Cache Source: Not cached
  [...]
  *Specified Dimentions: 0px × 0px*



Notice the last line - could that be the problem? BTW, I also restarted
the browser and cleared the cache - no difference.

 
 Incidentally, if the CLI is disabled or blocked by firewall, you should
 still see the skin load up...just without the data.

OK.  I didn't mention it, but I can telnet localhost 9090 without any
problem (though I don't know how to issue CLI commands).  I don't think
the CLI is the culprit here.  More likely some Flash/Firefox/Linux
quirk...  I wonder if anyone else has used this skin with a Linux
browser and the latest Flash?  Might be possible to try using a
Live-CD. Knoppix and 'these instructions'
(http://linuxactivist.blogspot.com/2007/02/put-little-flash-in-it-adding-flash.html)
would seem like a good option...  Might try it myself if I find a little
time.

Thanks for your help, BTW!


-- 
doundounba

doundounba's Profile: http://forums.slimdevices.com/member.php?userid=4558
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread dbls

The slimfx folder is in ...\server\HTML\, along with all the other
skins.


-- 
dbls

dbls's Profile: http://forums.slimdevices.com/member.php?userid=296
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread Michael Herger
 The slimfx folder is in ...\server\HTML\, along with all the other
 skins.

Did you check the permissions? If your slimserver is running as a service  
it probably (but not very likely) can't access it, if it doesn't have  
default permissions.

-- 

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread dbls

If I double-click on SlimFX.html in Windows Explorer, I do get a page
with the flash player; of course, all the controls are empty, since it
wasn't called through SlimServer.

This is with either IE 7.0 on a recently reformatted WinXP machine, all
updates installed, or Firefox 2.0.0.3 on a month-old laptop (WinXP).

I have restarted SlimServer twice after installing SlimFX.  Clearing
the browser cache didn't help.


-- 
dbls

dbls's Profile: http://forums.slimdevices.com/member.php?userid=296
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread dbls

Michael Herger;190853 Wrote: 
  Did you check the permissions? If your slimserver is running as a
 service  
  it probably (but not very likely) can't access it, if it doesn't have
 default  
  permissions.
 

I have WinXP Home; how are permissions set (or even queried) in that
OS?  A Google search finds how to do it in XP Pro, but not the home
version.


-- 
dbls

dbls's Profile: http://forums.slimdevices.com/member.php?userid=296
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread Michael Herger
 If I double-click on SlimFX.html in Windows Explorer, I do get a page
 with the flash player; of course, all the controls are empty, since it
 wasn't called through SlimServer.

Ok. Let's repeat some steps:

- http://yourserver:9000/slimfx/ should show that skin or an error  
message, but not the default skin (no need to specify the html file)

- Make sure you've enabled the CLI plugin in Server Settings / Plugins

- open a command window and try to telnet localhost 9090 - does this  
work?

-- 

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread dem

Silly me for not following the 3rd party forum before.  To think I was
missing out on slimfx!

Great job, Mike!


-- 
dem

Dave

dem's Profile: http://forums.slimdevices.com/member.php?userid=2504
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread kerry_nyc

Great skin.  Some functional improvement that imho would benefit the
whole:
1) integration with Erland's trackstat, which would allow for a much
easier way to sort and view your music
2) Radio integration
3) A link to get to server settings

Excellent work so far, my friend.


-- 
kerry_nyc

kerry_nyc's Profile: http://forums.slimdevices.com/member.php?userid=4079
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread doundounba

FWIW, I'm also getting a blank, dark grey page.  It used to work a while
back, but no longer...  Tried to re-install, to no avail.  I'm using
Firefox on Kubuntu Edgy with Slimserver running on the same box as the
browser.  Yes, the CLI plugin is enabled.  Any ideas?

Some details on my setup:

Code:


  SlimServer Version: 6.5.2 - 11684 - Debian - EN - utf8
  Perl Version: 5.8.8 i486-linux-gnu-thread-multi
  MySQL Version: 4.1.15-Debian_1ubuntu5
  -
  Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20060601 
Firefox/2.0.0.3 (Ubuntu-edgy)
  -
  File name: libflashplayer.so
  Shockwave Flash 9.0 r31
  -
  $ pwd
  /usr/share/slimserver/HTML/slimfx
  $ ls -lR
  .:
  total 8
  drwxr-xr-x 2 root root 4096 2007-02-03 16:46 html
  -rw-r--r-- 1 root root  237 2007-01-28 02:28 index.html
  
  ./html:
  total 400
  -rw-r--r-- 1 root root   7826 2007-02-03 16:43 AC_OETags.js
  -rw-r--r-- 1 root root   1272 2007-02-03 16:43 history.htm
  -rw-r--r-- 1 root root   1292 2007-02-03 16:43 history.js
  -rw-r--r-- 1 root root   2656 2007-02-03 16:43 history.swf
  -rw-r--r-- 1 root root657 2007-02-03 16:43 playerProductInstall.swf
  -rw-r--r-- 1 root root   4263 2007-02-03 16:43 SlimFX.html
  -rw-r--r-- 1 root root 369060 2007-02-03 16:46 SlimFX.swf
  $
  



-- 
doundounba

doundounba's Profile: http://forums.slimdevices.com/member.php?userid=4558
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread gsamsa

doundounba;191017 Wrote: 
 FWIW, I'm also getting a blank, dark grey page.  It used to work a while
 back, but no longer...  Tried to re-install, to no avail.

This sounds like it might be a different problem than what some other
people are complaining about. It's weird.

I'm assuming other Flash content is working for you, and you don't have
some sort of Flash blocking plug-in at work.

Could you try going directly to the address of the .swf file?
I think that would be http://localhost:9000/slimfx/html/slimfx.swf

Alternately, could you try clearing the browser cache? (Not sure why
this would be an issue, but it's possible).

I was actually seeing some weird behavior with Pandora in Firefox
recently (in Windows) -- the Flash part was basically empty -- so I'm
wondering if there's some sort of Flash/Firefox/Firefox extension
issue.

Incidentally, if the CLI is disabled or blocked by firewall, you should
still see the skin load up...just without the data.


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread dbls

Michael Herger;190899 Wrote: 
 
  - open a command window and try to telnet localhost 9090 - does
 this work?

I'm not sure if this indicates that it worked, but when I type that,
the command window is cleared, the window caption changes from
D:\windows\system32\cmd.exe to Telnet localhost, and I'm in some
other command state in which anything I type is echoed back.

Taking a wild guess, I typed exit, and was returned to normal command
mode, with the message Connection to host lost displayed.


-- 
dbls

dbls's Profile: http://forums.slimdevices.com/member.php?userid=296
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-28 Thread Michael Herger
 I'm not sure if this indicates that it worked, but when I type that,
 the command window is cleared, the window caption changes from
 D:\windows\system32\cmd.exe to Telnet localhost, and I'm in some
 other command state in which anything I type is echoed back.

That's fine. Did you try to use SlimFX from that same computer or from  
another one? If it was from another machine, try the same, but with the  
server's ip address telnet yourserverhere 9090.

Next step: turn on d_http in Server Settings/Debugging. Watch the log  
while you're trying to open slimfx. What do you see?

-- 

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-27 Thread dbls

I'd love to try this, but I'm getting either the default skin (if I use
...localhost:9000/slimfx) or a blank page (if I use
...slimfx/html/SlimFX.html).  WinXP, 6.5.1.  Windows Firewall is off,
so I'm not sure if port 9090 is the problem.  I couldn't find anything
in the Norton Antivirus (not Internet Security) settings for opening
ports.  Any suggestions?


-- 
dbls

dbls's Profile: http://forums.slimdevices.com/member.php?userid=296
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-27 Thread Michael Herger
 I'd love to try this, but I'm getting either the default skin (if I use
 ...localhost:9000/slimfx) or a blank page (if I use
 ...slimfx/html/SlimFX.html).

Are you sure you have a HTML/slimfx folder? Where did you install the file?

-- 

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-24 Thread bhaagensen

Sune;189551 Wrote: 
 
 ... many good things said which I removed ...
 
 ...for the commercial Slim/Logitech guys following this thread, I would
 direct my attention at getting all the help possible given to this
 guy...
 
 

Wise words ! Too add some comments (or ramblings) 

I'm not saying its directly comparable, nor that slim should play
copycat but... Like it or not, OS X's (now slightly dated) Aqua UI,
Vista's Aero UI, the even more advanced accelerated X server from xorg,
and the countless examples of modern web-designs and applications using
rounded corners, glassy surfaces, transperancy, reflections, shadows
and animations, must give some hints as to what a modern UI behaves and
looks like. Compare that to the slimserver interface which bears more
similarity to the application my bank accountant is using when
calculating how much red ink is needed for our meetings. Add to the
fact that the use of the afore mentioned effects seems to be
particularly prevalent in the domain of multimedia applications, and I
dare claim that I'd be pretty difficult to convince otherwise.

I am quite sure that the current interface leaves much to be improved.
Not saying that the UI should be some insane cryengine2 thingy. For the
majority of my use cases a simple interface with a semantics that wifes,
husbands, guests, and children can understand, and which makes some set
of core functionalities available and presents them in a pretty way,
is my whish. It's been said before, but candidates for such core
functionality is, of course, playback control and along with that
browsability of the music collection. The slimfx interface could solve
this pretty well I think.

Another thing could be visual presentation of the music collection,
i.e. albumart. I mention/repeat these because they are exactly the sort
of things I did with my music collection before, only now the
possibility is there to do it much better. 

I know this has been discussued many times before, I just couldn't keep
my ... shut. It's not meant as something the community should take on,
rather I wrote this because Slimdevices seems to actually listens to
its users. Looking forward to my next apt-get upgrade ;) Thanks for
reading.

Regards Bjørn


-- 
bhaagensen

bhaagensen's Profile: http://forums.slimdevices.com/member.php?userid=7418
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-22 Thread Sune

Ok, will do that. 

If I am duplicating a known error, however, please someone help out the
developer of SlimFX. He has been asking for input for weeks to the
problems experienced by me and Windows Vista users.

As for SlimFX itself, I believe this could really be the thing that
will make the SqueezeBox more competitive with e.g. AirPort express. 

The SqueezeBox provides the display and the remote, but the AirPort is
much easier to use when sitting at the computer. 

My honest opinion is, that SlimFX has the potential to change most of
that game. Like it or not, the current SlimServer is a cool geek thing,
but way too clumsy for e.g. my wife. She just doesn't bother. And that's
what I think stands in the way of major commercial breakthrough. 

I demo'ed the SB for some friends (age 25-33) at the university
computerclub (http://macvaer.dtu.dk), and they liked it, but they all
noted that they wouldn't get it for their home, since it was too
non-intuitive and slow for friends (and girlfriends) to make playlists
and control it from the computer...

So for the commercial Slim/Logitech guys following this thread, I would
direct my attention at getting all the help possible given to this
guy...

Kind regards

Sune - strategic marketing guy at a small company...


-- 
Sune

Sune's Profile: http://forums.slimdevices.com/member.php?userid=8823
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-22 Thread Sune

Ok, will do that. 

If I am duplicating a known error, however, please someone help out the
developer of SlimFX. He has been asking for input for weeks to the
problems experienced by me and Windows Vista users.

As for SlimFX itself, I believe this could really be the thing that
will make the SqueezeBox more competitive with e.g. AirPort express. 

The SqueezeBox provides the display and the remote, but the AirPort is
much easier to use when sitting at the computer. 

My honest opinion is, that SlimFX has the potential to change most of
that game. Like it or not, the current SlimServer is a cool geek thing,
but way too clumsy for e.g. my wife. She just doesn't bother. And that's
what I think stands in the way of major commercial breakthrough. 

I demo'ed the SB for some friends (age 25-33) at the university
computer-club (http://macvaerk.dtu.dk), and they liked it, but they all
noted that they wouldn't get it for their home, since it was too slow to
make playlists on and control it from the computer...and added that the
userinterface would also prevent friends / girlfriends to try adding on
to the fun by making their play-lists. 

So for the commercial Slim/Logitech guys following this thread, I would
direct my attention at getting all the help possible given to this
guy...

Kind regards

Sune - strategic marketing guy (but not for IT equipment)


-- 
Sune

Sune's Profile: http://forums.slimdevices.com/member.php?userid=8823
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-21 Thread Sune

OK, I think I've got the problem nailed. It shows up that on a new
installation (10.4 instead of 10.3), I still cannot install SlimFX for
SlimServer 6.5.1 / 6.5.2 

At least not untill I remembered some instructions written in the
iTunesUpdate software (never got that to work, but that's another
story). Here it is noted that it may be necessary to place the plug-in
inside username - library - PreferencePane - SlimServer (or in the
global preferencepanes if SlimServer is installed for all users). 

Now, this is done by locating the PreferencePane, right-clicking on it
and selecting Show Content. Then I navigate to the same HTML folder
as is seen in the Preferences - SlimDevices folder, and place SlimFX
here. 

And behold: IT WORKS AGAIN!

So what has been found MUST BE A BUG IN THE SERVER since my original
SlimServer install (6.5.1 alpha from November 2006). 

No matter what is placed in the SlimDevices preference folder, it is
not identified by newer versions of the SlimServer. 

BUT...if it has been found with an old version of SlimServer (e.g. the
real 6.5 release), then upgrades to 6.5.1 / 6.5.2 will keep seeing it
(perhaps all new installed software in this location as well..I don't
know). 

Does this make sense? Is this enough info, for the people developing
this software to troubleshoot the Mac OS X version?

Please let me know if this entry is enough to consider this filed as an
official Bug Report (or if my report is dismissed, for that matter). 

No matter what - now I am home safe, and looking for next version of
SlimFX. As for all other Mac-users...I believe they must experience
same issues as me...but I don't know

/S.


-- 
Sune

Sune's Profile: http://forums.slimdevices.com/member.php?userid=8823
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-21 Thread ceejay

Your entry in this forum won't be considered to be a bug report ... if
you want to do that, go to bugzilla at bugs.slimdevices.com

You'll need to create an account but it only takes a moment.  Don't
forget to have a really good search first to make sure you're not
duplicating something.

Ceejay


-- 
ceejay

ceejay's Profile: http://forums.slimdevices.com/member.php?userid=148
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-20 Thread Nikhil

I was just reading about the free public preview release of Adobe's
Apollo runtime , 

http://labs.adobe.com/technologies/apollo/

... and the first thought that crossed my mind was that this could be
used to make a platform independent desktop control app for
Slimserver/Squeezebox taking the best from approaches like the Nokia770
skin and Moose.

A search for Apollo on these forums brought up this thread which I had
completely missed. It seems awesome! Great work !!

Given what you have, and the availability of a free alpha version of
Apollo; how hard is it to create a standalone desktop app?


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-20 Thread Michael Herger
 Given what you have, and the availability of a free alpha version of
 Apollo; how hard is it to create a standalone desktop app?

No need for Apollo or any other heavy-weight tool. Save the following  
lines to slimfx.js and double-click it:

var oIE = new ActiveXObject(InternetExplorer.Application);
oIE.StatusBar = 0;
oIE.ToolBar = 0;
oIE.Navigate2(http://yourserver:9000/slimfx/;);
oIE.Visible = 1;


Don't forget to replace the slimserver's url with your correct address.

-- 

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-20 Thread Phil Meyer
No need for Apollo or any other heavy-weight tool. Save the following  
lines to slimfx.js and double-click it:

var oIE = new ActiveXObject(InternetExplorer.Application);
oIE.StatusBar = 0;
oIE.ToolBar = 0;
oIE.Navigate2(http://yourserver:9000/slimfx/;);
oIE.Visible = 1;

You can also set the position and size of the new window with something like:

oIE.Left = 50;
oIE.Top = 340;
oIE.Width = 940;
oIE.Height = 650;

The only other thing that I would like to do with it is to be able to minimise 
to task tray.  I'll probably have to create a new application exe wrapper 
around the IE control to do that.

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-20 Thread Nikhil

hmmm ... I was thinking more cross platform...but I suppose there must
be equivalent combinations of ActiveX  IE for other OSes or even a
cross platform one that can be used that involves the Mozilla engine?


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-20 Thread Michael Herger
 hmmm ... I was thinking more cross platform...but I suppose there must
 be equivalent combinations of ActiveX  IE for other OSes or even a
 cross platform one that can be used that involves the Mozilla engine?

I don't see the point of creating a cross platform wrapper application if  
all you need is a browser with the flash plugin and a simple bookmark...

-- 

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-20 Thread gsamsa

Nikhil;188950 Wrote: 
 
 Given what you have, and the availability of a free alpha version of
 Apollo; how hard is it to create a standalone desktop app?

I think it would be relatively trivial...you'd need a way of specifying
which server to connect to, but other than that, there'd be hardly any
changes.

But I have to agree with Michael (Herger) that I don't see the value in
it right now.  You can access the file system in Apollo, possibly using
that for caching. But startup is already reasonably quick. And you can
incorporate HTML / web browsing -- which might let you access the
existing SlimServer web interface within the app. But it would require
a fair amount of work to integrate that in any reasonable way.

Future versions of Apollo will have better multi-window support, which
might open up some more possibilities for a desktop app (a separate
now playing window, a minimal control panel, etc.)

Nevertheless, if you have any development background, and want to make
an Apollo version, give it a shot! I think Apollo is pretty cool...I
just don't know what I'd do with it for slimfx right now.

Not to mention that I have absolutely no time to work on this stuff
right now...and probably won't for another month or two :-(


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-20 Thread Nikhil

gsamsa;189063 Wrote: 
 
 Future versions of Apollo will have better multi-window support, which
 might open up some more possibilities for a desktop app (a separate
 now playing window, a minimal control panel, etc.)
 

I was thinking more along these lines .. perhaps in the long term, a
cross-platform app that could even do things like ripping and format
conversion, cover art downloading, etc, etc in addition to the standard
things the Nokia Skin and Moose currently do ... 

.. I do agree with what Michael is saying for Slimfx in its current
form.


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-06 Thread cjbrooker

 now all we need is a roladeck album art view and I'll be in slimserver
nirvana

I second that! Something like iTunes Cover Flow would be sweet.

Great work so far mind!


-- 
cjbrooker

cjbrooker's Profile: http://forums.slimdevices.com/member.php?userid=7252
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-05 Thread lymzy

Michael Herger;183707 Wrote: 
  anybody got this marvellous app to work on a vista based
 installation?
 

I am running slimfx on Vista Ultimate. Slim server 6.5.1. I am using
Slimfx to control softsqueeze on the same machine. It is super fast and
very slick. 

One thing though, it doesn't support foreign language such as Japanese
and Chinese.


-- 
lymzy

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

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-05 Thread gsamsa

lymzy;185838 Wrote: 
 One thing though, it doesn't support foreign language such as Japanese
 and Chinese.

The main problem is probably that I'm embedding one particular font and
only embedding a certain Unicode range (to save space), though the font
I'm embedding probably doesn't have non-Latin characters anyway. It
might be possible (and maybe even easy) to have characters outside this
range default to a different font, though there are probably other
issues that would have to be dealt with as well.

I'll try to look into it at some point.


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-05 Thread lymzy

gsamsa;185843 Wrote: 
 I'll try to look into it at some point.

Great work! It is almost my dream UI. I think slimfx has a lot of
potential. I am willing to help  localize this great UI in Chinese.


-- 
lymzy

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

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-04 Thread richardcarter

nope - but I can now :) 

thnx for pointing me in the right direction..


what a joy to use is slimfx - now all we need is a roladeck album art
view and I'll be in slimserver nirvana :)


-- 
richardcarter

' [image: http://imagegen.last.fm/basic10/oartists/variacpoint4.gif] '
(http://www.last.fm/user/variacpoint4/?chartstyle=basic10)

richardcarter's Profile: http://forums.slimdevices.com/member.php?userid=10462
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-03-04 Thread livelock

This is cool! works great, looks great.


-- 
livelock

livelock's Profile: http://forums.slimdevices.com/member.php?userid=10284
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-27 Thread gsamsa

gandt;183754 Wrote: 
 but it makes no difference vista is running slim and ive tried to use
 slimfx both on the vista machine and a client
 

Sune;183881 Wrote: 
 It's the same for Mac OS X 10.3. You cannot access the skin from neither
 10.3 or 10.4 clients, if the server is running on 10.3. However, no
 problems if the server is 10.4. 
 
 I earlier asked if ayone thinks it could be the Perl version for Mac OS
 X 10.3 (5.8.1) which creates problems. Alas, no response. 
 

I'd like to get to the bottom of this, though I kinda doubt it's a
problem specific to slimfx. I may ask some previously answered 
questions here.

For each of you (or anyone else running the server on Mac OS 10.3 or
Vista):

0) Please verify that you're not making any capitalization errors, etc.
And please make sure that you see the same behavior if you stop and
restart the server. (I assume you've both already done this)

1) Are you seeing a blank page, or the default skin? (Sounds like the
default skin, at least for Vista).

2) If a blank page, can you temporarily modify the index.html file in
the slimfx directory, inserting test after /head? If you do this,
what do you see? And could you do a view source on the blank page, and
tell me what the results are?

3) What happens if you try going to
http://yourservername:9000/slimfx/html/SlimFX.html, or
http://yourservername:9000/slimfx/html/SlimFX.swf?

4) If you understand it, can you use a network monitor or better yet an
http monitor (Fiddler is a good one for windows) to see exactly what is
being returned when you go to http://yourservername:9000/slimfx/ ? And
also try http://yourservername:9000/slimfx

5) Just for the hell of it, you might temporarily try renaming some
skin you don't normally use, and changing the slimfx folder name to the
name of that other skin, then trying to go to it there. Not sure what
I'd expect to see here.

I'm probably going to be at a loss even after I hear your responses,
but who knows. Or maybe someone else will be able to jump in with some
suggestion.

Thanks.


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-26 Thread Ramage

mick_w;183378 Wrote: 
 If anyone is interested , I've pulled together some notes on how to
 install Perl-5.8.8 on ClarkConnect, see:
 
 http://freespace.virgin.net/mick.webb/pages/perl.htm
 
 I can now get SlimFX working without it crashing SlimServer and I must
 say it is truly fantastic!!  At last an easy way to drag and drop to
 create and save playlists in a super fast GUI.
 
 If Logitech / SlimDevices are reading this - give this man a job!!!

Good work Mick, your notes are excellent.


-- 
Ramage

P2 266MHz,Linux ClarkConnect 3.2, SlimServer Version: 6.5.2 - 11354,
Alien 1.06, perl 5.8.8
P4 2.6GHz, Win XP, SlimServer Version: 6.5.2 - 11304 - Windows XP - EN
- cp1252, Alien 1.06 
NSLU2 Unslung 6.8b SlimServer Version: 6.3.1 - 8476 - Linux, No Alien

Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-26 Thread gandt

can I just check. Slimfx works well on my windows xp machine but not at
all on my experimental vista installation- like others I get the
default skin ad nothing else. Ive done the most obvious things around
security (disabled the access control and so on) but still no luck. Has
anybody got this marvellous app to work on a vista based installation?


-- 
gandt

gandt's Profile: http://forums.slimdevices.com/member.php?userid=586
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-26 Thread Michael Herger
 anybody got this marvellous app to work on a vista based installation?

What are you running on Vista: the server or the client? Or both?

-- 

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-26 Thread gsamsa

Kendrick Vargas;183758 Wrote: 
 Just out of curiousity, is there a newer version, or a place where
 slimfx
 development versions are being posted that people can try? I looked
 through
 the message board and didn't see anything.
 

Not yet...I've been working on it (not that much, since my job has been
keeping me much busier than usual), but don't have anything to release
yet. Hopefully in a few weeks.

 
 Also, feature request: Would it be possible to maybe have a drop down
 above
 or in each of the search filters in the columns to indicate the filter
 type?
 So for example, instead of Genre - Artist - Album being hardcoded,
 you
 could instead search as Genre - Composer - Year, or Genre - Album
 -
 Year, etc...  (I have, for example, Jazz compilations where I actually
 have
 individual tracks with differing dates). One of the things I hate most
 in
 the default skin is that the step through of items to break down the
 current
 choice of music is hard coded in a way that isn't always convenient.
 So,
 maybe have the magnifying glass call up a drop down to select the
 filter type?

This sounds useful, but it's not just a user interface issue. It's a
question of server capabilities. Still, the idea of integrating with
Erland's Custom Browse plugin has come up before, and that's getting at
similar functionality (though probably in a somewhat different way).


-- 
gsamsa

gsamsa's Profile: http://forums.slimdevices.com/member.php?userid=194
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-24 Thread Sune

As those who have followed my notes on the SlimFX on Mac OS X will know,
I have been unable to access the SlimFX interface on Mac OS X 10.3. 

One of the things I note when running my SlimServer on Mac OS X 10.3 is
that I can add anything to the base URL without getting a real error
message (e.g. http://localhost:9000/slimfx/blabla.html does not result
in a page not found although blabla.html definately doesn't exist).
On Mac OS X 10.4 this does indeed result in a Page Not Found. 

Noting the comment on the Perl version above, I checked on my Mac OS X
10.3 installation, and here I only have Perl 5.8.1. 

Could this be the cause of the error? That the Perl version is too old?


Anyone who can point me to info regarding how to update my Perl
installation on 10.3? Note that I do not have developer tools installed
AFAIK. 

Thanks

Sune


-- 
Sune

Sune's Profile: http://forums.slimdevices.com/member.php?userid=8823
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-21 Thread bonze

bonze;181792 Wrote: 
 Runs OK from my QNAP, much more responsive than the HTML.
Scrub that as I haven't been able to get it running since, it now
crashes slimserver on the QNAP :(

Not sure what I did differently the first time I installed/ran it.


-- 
bonze

QNAP TS-101 (version 2.0.0 build 0105T)
SlimServer Version: 6.5.1 - 11206 - Debian - EN - utf8
2 x wireless SB3

bonze's Profile: http://forums.slimdevices.com/member.php?userid=6150
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-21 Thread Michael Herger
 Perl Version: 5.8.4 powerpc-linux-thread-multi

Bad luck :-(. There have been reports of perl version prior to 5.8.6 to be  
buggy and crash with the CLI (see  
http://forums.slimdevices.com/showthread.php?t=32502). Maybe you want to  
inform your supplier about the problem.

-- 

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-21 Thread bonze

Michael Herger;182331 Wrote: 
 Bad luck :-(. There have been reports of perl version prior to 5.8.6 to
 be  
 buggy and crash with the CLI
Ah, ok - thanks for your help


-- 
bonze

QNAP TS-101 (version 2.0.0 build 0105T)
SlimServer Version: 6.5.1 - 11206 - Debian - EN - utf8
2 x wireless SB3

bonze's Profile: http://forums.slimdevices.com/member.php?userid=6150
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-20 Thread Nickok

Working nicely for me on 6.5.1 Win/XP. My votes for future enhancement
would be for internet radio and support for random mix.
Thanks


-- 
Nickok

Nickok's Profile: http://forums.slimdevices.com/member.php?userid=5114
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-02-20 Thread DaveWr

Another vote for more efforts on SlimFx.  orks great with Mac OSX 10.4 +
Safari.

This is leaps ahead in performance and simplicity for users, I agree
with the last post - internet radio and random would make it complete.


-- 
DaveWr

DaveWr's Profile: http://forums.slimdevices.com/member.php?userid=9331
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


  1   2   3   >