[RELEASE] Picasa (Plugin) Photo Addons

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
spiff Offline
Grumpy Bastard Developer
Posts: 12,180
Joined: Nov 2003
Reputation: 82
Post: #11
there is no reason it wouldnt work on xbox. xbox uses special paths as well (obviously requires a new build)

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
Nuka1195 Offline
Skilled Python Coder
Posts: 3,916
Joined: Dec 2004
Reputation: 17
Post: #12
at the time of release special:// paths had not been merged.

authentication does work on all platforms.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
tbird2340 Offline
Member
Posts: 95
Joined: Dec 2008
Reputation: 0
Post: #13
Screenshots or a description of what exactly it does / is?

Thanks!
find quote
kricker Offline
Team-XBMC QA Specialist
Posts: 3,307
Joined: Apr 2004
Reputation: 16
Location: Knoxville, TN
Post: #14
Nuka1195 Wrote:at the time of release special:// paths had not been merged.

authentication does work on all platforms.
Hmmm...I could not get anything to show up once in the plugin with authentication on.

I'll try again.

AWESOME. It is working now!

Read this before using these builds.
XBMC win32 SVN builds
Changelog
(This post was last modified: 2009-02-27 18:09 by kricker.)
find quote
neal73 Offline
Senior Member
Posts: 145
Joined: Apr 2008
Reputation: 12
Post: #15
Does anyone think it's possible to get a cut down version of picasa running on XBMC? Picasa is a fantastic photo application, but doesn't actually change the original photo, so viewed on XBMC all the pictures are still in the original state. It'd be great to see them with all the changes picasa makes to them.
find quote
vdrfan Offline
Team-XBMC Developer
Posts: 2,787
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #16
There's already a picasa plugin. Just use the search function Wink

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
Nuka1195 Offline
Skilled Python Coder
Posts: 3,916
Joined: Dec 2004
Reputation: 17
Post: #17
what do you mean, changes picasa does to them? is this part of their api.

post more info and an example.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Jeroen Offline
Skilled Skinner
Posts: 1,882
Joined: Feb 2008
Reputation: 4
Location: The Netherlands
Post: #18
I think he means the non-destructive photo editing/correction of the Picasa app itself so that you can always revert to the original unedited photo. But I could be wrong Wink
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,916
Joined: Dec 2004
Reputation: 17
Post: #19
ah, ok the picasa plugin is for Picasa Web Albums.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
kricker Offline
Team-XBMC QA Specialist
Posts: 3,307
Joined: Apr 2004
Reputation: 16
Location: Knoxville, TN
Post: #20
I updated to 1.3.4 the other day and now authentication no longer works for me, so nothing is retrieved from my private picasa galleries.

Here is a snippet from the log.
Code:
01:16:00 T:3528 M:241336320 WARNING: CUtil::GetMatchingSource... no matching source found for [Picture plugins]
01:16:04 T:188 M:220549120  NOTICE: -->Python Interpreter Initialized<--
01:16:04 T:188 M:220549120  NOTICE:
01:16:04 T:188 M:220413952  NOTICE: [PLUGIN] 'Picasa: version 1.3.4' initialized!
01:16:32 T:188 M:219738112  NOTICE: ERROR: PicasaClient::authenticate (168) - <urlopen error (8, 'EOF occurred in violation of protocol')>
01:16:32 T:188 M:219738112  NOTICE:
01:16:34 T:3816 M:219455488  NOTICE: -->Python Interpreter Initialized<--
01:16:34 T:3816 M:219455488  NOTICE:
01:16:34 T:3816 M:219430912  NOTICE: [PLUGIN] 'Picasa: version 1.3.4' initialized!
01:16:35 T:3816 M:215388160  NOTICE: ERROR: PicasaClient::_fetch_data (146) - HTTP Error 403: Forbidden
01:16:35 T:3816 M:215388160  NOTICE:
01:16:35 T:3528 M:215388160   ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting plugin://pictures/Picasa/?title=u%27My+Albums%27&category='users_albums'&access=''&kind='album'&page=1&user_id=%27%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0
01:16:35 T:3528 M:215388160   ERROR: CGUIMediaWindow::GetDirectory(plugin://pictures/Picasa/?title=u%27My+Albums%27&category='users_albums'&access=''&kind='album'&page=1&user_id=%27%27&album_id=''&photo_id=''&pq=%27%27&issearch=0&update_listing=0) failed
01:16:36 T:3136 M:215502848  NOTICE: -->Python Interpreter Initialized<--

Read this before using these builds.
XBMC win32 SVN builds
Changelog
find quote
Post Reply