[Release] flickr plugin in svn repo

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Nuka1195 Online
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #1
Quote:
[flickr]
-added: Initial commit version 1.0 (authenticating and upload disabled)

initial commit of a flickr plugin.

post any questions here.

upload requires authentication, which is disabled until i can work it out, but still enter your username in settings.

*picasaweb coming soon.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Batemann Offline
Aeon Group
Posts: 323
Joined: Oct 2007
Location: Amsterdam
Post: #2
Nuka1195 Wrote:initial commit of a flickr plugin.

post any questions here.

upload requires authentication, which is disabled until i can work it out, but still enter your username in settings.

*picasaweb coming soon.

Nice effort!!! Any news on updates?
find quote
Nuka1195 Online
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #3
updated

Quote:
[flickr]

-changed: version -> 1.2
-changed: enabled authentication for future upload capability.
-changed: English language strings
-added: upload path setting (feature not yet enabled)

*for all platforms other than xbox. a web browser will open for you to authorize. for xbox you need to grab q:\xbmc.log, look for "XBMC Flicker authorization url:", then copy that url into a web browser, authenticate, then return to the xbox and authorize. You may also copy your settings.xml from your profile from another platform. the auth token is saved in this file and they are compatable between flickr users.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Nuka1195 Online
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #4
Quote:
[flickr]
-changed: version -> 1.3
-changed: save presets in users settings.xml file

[flickr]
-changed: version -> 1.3.1
-changed: use xbmc.skinHasImage() check for category icons. (They need to be in skinname/media/flickr/, named identical to the method name with a .png ext. eg "flickr_photos_getRecent.png")

[flickr]
-added: log version and script name

[flickr]
-changed: version -> 1.3.3
-fixed: unicode issues
-added: fanart support
-changed: english language strings

[flickr]
-changed: version -> 1.3.4
-fixed: OSX would not launch web browser to authenticate
-added: Authorize action setting if auto ask failed
-deleted: more details setting
-changed: english language strings

[flickr]
-changed: version -> 1.3.4a
-fixed: OSX now authenticates for real

the authorize setting in plugin settings. when you use it. after the web browser comes up. xbmc dialogs will be blank. it's an issue with xbmc. it's being worked on. "Yes" means you authorized the app. no means you did not.



For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Nuka1195 Online
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #5
This change slows down the listing considerably.
Quote:[flickr]

-changed: version -> 1.3.5
-fixed: now finds largest available size for non pro users photos (slower load times, consider adding a setting)

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Nuka1195 Online
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #6
choice is always better
Quote:
[flickr]

-changed: version -> 1.3.6
-fixed: added settings to use large thumbnails2(off by default) and setting to view large image if original isn't available(off by default, from previous commit)
-changed: language strings now display more properly their categories

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Nuka1195 Online
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #7
.
Quote:
[flickr]
-changed: version -> 1.5
-added: People search
-changed: save presets title, query and thumb.
-fixed: group search did not set title
-changed: english language strings
-added: thumbnails

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
supermario Offline
Junior Member
Posts: 4
Joined: Apr 2009
Reputation: 0
Post: #8
Hello, I'm a new xbmc user on windows. I can't get the flickr plugin to work, it says 'user id invalid'. I changed the settings.xml file, but apparantly i did it wrong. Can you please specify what is the username (does it include the @yahoo.com part ?) and where to put it exactly ? Thanks for this good initiative !
find quote
Nuka1195 Online
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #9
username can be your email or username, the error isn't very descriptive, but your xbmc is probably too old.

but i can't tell without a debug log.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
supermario Offline
Junior Member
Posts: 4
Joined: Apr 2009
Reputation: 0
Post: #10
Thanks for the quick reply:
- I installed XBMC on windows XP, i took the version from this website (xmbc.org) two days ago (r 8.10 ?).
- I took the flickr plugin last night from the google codes page, http://xbmc-addons.googlecode.com/svn/trunk/plugins/

-> How, or in which file on which place do I set the username ?
-> If a log is still required after this update, how do I get a debug log ? Is it automatically stored somewhere ?
find quote
Post Reply