i have added Random Addons to the script
the script will now also scan your addons folder for installed plugins and scripts
and make these info labels available to the skin:
Code:
RandomAddon.%d.Name
RandomAddon.%d.Author
RandomAddon.%d.Summary
RandomAddon.%d.Version
RandomAddon.%d.Path
RandomAddon.%d.Fanart
RandomAddon.%d.Thumb
Addons.Count
the Path can be used to run the addon:
Code:
<onclick>RunAddon($INFO[Window.Property(RandomAddon.%d.Path)])</onclick>
as mentioned, it's currently plugins and scripts only.
i'm not sure if it would make sense to include other addons as well,
like skins, visualizations, scrapers, etc..
since we can't run them from our home screen anyway.
let me now what you think and if there's any issues.
download:
script.randomitems.zip
note: this is for nightly builds only. it is not Dharma compatible!