[RELEASE] Facebook-Media - Facebook Photo/Video Addon

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #121
macf1an Wrote:since you mentioned your other fine addons .. take a look at the pagination of the xbmchub forum Big Grin

Yeah, I'm not done working on that one. It only lets you view forums, threads and posts. Pagination requires some more regular expressions (along with posting, viewing private messages, logging in, etc...)
xbmchub was requested, so I started poking around at it and got some done. I figured what I had so far could get tested until I was ready to do more Smile
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #122
This should fix the remaining encoding errors, or I'm going to go crazy.

Get it here:

http://facebook-media.googlecode.com/fil...-0.5.9.zip
find quote
macf1an Offline
Senior Member
Posts: 273
Joined: Aug 2011
Reputation: 0
Post: #123
it's good Smile
a few notes:
not sure if the api has this as an option but viewing(and/or downloading) the "original" hi-res photo would be great

25 per page is way too low.. imo you should try to make this continuous..

slideshow always starting from the 1st picture on the page is a bit unexpected..and limiting it to 25 pix kinda sucks Smile

ATV2 4.3 8F455 Seas0npassed / XBMC 11
Samsung HT-P70 5.1 / Samsung WS-32Z419P
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #124
macf1an Wrote:it's good Smile
a few notes:
not sure if the api has this as an option but viewing(and/or downloading) the "original" hi-res photo would be great
What you see is the what is available.
From Facebook:
The source image of the photo - currently this can have a maximum width or height of 720px, increasing to 960px on 1st March 2012
macf1an Wrote:25 per page is way too low.. imo you should try to make this continuous..
I may be able to change this. I'll look into it.
macf1an Wrote:slideshow always starting from the 1st picture on the page is a bit unexpected..and limiting it to 25 pix kinda sucks Smile
The slideshow is not something I had control over in the past. I might be able to do it with the newest version of the JSONRPC api but I might not. Right now, to do a slideshow I have to download ALL of the images to a folder and play that folder. What would be best is if I could just pass a bunch of URL's. Trust me, I want it to work the way you do and have tried in the past. I'll see if anything has changed and try again Smile
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #125
It seems like the known bugs are fixed. I'll post this to the repo in a couple of days if no one else has anything to report.

If anyone has any bugs to report, let me know now! Smile
find quote
Martijn Offline
Team-XBMC
Posts: 7,713
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #126
Don't know if you already had a icon.png for your plug-in but some one made new ones for all those scripts that didn't have one in repo

http://forum.xbmc.org/showthread.php?p=1...ost1007842

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #127
Martijn Wrote:Don't know if you already had a icon.png for your plug-in but some one made new ones for all those scripts that didn't have one in repo

http://forum.xbmc.org/showthread.php?p=1...ost1007842
Already have one but thanks. All my plugins have icons. I'm not sure what's going on in that thread :confused2:
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #128
When viewing photos/tags you can now use left/right to move between photos in the set. Tags display is reworked and is still a WIP (ie tags at the bottom of screen will hide the name)

There is now an addon settings option that allows you to set the number of photos to display in a set (previously you could only view 25 at a time.) Default is 100. I haven't done a lot of testing with different values.

Get it here:

http://facebook-media.googlecode.com/fil...-0.6.1.zip

PS: v0.6.0 was submitted to the repo and should be posted soon, though if you're reading this you might just want to get v0.6.1 from the link Smile
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #129
Version 0.6.1 created a bug that prevented backing out of the menu hierarchy.
Version 0.6.2 fixes it.

Get it here:


http://facebook-media.googlecode.com/fil...-0.6.2.zip
find quote
macf1an Offline
Senior Member
Posts: 273
Joined: Aug 2011
Reputation: 0
Post: #130
while full-screen browsing albums, if a tag has been detected in one photo - it appears present in all following after it (after pressing a key to reveal it)

another one - you select the first photo - you go to full screen, next next next...you reach photo X . You go back to the photo preview screen - still at the first photo.

how about pressing the "play" button for starting a slideshow from the full-screen viewing?

I hope are you pushing the caching mechanism soon..

have you thought about an option to show album likes/comments/descriptions like you can for single photos?

you should consider continuously preloading the images in the album and not only the visible on the screen - in large albums you can scroll very fast to the 50th image and wait a long time to see the previews, but if you are doing it on the fly, by the time you are on pic 20 - the entire album will be received. In other words - don't stop preloading after the visible images are drawn.

maybe even do the same thing for slideshows - instead of waiting for all images to load initially - just start showing them and load on the fly. just an idea..

profile albums are limited to 200 pix - knowing that, you can probably skip the slider and just load up to that number..I doubt someone will be needing only the first 5 images of every album they have..

btw loading albums takes forever ... 15-20 seconds at least

ATV2 4.3 8F455 Seas0npassed / XBMC 11
Samsung HT-P70 5.1 / Samsung WS-32Z419P
(This post was last modified: 2012-02-09 23:42 by macf1an.)
find quote
Post Reply