Re: [Rhythmbox-devel] Plugin writing in C

2008-02-15 Thread Bartosz Wiklak
I finally managed to break into visualization plugin and to draw widget inside RB :) I'm getting a strange problem. Widget that I'm drawing is for sure gl widget (OpenGl program are running little frickish in compiz). I can also draw green background setting glClearColor( 0.0f, 1.0f, 0.0f, 0.0f );

Re: [Rhythmbox-devel] listing problem in Rhythmbox

2008-02-15 Thread Andrew Conkling
On Thu, Feb 14, 2008 at 9:14 PM, Neskie Manuel <[EMAIL PROTECTED]> wrote: > I've noticed that this has been a problem, but haven't taken the time > to submit anything. Anyways here's the problem: > > * If there are two albums with the same name, but different artists > the and you are sorting by

Re: [Rhythmbox-devel] feedback

2008-02-15 Thread Andrew Conkling
On Thu, Feb 14, 2008 at 1:36 PM, Benjamin Fernandez < [EMAIL PROTECTED]> wrote: > I normally use amarok, I wanted to try rhythmbox, but I already have > sorted my musik in my folders. So it would be nice that there were > possible to sort the songs no just by artist, album, title, gener, trak, > e

[Rhythmbox-devel] feedback

2008-02-15 Thread Benjamin Fernandez
I normally use amarok, I wanted to try rhythmbox, but I already have sorted my musik in my folders. So it would be nice that there were possible to sort the songs no just by artist, album, title, gener, trak, etc, but also by folder, I mean, if I could order, or make a new playlist sorted b

Re: [Rhythmbox-devel] Rhythmbox Plugins

2008-02-15 Thread Christophe Fergeau
Hi, 2008/2/15, Alexandre <[EMAIL PROTECTED]>: > I have done a few plugins for Rhythmbox, but only now I got to write about > them. I created a webpage at > http://airmind.googlepages.com/rhythmboxplugins and posted > some info on them. Looks great, thanks for sharing them! I guess you could menti

[Rhythmbox-devel] Rhythmbox Plugins

2008-02-15 Thread Alexandre
Hi, I have done a few plugins for Rhythmbox, but only now I got to write about them. I created a webpage at http://airmind.googlepages.com/rhythmboxpluginsand posted some info on them. I have written them either because I needed them, or just to try some new stuff. I actually learned Python becaus

Re: [Rhythmbox-devel] Plugin writing in C

2008-02-15 Thread Bartosz Wiklak
Mirco, thank ou very much, but now I also found some examples and manages to write gtk app with opengl widget. Screenshot at ubuntuforums shows GTK not SDL app. I understand gtk more and more and found many examples to read. My problem is that only C plugin for RB I found is visualization plugin.

Re: [Rhythmbox-devel] Plugin writing in C

2008-02-15 Thread Bartosz Wiklak
I also would be happy to spend some of my free time to develop something for other. But for now I'm spending almost all my free time trying to get some info that is just not available. It is a little annoying for me and also for other people who would like to do something with me and they cant beca

Re: [Rhythmbox-devel] Plugin writing in C

2008-02-15 Thread Bartosz Wiklak
Hmm, I feel I'm reprimanded a bit :). I'm really sorry for my impatience and rushing you but it's not waiting that annoys me but lack of information. So I'll wait, and try to figure out as mach as I can alone. Thank you for answer and patience. Bartek On Fri, Feb 15, 2008 at 9:47 AM, Mirco Mül

Re: [Rhythmbox-devel] Plugin writing in C

2008-02-15 Thread Mirco Müller
Am Donnerstag, den 14.02.2008, 10:09 +0100 schrieb Bartosz Wiklak: > Day by day I'm getting closer and closer. I know I would like to have > gtk_drawing_area instead of visualization. I think it has to be very > simple but I just don't understand GTK. > > Still waiting for some help.) I'

Re: [Rhythmbox-devel] Plugin writing in C

2008-02-15 Thread Joel Dimbernat
You probably then should try #gtk or #rhythmbox on IRC (irc.gnome.org) IMHO, you should learn how to write a plugin in python and, through this, understand the way gtk works, and then I guess you'll be better prepared to write a C plugin, and then write some doc on how to write a plugin in C. The