XBMC Community Forum
[RELEASE] The Big Picture (Pictures) Plugin - 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] The Big Picture (Pictures) Plugin (/showthread.php?tid=57793)

Pages: 1 2 3 4 5 6 7 8 9 10


- sphere - 2010-11-07 14:22

Jeroen Wrote:In any case, thanks for looking into it.

Wow, very nice! You were right - sorry.
I will give a sign when the script is fully skinnable.

regards,
sphere


- Jeroen - 2010-11-08 01:14

Thanks again for adding the skin support , it's working perfectly Smile
One small suggestion I have would be to split the ListItem.Label into two separate labels. Right now it's only possible to display the album name and headline name in one place (I used a hackery bit to only display the album name at the top). It would be nice if I could display the album name at the top and the headline name above the description.

Keep up the great work Smile


- mortstar - 2010-11-08 02:47

This is a very nice addon, excellent work sphere.

The Guardian UK website has a similar photo journal series called 'Eyewitness' (http://www.guardian.co.uk/world/series/eyewitness) would it be possible to add this as a source? It is one picture per day, usually of artistic and/or technical merit.


- sphere - 2010-11-09 18:28

Jeroen Wrote:One small suggestion I have would be to split the ListItem.Label into two separate labels.

Hi,

i have splitted the infos into the three following elements (for use in skinfile):
$INFO[ListItem.Property(Album)] -> Sourcename: "Boston.com: The Big Picture"
$INFO[ListItem.Label] -> Album or Picture title: "Pictures of the day 09.11.2010"
$INFO[ListItem.Property(duration) -> Element/Len Elements: "1/10"

could you please test this betaversion and tell if it works like you requested?
http://sphere-xbmc-addons.googlecode.com/files/script.image.bigpictures-1.3.3.zip

regards,
sphere


- sphere - 2010-11-09 18:38

mortstar Wrote:The Guardian UK website has a similar photo journal series called 'Eyewitness' (http://www.guardian.co.uk/world/series/eyewitness) would it be possible to add this as a source? It is one picture per day, usually of artistic and/or technical merit.

Hi,
this website is already on my list, but to be honest, this site is not good to scrape:
- It has only low-res pictures on its "index page", I had to load for each picture its article - which would take >1 sec per picture.
- It has no real albums

I am working on a nearly complete rewritten version with a dynamic scraper system - there it will scrape each source and save its data to xml-files - which will be cached.
If this proof of concept will be successful this website and several others will be available. This is planned as version 1.4.0

But, website suggestions are always welcome, they will get at least on my list Wink

regards,
sphere


- tikkiew - 2010-11-09 19:38

sphere Wrote:When it is in the main repo I will start a new release-thread and there you can make feature suggestions like websites you whish to be integrated.

regards,
sphere

You are going to make a new thread or should I post feature suggestions here?


- smithr99 - 2010-11-09 19:43

Johnnyfive Wrote:Thanks for the update!

If you are thinking of integrating other photographic sites, may I suggest a couple that I like:

BBC http://news.bbc.co.uk/2/hi/in_pictures/default.stm

and The Guardian http://www.guardian.co.uk/inpictures

+1 for BBC in-pictures. Always some great shots on there


- sphere - 2010-11-10 11:45

tikkiew Wrote:You are going to make a new thread or should I post feature suggestions here?

Hm, you are right - I forgot to create a new thread...

I will do when 1.4 is there.
Please post your feature suggestions here until 1.4 Smile

smithr99 Wrote:+1 for BBC in-pictures. Always some great shots on there

The same like with guardian, good photos, hard/slow to scrape. In 1.4 with xml cache it will be included.

regards,
sphere


- Jeroen - 2010-11-10 11:55

sphere Wrote:Hi,

i have splitted the infos into the three following elements (for use in skinfile):
$INFO[ListItem.Property(Album)] -> Sourcename: "Boston.com: The Big Picture"
$INFO[ListItem.Label] -> Album or Picture title: "Pictures of the day 09.11.2010"
$INFO[ListItem.Property(duration) -> Element/Len Elements: "1/10"

could you please test this betaversion and tell if it works like you requested?
http://sphere-xbmc-addons.googlecode.com/files/script.image.bigpictures-1.3.3.zip

regards,
sphere

Hey Sphere, just tried this out and it's working perfectly Smile Many thanks!


- Jeroen - 2010-11-10 13:58

Sphere, I just thought about this site maybe being suitable as a source: http://gigapica.geenstijl.nl/ ?

It's a dutch site, but they have started providing english descriptions some time ago.

One issue may be that not all images are in landscape format (mostly when in an album), but using a fixed with and scaling method this can be remedied (to an extent) in the skin file.

Just thought I'd let you know. Cheers