Re: [SlimDevices: Touch] New Music folder Question

2011-03-26 Thread flattermann

souwalker;621152 Wrote: 
> I've noticed that after I ripped my CDs to FLAC SBS puts the files into
> the New Music folder in Touch.
> 
> Is this suppose to happen and if so, how long does the new FLAC albums
> stay in the 'New Music' until it drops off?
> 
> Rgds

The NewMusic folder shows the 100 newest albums by default.
(You can change the number of NewMusic entries in the SBS settings)


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=86604

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


Re: [SlimDevices: Touch] Playlists

2011-01-23 Thread flattermann

streifenleopard;604809 Wrote: 
> Hi mnyb and tank121,
> I am exporting my playlists through wlan from my PC too. 
> It's quite an effort to let the search and replace command run through
> every m3u-file just to get the correct path etc. 
> Do you have any ideas how this procedure could be automized?

If you are using a Linux flavor OS (or you've installed Cygwin for
Windows), you could write a simple shell script to replace the paths in
the M3U files.

Probably, there's also a native Windows solution, but I'm more familiar
with Linux.

On Linux, I'd try a simple script using "bash", "find" and "sed".

Something like this: (untested)

Code:


  #!/bin/bash
  path=/data/mp3
  search=/data/xyz
  replace=/media/sda1
  for file in `find ${path} -type f -iname "*.m3u"`; do
  sed -e "s#${search}#${replace}#g" ${file} > ${file}.new
  mv ${file}.new ${file}
  done
  



-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=84763

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


Re: [SlimDevices: Touch] Playlists

2011-01-19 Thread flattermann

tank121;603712 Wrote: 
> So you hope to introduce this functionality in the next release of
> commander ? Allowing us to save the playlists directly from our android
> devices ?
Yes, that will work in 0.9.6.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=84763

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


Re: [SlimDevices: Touch] Playlists

2011-01-19 Thread flattermann

tank121;603594 Wrote: 
> When you say "tap on the icon in the top-right corner (that brings you
> to the current playlist) > Save Playlist (the last item) > Enter a name
> for the Playlist" 
> 
> Are you referring to the screen on my android phone or the Touch itself
> ?
> I no longer use the supplied remote.

You can find this "Playlist button" in the top-right corner of the Now
Playing Screen *on the Touch*.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=84763

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


Re: [SlimDevices: Touch] Playlists

2011-01-18 Thread flattermann

tank121;603448 Wrote: 
> How ??

Well, you can *build* a new playlist in SqueezeCommander by using the
default actions (play/add/insert) on the music items
(artists/albums/tracks).

E.g. you start by PLAYing an album and then you add another album, some
tracks and so on.
(You can e.g. play/add/insert an album by press-hold on the album and
select the respective option.)

That builds the current playlist.
You can view the current playlist in SqueezeCommander by flinging
right-to-left on the NowPlayingScreen.
See http://www.squeezecommander.com/trac/wiki/NowPlayingView

When you like the current playlist, you can save it on the Touch:
NowPlaying > Right Arrow on the Remote or tap on the icon in the
top-right corner (that brings you to the current playlist) > Save
Playlist (the last item) > Enter a name for the Playlist


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=84763

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


Re: [SlimDevices: Touch] Playlists

2011-01-17 Thread flattermann

BTW: Of course, you could also build the playlist in SqueezeCommander.

Saving does not work yet (that's planned for SqueezeCommander 0.9.6)
but you could *build* the playlist in SqueezeCommander and *save* it
directly on the Touch.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=84763

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


Re: [SlimDevices: Touch] which phone for Touch remote controller?

2010-12-16 Thread flattermann

Yeah, SqueezeCommander works fine with TinySBS.

I'm using a Nexus One at the moment and it runs great.

If you want to have a nicer UI, you should take a look at the HTC
Desire (HD).
Storage space should not really be an issue, because you can extend
almost any Android device by MicroSD cards. 
BTW: When using SBS 7.6 (currently in development), SqueezeCommander
0.9.6+ (currently in development as well :-) ) will be able to
transcode your FLACs to MP3 while downloading to save space on your
phone.

BUT remember:
TinySBS does not include the WebUI and hence does not allow downloads!
If you want to use the Download feature, you need to use a "real" SBS.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=78730

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


Re: [SlimDevices: Touch] Bricked by update?

2010-07-27 Thread flattermann

To cancel an update on the Touch, try to swipe right-to-left on the
screen.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=80733

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


Re: [SlimDevices: Touch] Easy way to change network key??

2010-07-15 Thread flattermann

If you have a WPS-aware router, it should be sufficient to press the
"Connect" Button on your router and select Configure-by-WPS on the
Touch/Radio/Controller.

