Banshee is an audio player for Linux and Apple Mac OS X operating systems. It is developed using Mono and Gtk#. Uses the GStreamer multimedia platform for playing, codify and decodify formats like Ogg, MP3 and others.
Questions tagged [banshee]
12 questions
4
votes
1 answer
What's MonoPosixHelper.dll all about?
In my effort to learn more about cross-platform developping in C# I tried checking out the Banshee project. In it's current form it is not compiling.
So I'm trying to fix it up as far as my knowledge is stretching.
Firstly almost all of the projects…

Boris Callens
- 90,659
- 85
- 207
- 305
3
votes
1 answer
How can I use CSS styling in my GTK# application?
How can I use CSS styling in my GTK# application? I heard before that it is impossible to use CSS themes in GTK#, but after that I found this example of using css styling in GTK#. Besides this I found also the samples of using CSS styling in Banshee…

konstantin_doncov
- 2,725
- 4
- 40
- 100
3
votes
1 answer
Cannot build dependencies for banshee
I'd like to do some banshee development, so I went here http://banshee.fm/download/development/ and tried to follow steps ...
I am using ubuntu 14.04, and I got the following error ..
$ sudo apt-get build-dep banshee
Reading package lists...…

Muhammad Hewedy
- 29,102
- 44
- 127
- 219
2
votes
1 answer
Why is no package 'mono' found?
Attempting to install Banshee from source on a CentOS 7 machine (migrating from Ubuntu and I want to retain my playlists and settings).
./configure results in:
configure: error: Package requirements (mono >= 2.4.3) were not met:
No package…

a coder
- 7,530
- 20
- 84
- 131
1
vote
1 answer
An SQLite3 query is running nearly instantaneous on some versions of a database, but takes orders of magnitude longer on others
I am old-fashioned and have been using Banshee as my primary music player for years. Luckily I am mostly happy with it, except for a certain issue I've been debugging for the past few days, in which, when shuffling to a new track on a playlist, it…

David Pitchford
- 61
- 7
1
vote
0 answers
Compile error when trying to install gst-plugins-bad 1.4.3
I am trying to install gst-plugins-bad 1.4.3 in order to install gstreamer-sharp 1.39 in order to install banshee 2.9.1. I downloaded the source distribution from git and was able to run autogen.sh, but running make install crashes with the…

David Pitchford
- 61
- 7
1
vote
2 answers
Build Banshee: Missing dependencies
I'm trying to build banshee from source. I ran autogen.sh and here's (some of) the output:
configure: error: Package requirements (gstreamer-0.10 >= 0.10.26
gstreamer-base-0.10 >= 0.10.26
gstreamer-plugins-base-0.10 >= 0.10.26
…

Gilad Naaman
- 6,390
- 15
- 52
- 82
1
vote
3 answers
banshee: How would I set the rating for a specific track on Banshee through DBus?
I'd like to set the 'rating' of a specific track (i.e. not only the one currently playing) on Banshee through the DBus interface?

jldupont
- 93,734
- 56
- 203
- 318
1
vote
2 answers
What's the main problem of Windows-porting Banshee?
Is it specific to the Banshee project or to the Mono platform as a whole?

Massimiliano
- 16,770
- 10
- 69
- 112
0
votes
1 answer
How do I acquire the dependency 'gstreamer-sharp-1.0'?
I have decided I would like to contribute to an open source project, so I am attempting to contribute to Banshee media player. I have got the latest commit from GitHub. When I try to compile the code using ./autogen, I get the following…

user2961850
- 91
- 8
0
votes
0 answers
Currently playing song in Banshee
I want to get currently playing song in banshee media player using python and then set the equalizer according to the genre of song.
I didn't find any python module for accessing Banshee or getting that information.
Can someone point me to a source…

TrigonaMinima
- 1,828
- 1
- 23
- 35
0
votes
0 answers
CS1729 With Banshee's SeekSlider, GTK#, Monodevelop
I'm trying to use a Monodevelop gtk# Toolbox item .dll that I built from the code of the Banshee project's "SeekSlider" widget. The code compiles successfully, and I am able to add it to Monodevelop's toolbox, and I'm able to then drop the…

user1208273
- 23
- 6