Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-11-18 Thread franglais

If someone could walk me through the set up, that would be grand.
I have no idea what the server port is, etc...
thanks!


-- 
franglais

franglais's Profile: http://forums.slimdevices.com/member.php?userid=19123
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-03-10 Thread JAD1

Hi gang,

I just wanted to say I've been using Squeeze Remote, an App for WP7
that controls my SqueezeBox Boom and Duet over Wi-Fi or a cellular
connection. I've been very pleased with the Apps functionality and
esthetics. It is definitely worth a look if anyone is interested.

As I mentioned in the Windows Marketplace, I've been equally pleased
with the customer service. 7illusions was very prompt in responding to
my emails.

JD


-- 
JAD1

JAD1's Profile: http://forums.slimdevices.com/member.php?userid=29379
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-03-10 Thread 7Illusions

Version 1.5 is now submitted to marketplace and I'm hoping that it will
be available on Saturday. Had lots o good feedback and have added all
the things that people asked for and some more.

Random mix, browse by year, New Music, Turn players on/off, Favorites,
Clear Playlist and more.

Thanks for the feedback people!!


+---+
|Filename: Pic6.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=11491|
+---+

-- 
7Illusions

7Illusions's Profile: http://forums.slimdevices.com/member.php?userid=44332
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-25 Thread 7Illusions

Thanks Chris. Basically what I've tested so far
ran into problems when using security on squeezebox server though. The
Uri doesn't  work as it is supposed too. :(
Will have a look at it when the updates I'm working on has passes
certification. Was hoping for version 1.3 to be released already nut
Microsoft are slower then they usually are. I'm currently at final
testing for v.1.4 :). (Will have syncing and trialmode)


-- 
7Illusions

7Illusions's Profile: http://forums.slimdevices.com/member.php?userid=44332
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-25 Thread pugwonk

Looks great - have downloaded it and will give it a try. The true
playing part is going to be tricky - however, you could just start
streaming /stream.mp3 as a first try. It will work okay but track
switching will take a long time (could be minutes). It's not too hard
to figure out how to do that but I have the code handy, so:

MediaElement me1;
me1 = new MediaElement();
me1.BufferingTime = new TimeSpan(0, 0, 3);
me1.Source = new Uri(App.ViewModel.server + "/stream.mp3");
me1.MediaEnded+=new RoutedEventHandler(me1_MediaEnded);
me1.CurrentStateChanged += new
RoutedEventHandler(me1_CurrentStateChanged);
LayoutRoot.Children.Add(me1);
me1.Play();

You also need to set:

PhoneApplicationService.Current.ApplicationIdleDetectionMode =
IdleDetectionMode.Disabled;

... somewhere, so the app runs in the background when the screen is
locked.

Chris


-- 
pugwonk

pugwonk's Profile: http://forums.slimdevices.com/member.php?userid=10576
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-23 Thread 7Illusions

Screenshots


+---+
|Filename: Pic5.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=11420|
+---+

-- 
7Illusions

7Illusions's Profile: http://forums.slimdevices.com/member.php?userid=44332
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-23 Thread 7Illusions

The website is still not created, lack of time, but screenshots can be
found at www.wp7applist.com. Just search for squeeze remote. Will
upload screenshots here in a few hours.


-- 
7Illusions

7Illusions's Profile: http://forums.slimdevices.com/member.php?userid=44332
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-23 Thread Michael Herger
> Hi! I've actually developed an Squeezebox Controller App for WP7,
> Squeeze Remote.

