[RELEASE] RandomItems (Random Items) Script

  Thread Rating:
  • 2 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Pyromaniac Offline
Donor
Posts: 128
Joined: Mar 2012
Reputation: 1
Location: Germany
Post: #221
for some reason every file in this directory (and sub-directory) had file-size 0kb!

reinstallation failed, i had to delete the complete folder and than reinstall worked.

I don't know what happend to those files, but I hope it won't happen again Undecided Huh



nevertheless, thank you for pointing me to the right direction Blush
(This post was last modified: 2012-06-29 15:05 by Pyromaniac.)
find quote
Martijn Online
Team-XBMC
Posts: 7,682
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #222
Script updated to 3.1.1

v3.1.1
- added "RandomArtist.%d.Genre"

v3.1.0
- added "Random Artists" properties:

"RandomArtist.%d.Title"
"RandomArtist.%d.Path"
"RandomArtist.%d.Fanart"
"RandomArtist.%d.Thumb"
"RandomArtist.%d.Artist_Description"

v3.0.10
- added album description property (randomalbum.x.album_description)

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Martijn Online
Team-XBMC
Posts: 7,682
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #223
Test version 3.1.2

Fixed:
script error on empty library

https://github.com/XBMC-Addons/script.ra.../downloads

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
bigbodiehard Offline
Senior Member
Posts: 130
Joined: Apr 2012
Reputation: 0
Post: #224
(2012-07-19 22:58)Martijn Wrote:  
(2012-07-19 20:50)bigbodiehard Wrote:  No my libraries are not empty I updated the random script to 3.1.2 which should have fixed it. Is there a way to disable the error message showing?

a full debug log is needed. Paste the contents on xbmclogs.com and give us the link

http://xbmclogs.com/show.php?id=5266
find quote
Martijn Online
Team-XBMC
Posts: 7,682
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #225
(2012-07-20 18:04)bigbodiehard Wrote:  
(2012-07-19 22:58)Martijn Wrote:  
(2012-07-19 20:50)bigbodiehard Wrote:  No my libraries are not empty I updated the random script to 3.1.2 which should have fixed it. Is there a way to disable the error message showing?

a full debug log is needed. Paste the contents on xbmclogs.com and give us the link

http://xbmclogs.com/show.php?id=5266

You have a badly formatted add-on installed.

Place this code:
PHP Code:
print '*****************'
print addonfile 
on this line
https://github.com/XBMC-Addons/script.ra...ms.py#L371
(between line 370 and 371)
Run XBMC (without debug off because it will just clutter the log)
See after what script/plugin is errors and remove it.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
(This post was last modified: 2012-07-21 01:14 by Martijn.)
find quote
bigbodiehard Offline
Senior Member
Posts: 130
Joined: Apr 2012
Reputation: 0
Post: #226
I did what you said this is my log http://xbmclogs.com/show.php?id=5337.
I uninstalled icefilms but I still get the error
find quote
Martijn Online
Team-XBMC
Posts: 7,682
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #227
(2012-07-21 16:09)bigbodiehard Wrote:  I did what you said this is my log http://xbmclogs.com/show.php?id=5337.
I uninstalled icefilms but I still get the error

Because you have not edited the file correct

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
bigbodiehard Offline
Senior Member
Posts: 130
Joined: Apr 2012
Reputation: 0
Post: #228
(2012-07-21 16:24)Martijn Wrote:  
(2012-07-21 16:09)bigbodiehard Wrote:  I did what you said this is my log http://xbmclogs.com/show.php?id=5337.
I uninstalled icefilms but I still get the error

Because you have not edited the file correct

addonfile = os.path.join(addonpath, item, 'addon.xml')
print '*****************'
print addonfile
if os.path.exists(addonfile):
I put it in between line 37 and 371. Could you insert the code and paste in on tinypaste then I can copy the in a txt file and rename it RandomItems.py
find quote
djtoll Offline
Skilled Skinner
Posts: 382
Joined: Dec 2006
Reputation: 3
Post: #229
Hi,

In the README.txt is a wrong Link: http://forum.xbmc.org/showthread.php?t=55907 it goes to [RELEASE] RecentlyAdded Script (RecentlyAdded.py) Recently Added for Skins / Skinners

and THX for Your good Job

[Image: 7tftavatarlogo.png]
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
find quote
Martijn Online
Team-XBMC
Posts: 7,682
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #230
(2012-07-21 16:43)bigbodiehard Wrote:  
(2012-07-21 16:24)Martijn Wrote:  
(2012-07-21 16:09)bigbodiehard Wrote:  I did what you said this is my log http://xbmclogs.com/show.php?id=5337.
I uninstalled icefilms but I still get the error

Because you have not edited the file correct
http://pastebin.com/mbytJgFj

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Post Reply