I've got it to work using the pysqueezecenter package in python ...

Code:
--------------------
    
  #!/usr/bin/env python
  from pysqueezecenter import server
  s = server.Server()              # defaults to 127.0.0.1 
  s.connect()
  s.request('rescan')
  
--------------------


The pysqueezecenter package can be found here:
http://code.google.com/p/pysqueezecenter/


-- 
simonl
------------------------------------------------------------------------
simonl's Profile: http://forums.slimdevices.com/member.php?userid=42526
View this thread: http://forums.slimdevices.com/showthread.php?t=85568

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to