Do you have a web site or screenshots? Tried to find it on  
http://marketplace.windowsphone.com/ but didn't succeed to find anything  
(I don't have a WP7 device, just curious).

-- 

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-22 Thread 7Illusions

Paul_B;613148 Wrote: 
> @7Illusions
> 
> After seeing your post I looked for your app on Marketplace, I also
> came across "Squeezebox Control" by Anton van Zuylen. Although this is
> more expensive than you app it offers a free trial which your app
> doesn't which is a real shame as I would like to see how it runs before
> purchasing
> 
> Paul
Hi Paul!

The reason I don't have trialmode implemented is that I havn't really
figured out where I shall implement it. I don't really wanna break the
experience of the app. One solution that I've been thinking about is to
disable functionality to save settings. That would require an setup each
startup, but that kind of breaks the experience a bit.


-- 
7Illusions

7Illusions's Profile: http://forums.slimdevices.com/member.php?userid=44332
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-22 Thread Paul_B

@7Illusions

After seeing your post I looked for your app on Marketplace, I also
came across "Squeezebox Control" by Anton van Zuylen. Although this is
more expensive than you app it offers a free trial which your app
doesn't which is a real shame as I would like to see how it runs before
purchasing

Paul


-- 
Paul_B

Paul


Squeeze Server 7.5 for Windows Home Server on Custom Intel Atom MoBo 
SB3 (x1), SBB (Squeezebox Boom) x1, SBR (Squeezebox Radio with battery)
x1, SBT (Squeezebox Touch)
RIP - dBpowerAMP R13 to FLAC
ID3 Tags - MP3Tag v2.41


Paul_B's Profile: http://forums.slimdevices.com/member.php?userid=3039
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-22 Thread 7Illusions

Hi! I've actually developed an Squeezebox Controller App for WP7,
Squeeze Remote. Its on Marketplace for the price of 1.99$. The current
version is 1.2 and 1.3 is at Microsoft for testing. Version 1.4 which
supports most of the applications and Syncing is tested by me right
now.

Also, both the official Spotify plugin and Triodes 3rd party one are
supported. The official is not limited to Squeezebox Touch or Radio. I
run the official on my Squeezebox Boom without any issues.

I'm currently looking into using the Phone as a player.. Seems like it
might take a while, but it's definetly possible. :)


-- 
7Illusions

7Illusions's Profile: http://forums.slimdevices.com/member.php?userid=44332
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-20 Thread OhPinchy

Just wanted to add that I'm another WP7 user and would be delighted to
see a Windows Phone App to control my Squeezebox devices and would
gladly make a donation to the developer.


-- 
OhPinchy

OhPinchy's Profile: http://forums.slimdevices.com/member.php?userid=15882
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-02-12 Thread Tony H

pugwonk;604962 Wrote: 
> I've not done any more work on making a "proper" variant, but I think I
> could reasonably easily make a version that plays the stream and shows
> the web site (as I mentioned above). Would anyone here actually pay for
> that?
> 
> Chris

Had my HD7 WP7 phone now for two days and would very much like a
Sqeezebox streamer for it. Not sure how it would work, but I would love
to give it a try.  Please let me know when it's ready for Prime Time and
I will be one of your first customers. 
-Tony


-- 
Tony H

Tony H's Profile: http://forums.slimdevices.com/member.php?userid=44006
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-01-30 Thread will biddle

Cheers Chris, I think I get it now, thanks a lot - I'm not getting the
phone until end of Feb.  Where should I go to pick up your app to give
it a go?
Will


-- 
will biddle

will biddle's Profile: http://forums.slimdevices.com/member.php?userid=21903
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-01-29 Thread erland

Have you seen this thread:
http://forums.slimdevices.com/showthread.php?t=83117

It contains a link to a C# article that describes a Squeezebox control
application and it sounds like the developer is also thinking of
developing a Windows Phone 7 version of it.

Maybe this could give you some inspiration material.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

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

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-01-29 Thread pugwonk

If you go to http://mysqueezeboxname/stream.mp3 on the phone, it will
open a stream to your device. However... I think as soon as you go to
another URL to control the stream, the music will stop. :( You can
control what appears on the phone if you go to the squeezebox user
interface URL from another computer but, because of the way streaming
music works, it will take a long time (perhaps minutes) for those
changes to actually happen on the phone.

The app prototype I have now basically just does that - it starts the
stream playing, then goes to the control URL. It's a pity I can't just
send you the app and you could try it out!

I may polish up this thing and submit it to the marketplace for free to
start with, to see whether it's okay for people's needs.

Chris


-- 
pugwonk

pugwonk's Profile: http://forums.slimdevices.com/member.php?userid=10576
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-01-28 Thread will biddle

Thanks for the prompt reply Chris.  I will check that out when I get the
phone. Would I also be able to stream my music from squeezecenter to the
actual phone and listen to it on the phone?
Will


-- 
will biddle

will biddle's Profile: http://forums.slimdevices.com/member.php?userid=21903
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-01-28 Thread pugwonk

Hi Will - it's easy to control the Squeezebox via the web interface (you
can just use http://mysqueezeboxname and go from there. If you want to
actually have a nice app to control it, someone would have to write
that. That person might be me eventually if the demand for the phone
goes up a bit and I finish some other projects. :)

Chris


-- 
pugwonk

pugwonk's Profile: http://forums.slimdevices.com/member.php?userid=10576
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-01-28 Thread will biddle

Hi all,
I am planning to get a Windows 7 phone from vodafone end of Feb and
would definitely buy a squeezecenter controlling app.  I have a
squeezebox duet at home and am loving it (hooked up to Firestone
Spitfire DAC. I would be interested in using the phone as another way
of controlling the squeezebox, but I would also want to be able to use
it to stream my music to the phone via wi-fi or 3G.  Is this possible?
Cheers,
Will UK


-- 
will biddle

will biddle's Profile: http://forums.slimdevices.com/member.php?userid=21903
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-01-24 Thread pugwonk

I've not done any more work on making a "proper" variant, but I think I
could reasonably easily make a version that plays the stream and shows
the web site (as I mentioned above). Would anyone here actually pay for
that?

Chris


-- 
pugwonk

pugwonk's Profile: http://forums.slimdevices.com/member.php?userid=10576
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-01-23 Thread Paul_B

Any update on a third-party app for Windows Phone 7?


-- 
Paul_B

Paul


Squeeze Server 7.5 for Windows Home Server on Custom Intel Atom MoBo 
SB3 (x1), SBB (Squeezebox Boom) x1, SBR (Squeezebox Radio with battery)
x1, SBT (Squeezebox Touch)
RIP - dBpowerAMP R13 to FLAC
ID3 Tags - MP3Tag v2.41


Paul_B's Profile: http://forums.slimdevices.com/member.php?userid=3039
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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