maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announche] Queen BeeCon Widget - Random Images/Photos Slideshow (4x3 and 16x9 white frames) (https://talk.maemo.org/showthread.php?t=51194)

No!No!No!Yes! 2010-04-27 20:38

[Announce] Queen BeeCon Widget - Random Images/Photos Slideshow (4x3 and 16x9 white frames)
 
2 Attachment(s)
Customize Queen BeeCon Widget (>=v0.1.4) to display:
Random Images/Photos Slideshow (4x3 and 16x9 frames)

The Beecon will display random photos/images from a specified directory. Both 4x3 and 16x9 aspect ratios white frames are provided. Change update policies as per your taste.

http://i39.tinypic.com/8zpk00.png

http://i43.tinypic.com/fx8ajk.png

Needed frames' images are attached to this post.

4x3 Aspect Ratio Import this:
Code:

[queen-beecon-header]
version=1,000000
checksum=1486516
[queen-beecon-exported-instance]
widgetType=0
operationalStatus=0
hideCanvas=true
snippetBgRGB=0
beecon_lt0_ImgZoom=0
beecon_lt0_BgRGB=2
beecon_lt0_ImgFilename=queen-beecon-syserr.png
beecon_eq0_ImgZoom=0
beecon_eq0_BgRGB=3
beecon_eq0_ImgFilename=4x3.png
beecon_eq1_ImgZoom=0
beecon_eq1_BgRGB=4
beecon_eq1_ImgFilename=queen-beecon-appwrn.png
beecon_ge2_ImgZoom=0
beecon_ge2_BgRGB=5
beecon_ge2_ImgFilename=queen-beecon-apperr.png
beecon_idxge2_ImgZoom=0
beecon_idxge2_BgRGB=11
beecon_idxge2_ImgFilename=queen-beecon-index.png
widWidth=450
widHeight=337
instanceTitle=Slideshow4x3
instanceCmd=x='JPG';d="/media/mmc1/DCIM/4x3";a=$(expr `dd if=/dev/urandom bs=1 count=2 2>/dev/null | od -D | head -n 1 | cut -f2- -d' ' 2>/dev/null` % `find "$d" -maxdepth 1 -type f -name "*.$x"| wc -l` + 1);n=`find "$d" -maxdepth 1 -type f -name "*.$x"| head -n $a | tail -1`; ln -f -s $n /tmp/qbwslideshow; echo `basename "$n"`; exit 0
cmdImgFilename=/tmp/qbwslideshow
cmdImgZoom=1
cmdFgRGB=1
cmdVisibilityPosition=0
cmdImgVisibilityPosition=5
cmdJustify=0
cmdFontName=3
cmdFontSize=12
resImgFilename=queen-beecon-resimg.png
resImgZoom=0
resFgRGB=0
resVisibilityPosition=8
resImgVisibilityPosition=5
resJustify=0
resFontName=2
resFontSize=12
updOnStartup=false
updOnClick=true
updOnDesktop=false
delayIndex=0
updNeworkPolicy=0

16x9 Aspect Ratio Import this:
Code:

[queen-beecon-header]
version=1,000000
checksum=1483504
[queen-beecon-exported-instance]
widgetType=0
operationalStatus=0
hideCanvas=true
snippetBgRGB=0
beecon_lt0_ImgZoom=0
beecon_lt0_BgRGB=2
beecon_lt0_ImgFilename=queen-beecon-syserr.png
beecon_eq0_ImgZoom=0
beecon_eq0_BgRGB=3
beecon_eq0_ImgFilename=16x9.png
beecon_eq1_ImgZoom=0
beecon_eq1_BgRGB=4
beecon_eq1_ImgFilename=queen-beecon-appwrn.png
beecon_ge2_ImgZoom=0
beecon_ge2_BgRGB=5
beecon_ge2_ImgFilename=queen-beecon-apperr.png
beecon_idxge2_ImgZoom=0
beecon_idxge2_BgRGB=11
beecon_idxge2_ImgFilename=queen-beecon-index.png
widWidth=450
widHeight=253
instanceTitle=Slideshow16x9
instanceCmd=x='jpg';d="/media/mmc1/DCIM/";a=$(expr `dd if=/dev/urandom bs=1 count=2 2>/dev/null | od -D | head -n 1 | cut -f2- -d' ' 2>/dev/null` % `find "$d" -maxdepth 1 -type f -name "*.$x"| wc -l` + 1);n=`find "$d" -maxdepth 1 -type f -name "*.$x"| head -n $a | tail -1`; ln -f -s $n /tmp/qbwslideshow; echo `basename "$n"`; exit 0
cmdImgFilename=/tmp/qbwslideshow
cmdImgZoom=1
cmdFgRGB=1
cmdVisibilityPosition=0
cmdImgVisibilityPosition=5
cmdJustify=0
cmdFontName=3
cmdFontSize=12
resImgFilename=queen-beecon-resimg.png
resImgZoom=0
resFgRGB=0
resVisibilityPosition=8
resImgVisibilityPosition=5
resJustify=0
resFontName=2
resFontSize=12
updOnStartup=false
updOnClick=true
updOnDesktop=false
delayIndex=0
updNeworkPolicy=0

Change:
x='JPG';d="/media/mmc1/DCIM/4x3"
or
x='jpg';d="/media/mmc1/DCIM/";

according to your images/photos extension and directory respectively.
WARNING!!! Case for images/photos extension and directory is IMPORTANT!!!

romanianusa 2011-01-04 07:07

Re: [Announche] Queen BeeCon Widget - Random Images/Photos Slideshow (4x3 and 16x9 white frames)
 
sorry i don't know anything about Beecon widget...what do you do with the codes? Where do u put it? How do u make it work?

jerryfreak 2011-01-04 10:19

Re: [Announche] Queen BeeCon Widget - Random Images/Photos Slideshow (4x3 and 16x9 white frames)
 
theres a whole thread dedicated to beecon. not the most straightforward interface but very powerful once you learn it

stevomanu 2011-01-04 11:12

Re: [Announche] Queen BeeCon Widget - Random Images/Photos Slideshow (4x3 and 16x9 white frames)
 
Quote:

Originally Posted by romanianusa (Post 911278)
sorry i don't know anything about Beecon widget...what do you do with the codes? Where do u put it? How do u make it work?

check here for maemo tlk thred

and


here for wiki page every thing you need is there

good luck

romanianusa 2011-01-07 01:40

Re: [Announche] Queen BeeCon Widget - Random Images/Photos Slideshow (4x3 and 16x9 white frames)
 
Quote:

Originally Posted by stevomanu (Post 911368)
check here for maemo tlk thred

and


here for wiki page every thing you need is there

good luck

Actually i read it and was confused...that's why i posted here. I ONLY want to make this Random Images/Photos slideshow work. Can't you just give me the direction??

sebar 2016-01-06 09:00

Re: [Announche] Queen BeeCon Widget - Random Images/Photos Slideshow (4x3 and 16x9 white frames)
 
Wow, to post in this old thread... I guess you either gave up or figured it out yourself. In the advanced options you find a button that says "import". You first copy the code from the box above into clipboard, then - I think - from clipboard to buffer. Lastly press "import".

I've got two questions on my own:
1. How do you switch from random to sorted slide show?
2. How do you keep the image to fill the entire screen?

With these questions answered, this beecon can serve as a "periodically changing wallpaper" many have been looking for, including myself.

Cheers!


All times are GMT. The time now is 08:06.

vBulletin® Version 3.8.8