thumbs to favourites on homescreen?
#1
Hey guys,

If you have a home option in your main menu would it then be possible to show thumbs to your favourites on the home page, kinda like recently added, or random items?

It would be nice to be able to quickly access your favourites by having shortcuts on the homescreen.

Would that require some kind of script?
Reply
#2
there is
Code:
favourite.%d.thumb
already available in script.favourites.
Reply
#3
Can this be reproduced on the home screen though?
Image
To learn more, click here.
Reply
#4
igotdvds Wrote:Can this be reproduced on the home screen though?

Yup, I'm using it.
My skins:

Amber
Quartz

Reply
#5
igotdvds Wrote:Can this be reproduced on the home screen though?

Yeah, just make a custom list with the following values:
Code:
<item id="1">
              <label>$INFO[Window.Property(favourite.1.name)]</label>
              <onclick>$INFO[Window.Property(favourite.1.Path)]</onclick>
              <icon>$INFO[Window.Property(favourite.1.thumb)]</icon>
            </item>
Reply

Logout Mark Read Team Forum Stats Members Help
thumbs to favourites on homescreen?0