[RELEASE] RandomItems (Random Items) Script

  Thread Rating:
  • 2 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ronie Offline
Team-XBMC Member
Posts: 8,346
Joined: Jan 2009
Reputation: 111
Post: #31
coincidentally i modded the script yesterday to include the alarm stuff...

get it here:
http://pastebin.ca/2017441

if you prefer a diff file instead, just let me know

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
ppic Online
Skilled Python Coder
Posts: 2,688
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #32
ok, just give me the line you use to launch it Wink i'll take a look at that

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
ronie Offline
Team-XBMC Member
Posts: 8,346
Joined: Jan 2009
Reputation: 111
Post: #33
Code:
<onfocus>RunScript(script.randomitems,limit=5&amp;alarm=30)</onfocus>

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
ppic Online
Skilled Python Coder
Posts: 2,688
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #34
ronie Wrote:coincidentally i modded the script yesterday to include the alarm stuff...

get it here:
http://pastebin.ca/2017441

if you prefer a diff file instead, just let me know

ok! so if it's ok, just ask for update on addons list Wink

not necessary to do the work twice

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
ronie Offline
Team-XBMC Member
Posts: 8,346
Joined: Jan 2009
Reputation: 111
Post: #35
ppic Wrote:ok! so if it's ok, just ask for update on addons list Wink

Hitcher just took care of that. ;-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #36
I take it the default is OFF.

[Image: sig_zps3af3b48e.jpg]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,346
Joined: Jan 2009
Reputation: 111
Post: #37
Hitcher Wrote:I take it the default is OFF.

yes. :-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
blacklist Offline
Posting Freak
Posts: 814
Joined: Jul 2009
Reputation: 1
Location: Atlanta, Ga, USA
Post: #38
I know Ronie and I have discussed this, but the pulling of fan art with tv episodes seems to work sporadically at best. Is anyone else seeing this issue? I was wondering if it might be possible to get the following with a random episode call:

Episode info
Episode thumb
Show poster
Show fan art

I don't think that altering the database call would be that tough to include that info - as a matter of fact wrote the SQL call last night - I'm just not familiar enough with how thumbnails and fan art and such are cached to make the necessary changes to the script.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #39
Are you using Fanart.Image for episodes instead of Listitem.Property(Fanart_Image)?

[Image: sig_zps3af3b48e.jpg]
find quote
blacklist Offline
Posting Freak
Posts: 814
Joined: Jul 2009
Reputation: 1
Location: Atlanta, Ga, USA
Post: #40
Hitcher Wrote:Are you using Fanart.Image for episodes instead of Listitem.Property(Fanart_Image)?

PHP Code:
<texture background="true" diffuse="DiffuseLandscape.png">$INFO[Window(Home).Property(RandomMovie.1.Fanart)]</texture

I believe this is where he calls the image, but I'll have to check with the expert Tongue
find quote
Post Reply