XBMC Community Forum
[RELEASE] Picasa (Plugin) Photo Addons - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Picture Add-ons (/forumdisplay.php?fid=150)
+---- Thread: [RELEASE] Picasa (Plugin) Photo Addons (/showthread.php?tid=45356)

Pages: 1 2 3 4 5 6


- sphere - 2010-10-05 20:37

steffen_b Wrote:Will check it today evening Smile

Does it do what it should? Wink


- ghostelement - 2010-10-05 21:39

I've been wanting a picasaweb plugin also! I'm glad someone's working on it.


- SirMuttley - 2010-10-06 17:13

Very much interested in this too.

Whilst I'd like to be able to browse the pictures I mostly want it to show random photos from my picasa account as the screensaver. Any idea if the addon mentioned above supports this?


- klikkamongo - 2010-10-07 11:48

Thanks for doing this!

I have now installed the plugin in Dharma.
I can watch the featured and recent pictures, but it dosent seems like it is syncronizing with my account, because nothing happens when I click on "My Albums", "My Pictures" etc.. It also says "retrieved 0 items", when im loading the plugin...

I have saved my correct userinformation in the addon settings, and set the access level to "all".

How could I solve this problem?

Edit.
I reinnstalled the plugin, and wrote the login information one more time.
Now im using access level "all", and it works fine!


- klikkamongo - 2010-10-07 12:21

Anyone knows how I can set the standard view settings to "thumbnail" in the Picasa albums?


- steffen_b - 2010-10-10 17:57

sphere Wrote:Does it do what it should? Wink

Yes indeed ! Thanks !!!! - to busy last days, sorry for the delay - made my day today Smile

EDIT: ok not yet: its starts ok i can browse my pictures just fine, but at any search.

Code:
GetDirectory - Error getting plugin://plugin.image.picasa/?title=%27someuser%27&category='users_contacts_photos'&access='all'&kind='photo'&page=1&user_id=%27someusername%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0
18:26:56 T:3078911872 M:2752188416   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.image.picasa/?title=%27someuser%27&category='users_contacts_photos'&access='all'&kind='photo'&page=1&user_id=%27someusername%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0) failed
....
18:31:01 T:3078911872 M:2746281984   ERROR: GetDirectory - Error getting plugin://plugin.image.picasa/?title=u%27Search+People%27&category='presets_users'&access=''&kind='album'&page=1&user_id=%27%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0
18:31:01 T:3078911872 M:2746281984   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.image.picasa/?title=u%27Search+People%27&category='presets_users'&access=''&kind='album'&page=1&user_id=%27%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0) failed

Not sure if this can be fixed, dont get how this is working

Otherwise waiting for replacement Smile


- thnmnt - 2010-10-19 16:14

Error on ATV(linux) dharma beta 3:

Code:
10:02:47 T:2908228496 M:152367104    INFO: -->Python script returned the following error<--
10:02:47 T:2908228496 M:152367104   ERROR: Error Type: exceptions.ImportError
10:02:47 T:2908228496 M:152367104   ERROR: Error Contents: No module named elementtree
10:02:47 T:2908228496 M:152367104   ERROR: Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/default.py", line 282, in ?
                                                picasaPhotosSession()
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/default.py", line 28, in __init__
                                                self.getParamString('user','default',no_unquote=True))
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/default.py", line 125, in go
                                                if not self.login(): return False #only login if we have to
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/default.py", line 52, in login
                                                from gdata.service import CaptchaRequired,BadAuthentication
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/gdata/__init__.py", line 27, in ?
                                                import atom
                                              File "/home/xbmc/.xbmc/addons/plugin.image.picasa/atom/__init__.py", line 56, in ?
                                                from elementtree import ElementTree
                                            ImportError: No module named elementtree
10:02:47 T:2908228496 M:152367104    INFO: -->End of Python script error report<--
10:02:47 T:2908228496 M:152367104    INFO: Python script stopped
10:02:47 T:2908228496 M:152367104   DEBUG: Thread 2908228496 terminating



- spiff - 2010-10-19 16:20

somebody forgot to specify the dependency. bad ruuk ;P

install e.g. the flickr add-on (you can remove it afterwards) and it will grab elementtree for you.


- sphere - 2010-10-19 16:32

Yes,

And by the way: The Addon "Picasa Webalbums" is not the Addon "Picasa".

I did a quick and dirty port of the "Picasa Webalbums"-Plugin (created by Nuka1195) for the time until someone created a new addon.

Ruuk did a new from scratch addon, the "Picasa" Addon.

regards


- thnmnt - 2010-10-19 16:54

spiff Wrote:somebody forgot to specify the dependency. bad ruuk ;P

install e.g. the flickr add-on (you can remove it afterwards) and it will grab elementtree for you.

That did it, thanks for the quick workaround!