I'm writing a Silverlight 4 app that works as an out of browser, cross-platform Subsonic client. I'm running in to a problem that I believe would be solved by a different content type from the stream.view response.
Silverlight has a component that handles streaming, and it expects a resource that has an audio type, e.g. "audio/mpeg."
So while stream.view has content type "application/octet-stream" and download had "application/x-download" - and these are both fine...
Is there any chance we could have a third request method? I suggest "resource.view" that featured a content type that corresponded to the file's type.
I'd be happy to experiment with this myself. Is there a "how to get started" with the source code? I haven't done much Java work.
I love Subsonic, and I thank you much for the fine work you've done. Any advice you could provide here would be much obliged.
Thanks,
Nick