In this case, the router will send the WLAN parameters including the
PSK (encrypted) to your SqueezeBox.

Altec;561897 Wrote: 
> What about the security issue? Will Squeezebox products affect that?

What kind of security issue do you mean?

As long as WPA is properly implemented in the SqueezeBoxes, it should
be safe.

Of course, if a bad guy gets (physical) access to you SqueezeBox, he
can read the PSK from the device.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=80308

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


Re: [SlimDevices: Touch] Easy way to change network key??

2010-07-15 Thread flattermann

peterw;561892 Wrote: 
> Thinking about this a bit more, I think the newer players (Radio and
> Touch) may support WiFi Protected Setup (Logitech did ask Touch beta
> testers to try the WPS feature). That wouldn't help with your Receiver,
> but might be a good way to re-key your WLAN, including your Radio.

Yeah, you are right.

The Touch support WPS. I've not tried WPS on the Radio, but I think it
should work with all SqueezePlay-based devices...


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=80308

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


Re: [SlimDevices: Touch] Easy way to change network key??

2010-07-15 Thread flattermann

Altec;560633 Wrote: 
> Hi,
> 
> My Duet and Radio are both connected to my wireless router. I would
> like to change my network key (63 random alpha-numeric characters)
> relative often for security reasons, but I really don't want to reset
> everything because it takes forever to change. I only want to change
> the last few characters - it takes too long time to type in all the
> characters. The controller doesn't allow changing just the network key
> (as far as I can tell...). Any easy way to change it that I don't know
> of? Thanks

For the radio/controller, you can login via SSH and change the file
/etc/wpa_supplicant.conf accordingly.

Afterwards, change the WPA PSK on the router and restart the
radio/controller to activate the new settings.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=80308

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


Re: [SlimDevices: Touch] Has the wireless bridge feature been added yet to the touch?

2010-07-14 Thread flattermann

Well. bridging seems to be not enabled in the Touch kernel. :-(

This will be pretty complicated.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=80427

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


Re: [SlimDevices: Touch] Has the wireless bridge feature been added yet to the touch?

2010-07-14 Thread flattermann

You probably need the brctl util, e.g. from busybox.

Unfortunately, busybox on the Touch does not support brctl. :-(

Either you cross-compile busybox for ARM on your own, or you take a
precompiled version, e.g. from the first post on

http://www.android-hilfe.de/root-hacking-modding-fuer-motorola-milestone/15433-busybox-1-15-3-neuste-kompiliert-fuers-milestone-bzw-allgemein-arm.html

* Login on the Touch per SSH
* Save your old busybox
cp /bin/busybox /bin/busybox.org
* Download the precompiled busybox:
cd /tmp
wget http://bf1942.moretoast.de/busyboxmk9
* Make it executable:
chmod a+x busyboxmk9
* Replace the old busybox:
mv /tmp/busyboxmk9 /bin/busybox

brctl is now available as "busybox brctl".

See also http://tldp.org/HOWTO/Ethernet-Bridge-netfilter-HOWTO-3.html

But honestly, I think you should only try it if you are a bit familiar
with Linux. :-)

I'm not sure if it works as expected or may brick your Touch.
Theoretically, if the Touch is not reachable anymore, it should be
sufficient to do a factory reset, but I'm not 100% sure about that.

You have been warned. :-)


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=80427

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


Re: [SlimDevices: Touch] Has the wireless bridge feature been added yet to the touch?

2010-07-14 Thread flattermann

matengawhat;561650 Wrote: 
> I really wanted to connect my Xiva Musicm8 to the Touch to utilise the
> wireless bridge function detailed in the manual but from reading online
> it seems that this feature currently doesn't work on the Touch. 
> 

Matt,

AFAIK, it's not included, yet.

At least not in the GUI.

It MAY work if you manually enable it via SSH, but I've not tried it:

- Connect the Touch to your WLAN
- Enable remote access (SSH)
- Login via SSH
- edit /etc/network/interfaces to also activate the LAN port
- set /proc/sys/net/ipv4/ip_forward to 1


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=80427

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


[SlimDevices: Touch] IRBlaster with the Touch

2010-03-30 Thread flattermann

Can I use IRBlaster with the Touch?
Is that even possible?

Right now, the "IRBlaster" menu item in the SBS settings does not exist
for the Touch.

Will that work with future IRBlaster versions or doesn't the Touch
support that?


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76650

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


Re: [SlimDevices: Touch] Some clarity before i Touch

2010-03-29 Thread flattermann

tank121;528816 Wrote: 
> In prepartion before I replace my trusty sb3 with a Touch.

Good idea. :)

