• 1
  • 19
  • 20
  • 21
  • 22(current)
  • 23
[RELEASE] RandomItems (Random Items) Script
would it be possible to bloat the script, that it includes the same labels available through Window(Home).Property(Latest...)? In particular i'm asking for RandomEpisode.%d.SeasonThumb but in general it would be much more convenient to have all of them also available for random items.
Reply
(2012-10-07, 20:23)vanMiez Wrote: would it be possible to bloat the script, that it includes the same labels available through Window(Home).Property(Latest...)? In particular i'm asking for RandomEpisode.%d.SeasonThumb but in general it would be much more convenient to have all of them also available for random items.

I rewrote a large part of the script (see watchlist thread) so now i'm starting to clean up.
Still some thing aren't working but those are minor.
Will see what is missing or would be nice.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(2012-10-03, 02:17)phil65 Wrote:
(2012-10-03, 02:14)lrusak Wrote:
(2012-10-03, 02:10)ronie Wrote: you're not supposed to run it from the command line.

I am aware. The error shows in the GUI and I can't figure out why. I believe the version of the script is 3.1.7 which is the latest.

post your complete debug log then. that error should never occur when python scripts are called from inside xbmc.

Hello, I think I might be encountering the same error/traceback with script.randomitems (and script.tv.show.next.aired) while using Aeon Nox theme. I'm using XBMC 11 on OpenELEC 1.99.1, MySQL DB backend, Czech language settings if that's any indication...
All scripts/add-ons should be on their latest released versions.

I hope this helps: http://xbmclogs.com/show.php?id=10248
Reply
(2012-10-09, 07:25)spike411 Wrote: Hello, I think I might be encountering the same error/traceback with script.randomitems (and script.tv.show.next.aired) while using Aeon Nox theme. I'm using XBMC 11 on OpenELEC 1.99.1, MySQL DB backend, Czech language settings if that's any indication...
All scripts/add-ons should be on their latest released versions.

I hope this helps: http://xbmclogs.com/show.php?id=10248

the errors happened before you did enable debuglogging.

please try again in this order:
- enable debug logging
- restart xbmc
- post the log
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
As requested: http://xbmclogs.com/show.php?id=10321

Thank you
Reply
(2012-10-10, 07:42)spike411 Wrote: As requested: http://xbmclogs.com/show.php?id=10321

Thank you

you've got a very strange issue with the simplejson python module.
it's causing several scripts to fail at your end.

you could try if reinstalling it fixes things:
http://mirrors.xbmc.org/addons/eden/scri...implejson/
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
Thank you, ronie, for the suggestion. Tried deleting just script.module.simplejson then reinstalling it from the zip file - still got an error. Then deleted script.module.simplejson, Aeon Nox and some other addons, restarted XBMC, reinstalled Aeon Nox, restarted XBMC, still got the error. http://xbmclogs.com/show.php?id=10643

Python version:
Python 2.7.3 (default, Oct 5 2012, 18:18:06)

I don't have much experience with troubleshooting Python module errors so any suggestions are welcome!
Reply
(2012-10-14, 19:39)spike411 Wrote: Thank you, ronie, for the suggestion. Tried deleting just script.module.simplejson then reinstalling it from the zip file - still got an error. Then deleted script.module.simplejson, Aeon Nox and some other addons, restarted XBMC, reinstalled Aeon Nox, restarted XBMC, still got the error. http://xbmclogs.com/show.php?id=10643

Python version:
Python 2.7.3 (default, Oct 5 2012, 18:18:06)

I don't have much experience with troubleshooting Python module errors so any suggestions are welcome!
Try changing the line below in the script you already have to 2, 8
or remove all that and just keep 'import simplejson'
(don't copy this version)

https://github.com/XBMC-Addons/script.ra...ems.py#L14
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Awesome! While I was at it I changed it to 2, 8 in script.watchlist & script.tv.show.next.aired and got rid of the script errors.
Reply
(2012-10-14, 22:27)spike411 Wrote: Awesome! While I was at it I changed it to 2, 8 in script.watchlist & script.tv.show.next.aired and got rid of the script errors.

strange that it didn't work for 2.7 because I never had issues with it and you are the first one
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
No idea what went wrong here in my system. Using the official OpenELEC 1.99.2 AMD Fusion 64bit build...
Reply
waouuuuuu the surprise me script is exactly what i wanted to code.


I would love to help built this script better and make it extremly good . I have lots of idea, that i planned for a long time. I would greatly appreciate keeping this script improved and hlep.
Reply
(2012-10-16, 18:53)sarakha63 Wrote: waouuuuuu the surprise me script is exactly what i wanted to code.


I would love to help built this script better and make it extremly good . I have lots of idea, that i planned for a long time. I would greatly appreciate keeping this script improved and hlep.

Sorry but this script is discontinued for XBMC Frodo release.
(if any skinner reads this and still uses it please let me know)


We will now use:
Skin Widgets : Same Functions and way more
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
just for the record, there will be no randomitems script in the frodo addon repo (at least not by me).
it has been replaced by skin.widgets
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
So aeon just needs to be upgraded?
Reply
  • 1
  • 19
  • 20
  • 21
  • 22(current)
  • 23

Logout Mark Read Team Forum Stats Members Help
[RELEASE] RandomItems (Random Items) Script2