[RELEASE] Picasa (Plugin) Photo Addons

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sphere Offline
Posting Freak
Posts: 807
Joined: Jul 2009
Reputation: 36
Location: Germany
Post: #41
steffen_b Wrote:Will check it today evening Smile

Does it do what it should? Wink
find quote
ghostelement Offline
Fan
Posts: 395
Joined: Sep 2010
Reputation: 1
Location: Portland, Oregon
Post: #42
I've been wanting a picasaweb plugin also! I'm glad someone's working on it.
find quote
SirMuttley Offline
Junior Member
Posts: 1
Joined: Oct 2010
Reputation: 0
Post: #43
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?
find quote
klikkamongo Offline
Member
Posts: 69
Joined: Jun 2009
Reputation: 0
Post: #44
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!
(This post was last modified: 2010-10-07 12:20 by klikkamongo.)
find quote
klikkamongo Offline
Member
Posts: 69
Joined: Jun 2009
Reputation: 0
Post: #45
Anyone knows how I can set the standard view settings to "thumbnail" in the Picasa albums?
find quote
steffen_b Offline
Member
Posts: 54
Joined: Dec 2009
Reputation: 0
Post: #46
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
(This post was last modified: 2010-10-10 18:39 by steffen_b.)
find quote
thnmnt Offline
Senior Member
Posts: 119
Joined: Mar 2010
Reputation: 5
Post: #47
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
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,233
Joined: Nov 2003
Reputation: 82
Post: #48
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.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
sphere Offline
Posting Freak
Posts: 807
Joined: Jul 2009
Reputation: 36
Location: Germany
Post: #49
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
find quote
thnmnt Offline
Senior Member
Posts: 119
Joined: Mar 2010
Reputation: 5
Post: #50
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!
find quote
Post Reply