views:

552

answers:

3

Is it specific to the Banshee project or to the Mono platform as a whole?

+3  A: 

It's not terribly current but this blog post mentions troubles with GStreamer as one major problem with getting Banshee to run on Windows. Other than that it seems that Banshee already compiles and runs on Windows for quite some time, but there just wasn't an official release (probably due to a lack of polish/bugfixes/release infrastructure).

Joachim Sauer
The version I compiled could not find a player engine, thus it wouldn't actually play anything. However, all the managed stuff like the GUI and such worked fine. It looks like getting GStreamer working (the native code part) may indeed be the problem.
jpobst
A: 

Not sure where you are getting your information from.

Banshee is a C# 3.0 app and according to this page, "XP, Vista, Server 2003, etc should all work.".

Oded
Still not officially released, which means it's not stable / functional (enough).
Yacoder
That's quite surprising, given that Songbird has been using GStreamer as their playback front-end for a while, I was hoping the fallout from their work windows work would improve the GStreamer port.Perhaps it's just needs a maintainer to step up.
wonea
A: 

I'm having severe problems compiling Banshee on Windows. There are tons of assembly issues and when I manage to solve one by copying files over and changing settings in the MonoDevelop project, new ones appear. Shouldn't all the settings be correct in the source? Does anybody have working Windows binaries?

Petroy
this should be a question on the site, not the answer =)
Yacoder