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

nevertheless, thank you for pointing me to the right direction
Pyromaniac
Member+ Joined: Mar 2012 Reputation: 1 Location: Germany |
2012-06-28 20:31
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 ![]() nevertheless, thank you for pointing me to the right direction
(This post was last modified: 2012-06-29 15:05 by Pyromaniac.)
|
| find quote |
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 116 Location: Dawn of time |
2012-07-16 00:24
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 ![]() |
| find quote |
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 116 Location: Dawn of time |
2012-07-17 20:55
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 ![]() |
| find quote |
bigbodiehard
Senior Member Posts: 130 Joined: Apr 2012 Reputation: 0 |
2012-07-20 18:04
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? http://xbmclogs.com/show.php?id=5266 |
| find quote |
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 116 Location: Dawn of time |
2012-07-21 01:13
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? You have a badly formatted add-on installed. Place this code: PHP Code: print '*****************'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 ![]()
(This post was last modified: 2012-07-21 01:14 by Martijn.)
|
| find quote |
bigbodiehard
Senior Member Posts: 130 Joined: Apr 2012 Reputation: 0 |
2012-07-21 16:09
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
Team-XBMC Joined: Jul 2011 Reputation: 116 Location: Dawn of time |
2012-07-21 16:24
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. 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 ![]() |
| find quote |
bigbodiehard
Senior Member Posts: 130 Joined: Apr 2012 Reputation: 0 |
2012-07-21 16:43
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. 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
Skilled Skinner Joined: Dec 2006 Reputation: 3 |
2012-07-21 17:53
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 Skin.JOGGLER ---------------------------------- Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository |
| find quote |
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 116 Location: Dawn of time |
2012-07-22 12:01
Post: #230
(2012-07-21 16:43)bigbodiehard Wrote:http://pastebin.com/mbytJgFj(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. 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 ![]() |
| find quote |