tank121;528816 Wrote: 
> I've recently installed a modded version of Ipeng on my Nokia 5800. 
> 
> Which is quite nice but not perfect.
> 
> Is Ipeng on the Iphone and Ipod touch identical and nice and smooth, on
> the Nokia not all the icons etc are correct.
There are two versions of iPeng available.

The free iPeng skin that you've used on the Nokia and the iPeng App.
The App will only run on an iPhone/iPod but is *much* better, because
it is a real native app instead of "just" a web page.
The App has more features and is much smoother than the skin.

tank121;528816 Wrote: 
> As my mobile contract is up soon is the Iphone a serious contender for a
> new phone ? Or will an android version of Ipeng be developed ?
There are several SqueezeBox Apps for Android available.

Right now, iPeng is still a bit ahead, but the Android Apps are
improving. :)

tank121;528816 Wrote: 
> Finally would the Ipeng app been installed directly on the Touch in my
> scenario ?
No, you do not need to install anything on the Touch. 
AFAIK, the SB Touch will not include a WebUI. That means you will not
be able to install the iPeng *skin*.
But it does not affect the iPeng *App* (or other native SB Apps) as it
communicates directly with your server/Touch, not through the WebUI.


-- 
flattermann

Christian

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76626

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


Re: [SlimDevices: Touch] 2 touches in 1 bedroom

2010-03-27 Thread flattermann

erland;528443 Wrote: 
> There is a patch which can be installed through my "Patch Installer"
> applet in my testing repository that modifies the configuration to
> disable IR, works perfectly if you like to disable IR.
> 
> If you like to do it manually and not through Patch Installer, you will
> need to login with ssh and replace the following file:
> /usr/share/jive/jive/irMap_default.lua
> 
> With this one:
> https://erlandapplets.googlecode.com/svn/PatchInstaller/trunk/patches/NoIR/share/jive/jive/irMap_default.lua

Thanks, I just found it myself. :-)

BTW: It's not so elegant, but just removing/renaming the
irMap_default.lua also works. :-)


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76581

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


Re: [SlimDevices: Touch] 2 touches in 1 bedroom

2010-03-27 Thread flattermann

pippin;528430 Wrote: 
> @flattermann
> What are you doing in front of a computer at this time?

Watching Football live in TV means back luck for me. :-)

I rather listen to the radio coverage...


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76581

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


Re: [SlimDevices: Touch] 2 touches in 1 bedroom

2010-03-27 Thread flattermann

pippin;528428 Wrote: 
> Deleting the ir code config file? Forgot the name...

How could I forget this obvious and user-friendly solution... :-)


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76581

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


Re: [SlimDevices: Touch] 2 touches in 1 bedroom

2010-03-27 Thread flattermann

Aurumer;528426 Wrote: 
> Yes, go to Player-Settings - Remote and uncheck.

Maybe I'm too stupid, but I can't find it. ;-)

Of course, the "old" SqueezeBoxes (SB3, Boom...) have an option in the
SBS WebUI to deactivate the IR remote, but this page ("Remote") does
not exist for SqueezePlay devices (Radio/Touch)...


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76581

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


Re: [SlimDevices: Touch] 2 touches in 1 bedroom

2010-03-27 Thread flattermann

pippin;528418 Wrote: 
> Using the touch screen? A Controller, iPeng etc?
Is it possible to configure a SqueezePlay device (Radio/Touch) to
ignore IR Remote commands? I couldn't find this option... :-/

pippin;528418 Wrote: 
> The good thing is you won't need any lighting with that setup, touch can
> be quite bright as long as you don't turn down brightness manually.
LOL, indeed. :-)


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76581

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


Re: [SlimDevices: Touch] Remote for Touch

2010-03-23 Thread flattermann

Asenath83;527414 Wrote: 
> > flattermann;527188 Wrote: 
> > Sure, using FLAC would take much longer, but as Android cannot play
> > FLAC, it's pretty senseless anyway. :-)> > 
> I beg to differ. Apparently Cyanogen's mod is able to play (16-bit)
> FLAC files (see http://www.cyanogenmod.com/about). I haven't had any
> files available to test that on my G1 yet but I can do so when I get
> home.
> 
> Here's what he used to enable FLAC support:
> http://the-b.org/FLAC_on_Android

Let's hope FLAC support will make it into Vanilla Android, too.

http://code.google.com/p/android/issues/detail?id=1461

Of course, if you are using CyanogenMod, you can already use
SqueezeCommander to download the FLACs to your mobile. (Well, you can
download them with any Android version, but you will only be able to
actually PLAY them with CyanogenMod... :-) )

Even with FLAC support in Vanilla Android, it may be a nice option to
support transcoded downloads, because the quality of e.g. a Q6 OggVorbis
should be sufficient for mobile playback and it saves a lot of space and
downloading time. :-)


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=69967

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


