Re: [slim] Squeezebox Server with Squeezeslave to turn on speakers when playing

2012-11-20 Thread TheD6Bel

epoch1970 wrote: 
 Wha??
 
 Have you tried gpio raspberry pi python on google ?


On google! I searched on the forum, on RPi forum i open un post and i
have a python script for manage GPIO but is only with MPD not LMS.  I
try change this script for LMS

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=65t=17048sid=b081c7bdc97882d2bca4bc66807eda87start=25

If MPD playing music, GPIO is opens, if in pause/stop GPIO closes.


script wrote: 
 
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 from mpd import MPDClient
 import RPi.GPIO as GPIO
 import time
 
 RELAIS_ACTIF=False
 PIN_RELAIS=12
 
 def relai(etat):
 GPIO.output(PIN_RELAIS, etat)# Bascule le pin du relai à
 l'état voulu
 RELAIS_ACTIF=etat
 
 def main():
 # Test de lecture audio
 client = MPDClient()
 while(1):
 try:
 # Connection au client mpd et lecture du status
 client.connect(host='localhost', port='6600')
 client.password('password')
 status=client.status()
 
 if status['state']=='play' and RELAIS_ACTIF is False:
 relai(True)
 elif status['state']=='stop' or
 status['state']=='pause':
 relai(False)
 client.disconnect()
 except:
 print 'Erreur connection'
 raise
 time.sleep(1) # On fait dodo pendant une seconde, et on
 recommence !
 
 if __name__ == __main__:
 GPIO.setup(PIN_RELAIS, GPIO.OUT)  # paramétrage du pin en
 sortie
 relai(False)
 main()




TheD6Bel's Profile: http://forums.slimdevices.com/member.php?userid=58077
View this thread: http://forums.slimdevices.com/showthread.php?t=71077

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


Re: [slim] [ANNOUNCE] Orange Squeeze 1.0 for Android Released

2012-11-20 Thread Stoker

db122 wrote: 
 Thanks for the report!
 
 Do you happen to recall if you noticed this problem in 1.2.9 as well, or
 if it was introduced in the preview releases?

I have the same (or very similar) issue with 1.2.9. I can get it to
start working again by either switching WiFi off and on manually or by
restarting Orange Squeeze. Same hardware and version of Android as
previous poster.



Stoker's Profile: http://forums.slimdevices.com/member.php?userid=8264
View this thread: http://forums.slimdevices.com/showthread.php?t=92330

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


Re: [slim] Android 4.2: any controllers work on it?

2012-11-20 Thread ModelCitizen

pippin wrote: 
 Very Good. Much appreciate that.
 But please update to the latest iPeng version(2.0.3) before you do if
 you haven't. Until I add HockeyApp I only get crash reports from Apple
 and they only send them for the latest release.
Hmm. OK. Slightly embarrassed.  It doesn't crash at all now. I'm not
sure what's going on. A couple of weeks ago (or more?) I gave up using
it as it crashed most times I adjusted the volume of a player. Now it
seems fine.
Sorry for false alarm.

___
Somewhere something incredible is waiting to happen
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=97289

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


Re: [slim] Android 4.2: any controllers work on it?

2012-11-20 Thread pippin

Was that probably the 2.0? It had two issues around the main volume
slider, one of which was that it could issue skip commands and the other
that it could send a command that crashed iPeng. Fixed at least since
2.0.2.



pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=97289

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


Re: [slim] [ANNOUNCE] Orange Squeeze 1.0 for Android Released

2012-11-20 Thread sbp

db122 wrote: 
 Thanks for the report!
 
 Do you happen to recall if you noticed this problem in 1.2.9 as well, or
 if it was introduced in the preview releases?

Yes, I just tried version 1.2.9 and I have the same problem.



sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=92330

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


Re: [slim] Updating Squeezebox Radio to Smart Radio

2012-11-20 Thread HeadBanger

I've found all the support I need here and I suspect that Logitech
realise that too. Therefore, the run-off support costs will be fairly
insignificant. Much of the software code is probably shared anyway so
any future bugs can probably be fixed across both platforms.

I wish them well with the UE range as whilst it's alive at least we will
have some shared functions and therefore support. If it fails and they
cease making network streamers altogether then that really will be the
end IMO.



HeadBanger's Profile: http://forums.slimdevices.com/member.php?userid=38024
View this thread: http://forums.slimdevices.com/showthread.php?t=97242

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


Re: [slim] [ANNOUNCE] Orange Squeeze 1.0 for Android Released

2012-11-20 Thread db122

sbp wrote: 
 Yes, I just tried version 1.2.9 and I have the same problem.

OK, thanks. I will take a look at this.



db122's Profile: http://forums.slimdevices.com/member.php?userid=4076
View this thread: http://forums.slimdevices.com/showthread.php?t=92330

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


Re: [slim] Announcing SqueezePad - the first dedicated iPad App to controll your SqueezeBoxen !

2012-11-20 Thread ak1

SqueezePad works great for me for a few months and I really like using
it.

Now suggestion for an improvement, at least I think it would be one:

When selecting a compilation (various artists) album and having all the
tracks of this album listed on the left side, it would be helpfull not
just to see the track titles, but the artist (not album artist) as
well.
That would really help quite often to identify the track you are really
looking for, but where you are not sure about the title name.

Obviously such a view is not necessary on non-compilation albums without
various artists (actually it would be annoying to have it there).

Thanks
ak1



ak1's Profile: http://forums.slimdevices.com/member.php?userid=29282
View this thread: http://forums.slimdevices.com/showthread.php?t=80553

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


Re: [slim] Announcing SqueezePad - the first dedicated iPad App to controll your SqueezeBoxen !

2012-11-20 Thread bluegaspode

