On 16/10/12 22:42, Paulo J. Matos wrote: > On 15/10/12 23:13, Bruno Girin wrote: >> HI Paulo, >> >> Lucas is right: I was intending to do something for it until real life >> took over and my free time disappeared. If you have the time to work on >> it, I'm happy to help you with any question you might have. If memory >> serves me well, I had the intention to use the Piwigo plugin as a >> starting point as the Gallery 3 API seems to be similar to the Piwigo >> one in the way it operates. >> > > Unfortunately I also have to work within the confines of reality so I > don't have much done but I really would like to get this done so it > all depends on how easy it is to get familiar with vala, understand > galleryv3 api and how much code there is already that I can reuse or > adapt.
If you've worked with languages like Java, C++ or C#, Vala will be easy to pick up. The Piwigo code is a good start. I tried to arrange the code in such a way that the method are in the order in which they are triggered inside the plugin. Based on what I remember from the Gallery v3 code, you should also be able to re-use some of the code that's in the REST classes. > > So, I guess i can assume no code specific for gallery3 connection is > available? Unfortunately not, there is currently no Gallery v3 specific code anywhere. Cheers, Bruno _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
