Windows Live Photo Gallery (beta) has a "Publish" option which can be used to send images to Windows Live Spaces and Flikr currently. Has anybody considered building support to allow publishing to G2? This would be the perfect solution for me. Does this exist already or is it currently in development by any chance?
Posts: 32509
Is there a development kit or a published API somewhere?
BTW: the "publishxp" module works fine with windows vista's built-in "Windows Photo Gallery".
see: http://codex.gallery2.org/Gallery2:Modules:publishxp#Windows_Vista_Compatibility
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 12
Not that I know of, but I will definitely post the information if I come across one.
Posts: 4
Posts: 4
It would be awesome if gallery could sync better with Windows Live Photo Gallery. I think Microsoft has done a really good job on WLPG - IMO it's much better than the likes of Google's Picasa.
Even more awesome would be if Gallery could store meta-data in photos in the same way as WLPG - i.e. Title, comments, description etc. are stored in an XMP EXIF tag in the photo itself, rather than meta-data being stored in a separate database. Some sort of sync client could be written so that you would sync your photos between your PC and online gallery, therefore reducing the need to maintain a separate database containing the meta-data for your online photos.
Posts: 1
would definitely love to see this happen... there is an SDK for it... here's the URL http://dev.live.com/photogallery/
lj.
Posts: 10
I have created a new project WindowsLive2Gallery for publishing photos from WLPG to Gallery2. You can access the information for this project here: http://winlive2gallery.sourceforge.net
The first version v0.5 (alpha) was just released today. Please feel free to download, support and discuss this project on sourceforge
Posts: 80
From another thread i started, which has no answers at all
Although i have a workaround I really would like to get this working. Win 7 no longer has the old Photo Gallery but the Live photogallery.
The good news the Vista registry key and order Print way of publishing pictures still works however, I alsoo downloaded
http://codex.gallery2.org/Other_Clients#Windows_Live_Photo_Gallery_.28Windows.29
#######################################################
However I get the following error
unhandled exception error has occured in a component in your application.If you click continue the application will ignore this error and attemy to continue
The remote server returned an error: (417) Expectation failed
########################################################
Comntinue does not work The details are:
Anyone any suggestions?
(the above error is on a windows7 32 machine , i will try the 64 version shortly) However as far as i know the photogallery is 32 bit anyway
Rgeards
Bas
Posts: 10
@desiredbard: If you have already opened a bug on the project sourceforge page, I have privately emailed you to debug this issue.
Posts: 10
Due to copyright concerns, I had to rename the project to Publish on Gallery. The URL stays the same http://winlive2gallery.sourceforge.net
Posts: 80
Just in case
I have an open bug report and an open discussion item on sourceforge...no PM
so here we go again
************** Exception Text ************** System.Net.WebException: The remote server returned an error: (417) Expectation failed. at System.Net.HttpWebRequest.GetResponse() at GalleryInterface.Gallery2InterfaceManager.PerformHttpPostRequest(String postParameters) at GalleryInterface.Gallery2InterfaceManager.LoginToGallery() at GalleryInterface.Gallery2InterfaceManager.ReloadGalleryData() at WindowsLive2Gallery.ConfigurationForm.loginButton_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)