ak1 wrote: 
 SqueezePad works great for me for a few months now and I really like
 using it.
 
 But now I've got a suggestion for an improvement, at least I think it
 would be one:
 
 When selecting a compilation (various artists) album and having all the
 tracks of this album listed on the left side, it would be helpfull not
 just to see the track titles, but the artist (not album artist) as well
 for each track.
 That would really help very often to identify the track you are really
 looking for, but where you are not sure about the title name.
 
 Obviously such a view is not necessary on non-compilation albums without
 various artists (actually it would be annoying to have it there).
 
 Thanks
 ak1
Hi ak1, 

thanks for this suggestion.

I'm afraid though I cannot fulfill it. I'm using the official menus from
Logitech and they don't provide that information :(



bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=80553

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


Re: [slim] Announcing SqueezePad - the first dedicated iPad App to controll your SqueezeBoxen !

2012-11-20 Thread ak1

bluegaspode wrote: 
 Hi ak1, 
 
 thanks for this suggestion.
 
 I'm afraid though I cannot fulfill it. I'm using the official menus from
 Logitech and they don't provide that information :(

That's very unfortunate. I thought it would be possible since the LMS
web interface provides this as well. I just wanted to add a screenshot
here, but don't know how to do this right now.
Nevermind, thanks for the quick response.

ak1



ak1's Profile: http://forums.slimdevices.com/member.php?userid=29282
View this thread: http://forums.slimdevices.com/showthread.php?t=80553

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


Re: [slim] Announcing SqueezePad - the first dedicated iPad App to controll your SqueezeBoxen !

2012-11-20 Thread pippin

You mean something like this?


+---+
|Filename: ImageUploadedByTapatalk HD1353450790.232003.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=13970|
+---+


pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=80553

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


Re: [slim] Announcing SqueezePad - the first dedicated iPad App to controll your SqueezeBoxen !

2012-11-20 Thread pippin

Ok, another try


+---+
|Filename: ImageUploadedByTapatalk HD1353451159.631465.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=13971|
+---+


pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=80553

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


Re: [slim] Announcing SqueezePad - the first dedicated iPad App to controll your SqueezeBoxen !

2012-11-20 Thread bluegaspode

When did you start cross marketing in my support thread?



bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=80553

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


Re: [slim] Announcing SqueezePad - the first dedicated iPad App to controll your SqueezeBoxen !

2012-11-20 Thread pippin

Sorry, missed that it was your support thread. Deleted.



pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=80553

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


Re: [slim] Announcing SqueezePad - the first dedicated iPad App to controll your SqueezeBoxen !

2012-11-20 Thread bluegaspode

ak1 wrote: 
 That's very unfortunate. I thought it would be possible since the LMS
 web interface provides this as well. I just wanted to add a screenshot
 here, but don't know how to do this right now.
 Nevermind, thanks for the quick response.
 
 ak1

There are some discussion about this topic well hidden in this thread.
I consider it a value of SqueezePad to have the same menus as you will
find on Touch and Radio.  
I think it does help the majority of people who switch between devices
and remotes to have a consistent view.

This comes with some implications of course as I also inherit some
design decisions from Logitech, which not all users think are fortunate
:)



bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=80553

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


Re: [slim] Squeezebox Server with Squeezeslave to turn on speakers when playing

2012-11-20 Thread epoch1970

did you see this one :
http://forums.slimdevices.com/showthread.php?88269-Sample-code-JSON-API-in-your-languagep=636134viewfull=1#post636134



epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=71077

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


Re: [slim] Android 4.2: any controllers work on it?

2012-11-20 Thread db122

kidstypike wrote: 
 just to be clear 1.2.9 is working fine.
 On Preview, as soon as I start SqueezePlayer, the other players
 disappear from the list of players.
This problem is fixed in the preview build just released. Thanks!



db122's Profile: http://forums.slimdevices.com/member.php?userid=4076
View this thread: http://forums.slimdevices.com/showthread.php?t=97289

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


Re: [slim] [ANNOUNCE] Orange Squeeze 1.0 for Android Released

2012-11-20 Thread db122

Released a new preview build, lots of stuff:

-  Ability to download tracks from many browse hierarchies to your
  device (Android 2.3/Gingerbread devices and higher). Supports
  downloading by folder, artist, album, year (including most custom
  browse variations).
-  Visual styling updates
-  Android 4.2/Jellybean and higher devices can now add a widget to
  the lock screen.
-  Everyone gets a new larger widget, in addition to the existing
  small one
-  Android 4.1/Jellybean and higher devices can now submit log data
  directly from Advanced Preferences.
  

Defects fixed:

-  Missing ability to pin items to home (top-level) menu.
-  Now Playing screen artist is now the track artist, which brings
  it in sync with the web interface and other Jive-based clients (Trac
  issue #69).
-  last.fm did not properly show thumbs up/thumbs down
-  Previous track button was not going to beginning of track on
  initial press
-  When connecting to a server that has just been woken up, send
  subsequent pings sooner to speed up connection process.
-  Preference to disable automatic crash reporting was not working.
-  When a local SqueezePlayer was running, some or all other players
  would be hidden in the player list.
-  Icons missing for Random Play context menu items
-  Widgets did not correctly display thumbs up/down when appropriate.
-  Lots of other widget bug fixes and cleanups



db122's Profile: http://forums.slimdevices.com/member.php?userid=4076
View this thread: http://forums.slimdevices.com/showthread.php?t=92330

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


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2012-11-20 Thread JohnQCitizen

Tex wrote: 
 If you go into the settings-Player Settings-Audio-Fixed Volume you need
 to uncheck the Fixed Volume. I didn't know it was there.

Of course ... can't believe I forgot about that setting. 

Thanks.



JohnQCitizen's Profile: http://forums.slimdevices.com/member.php?userid=56938
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

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