Re: [SlimDevices: Touch] Remote for Touch

2010-03-22 Thread flattermann

Locuth;527184 Wrote: 
> Doesn't the FLAC take forever to download.
> I get a 5 minutes mp3 in 45 seconds or so (11 MB/s).
> 
> In SqueezeCommander, do you provide any playback for the donloaded
> tracks or something to browse them?
> 
> Sebastian

Well, I get around 500kb/s. I encode my music in Ogg Q7, the songs are
around 7-10MB. That means it takes around 15-20 seconds per song.

Sure, using FLAC would take much longer, but as Android cannot play
FLAC, it's pretty senseless anyway. :-)

I do not offer direct playback in SqueezeCommander. After downloading
the songs, I register them in the Android Media database. After that,
they can be played with any Music Player App on the phone.


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=69967

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


Re: [SlimDevices: Touch] Remote for Touch

2010-03-22 Thread flattermann

Locuth;527176 Wrote: 
> Yes nice isn't is - wonder where I got this idea ;-)
> As to the transcoding: You'd like to be able to download/transcode
> files besides stream.mp3? Yes that would be cool.
> However a little against the SlimServer philosophy, I'm afraid. So
> Logitech probably won't support this much.

Yes, at the moment, we can only download the original music file to the
device.
(Ok, stream.mp3 transcodes, but that's not really a "download", just a
streaming.)

That's fine for file formats that are supported on the mobile platform,
but e.g. FLAC is not supported on Android. That means that I can
download the FLACs to my mobile, but I'm unable to play them. :-(

So, yes, an on-the-fly-transcoding on the SBS for these files would be
very nice. ;-)

It would even be nice for MP3s, e.g. if you have your music collection
in MP3 320k but you want to use MP3 128k on the mobile to save space...


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=69967

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


Re: [SlimDevices: Touch] Touch w/ USB HD questions

2010-03-19 Thread flattermann

ste1;526426 Wrote: 
> 
> However, I think I read from the posts above that this approach would
> not permit me to use my Apps.
> 
> Is this correct? particularly, BBC iplayer, lastfm and soma.

Apps will work, Plugins will not.
(See the App Gallery for a complete list of Apps)

Plugins are small programs installed on your local SqueezeBoxServer.
These will not work on MySqueezeBox.com and on the embedded-server of a
SqueezeBox Touch.

ste1;526426 Wrote: 
> 
> A;so = what about internet radio - will this work on Touch if not
> connected to PC?
> 

Sure.

ste1;526426 Wrote: 
> 
> Also - canyone know if I can I use my Duet Controller to control Touch?

Yes, that works.


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76073

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


Re: [SlimDevices: Touch] Disable WLAN on Squeezebox Touch

2010-03-19 Thread flattermann

Mnyb;526324 Wrote: 
> That would make sense small cpu why load drivers that are not needed.
> 
> As linux noobish here is is easy to check if the wifi is running ?

I've just checked it on the Radio:

# ifconfig 
eth0  Link encap:Ethernet  HWaddr 00:04:20:XX:XX:XX  
inet addr:192.168.178.50  Bcast:192.168.178.255 
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:3809 errors:0 dropped:0 overruns:0 frame:0
TX packets:2764 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:412734 (403.0 KiB)  TX bytes:393217 (384.0 KiB)
Base address:0x8000 

eth1  Link encap:Ethernet  HWaddr 00:04:20:XX:XX:XX  
*UP* BROADCAST MULTICAST  MTU:1500  Metric:1
RX packets:27 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:12832 (12.5 KiB)  TX bytes:93 (93.0 B)

So the WLAN is really still activated.

If you really want to deactivate WLAN, it's maybe the best to remove
the kernel module.

To remove the WLAN kernel module (Atheros) for the Radio:

# rmmod ar6000

(See "lsmod" for a list of loaded modules)


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=76291

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


Re: [SlimDevices: Touch] Remote for Touch

2010-03-18 Thread flattermann

Locuth;525542 Wrote: 
> 
> It will feature a download feature for missing album covers.
> And an mp3 download from SQCenter to your mobile. 
> "never leave your home without music" as flattermann aka
> SqueezeCommander puts it.
> 

That nice. :-)

Now we only have to convince someone with Perl skills to implement
https://bugs.slimdevices.com/show_bug.cgi?id=8808

Christian


-- 
flattermann

Home of 'SqueezeCommander' (http://www.squeezecommander.com) - The
SqueezeBox Remote Control App for Android

flattermann's Profile: http://forums.slimdevices.com/member.php?userid=33169
View this thread: http://forums.slimdevices.com/showthread.php?t=69967

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