• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 11
Release script.toolbox
#46
(2014-11-11, 21:18)Hitcher Wrote: $ESCINFO works for me with close brackets.

Only problem I have now is this error on my Fire TV -

Code:
No module named PIL

which seems to be this -

https://github.com/xbmc/xbmc/pull/5218

Must have been an editing error on my part. $ESCINFO works fine.... sorry.
Reply
#47
(2014-11-11, 20:13)phil65 Wrote: right. Then use '$ESCINFO[]' (including quotation marks). (will add some lines to the script to filter out those quotation marks then)
(2014-11-11, 21:28)phil65 Wrote:
(2014-11-11, 21:18)Hitcher Wrote: $ESCINFO works for me with close brackets.

Only problem I have now is this error on my Fire TV -

Code:
No module named PIL

which seems to be this -

https://github.com/xbmc/xbmc/pull/5218

correct. will add exception handling for that error so that the script works on android (except image effects for now though)

Friendly bump. Wink
Reply
#48
(2014-11-14, 17:48)Hitcher Wrote:
(2014-11-11, 20:13)phil65 Wrote: right. Then use '$ESCINFO[]' (including quotation marks). (will add some lines to the script to filter out those quotation marks then)
(2014-11-11, 21:28)phil65 Wrote:
(2014-11-11, 21:18)Hitcher Wrote: $ESCINFO works for me with close brackets.

Only problem I have now is this error on my Fire TV -

Code:
No module named PIL

which seems to be this -

https://github.com/xbmc/xbmc/pull/5218

correct. will add exception handling for that error so that the script works on android (except image effects for now though)

Friendly bump. Wink

Should work now.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#49
Thanks but now it's getting this error.

Code:
-->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: name 'log' is not defined
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.toolbox/default.py", line 18, in <module>
from Utils import *
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.toolbox/resources/lib/Utils.py", line 14, in <module>
log("No PIL available")
NameError: name 'log' is not defined
-->End of Python script error report<--
Reply
#50
ok, sorry, didnt test before. try again.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#51
Different one. Wink

Code:
-->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: name 'ImageFilter' is not defined
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.toolbox/default.py", line 18, in <module>
from Utils import *
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.toolbox/resources/lib/Utils.py", line 553, in <module>
class MyGaussianBlur(ImageFilter.Filter):
NameError: name 'ImageFilter' is not defined
-->End of Python script error report<--
Reply
#52
ok, will have to restructure stuff a bit then first.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#53
No worries, thanks.
Reply
#54
try again.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#55
Perfect, many thanks.
Reply
#56
Phil, I know you're busy with the extended info script but I wondered whether it's possible to add the ability to open the video info dialog with this script?

ie

PHP Code:
<onclick>RunScript(script.toolbox,info=dialogvideoinfo,dbid=$INFO[ListItem.DBID])</onclick

Many thanks.
Reply
#57
(2015-01-14, 14:59)Hitcher Wrote: Phil, I know you're busy with the extended info script but I wondered whether it's possible to add the ability to open the video info dialog with this script?

ie

PHP Code:
<onclick>RunScript(script.toolbox,info=dialogvideoinfo,dbid=$INFO[ListItem.DBID])</onclick

Many thanks.

Nope not possible, but you can open extendedinfo infodialog with RunScript(script.extendedinfo,info=extendedinfo,dbid=$INFO[ListItem.DBID]) for example.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#58
Just got into looking into this. Really useful stuff, this will allow me to drop several custom windows. Any estimate on how far we are from availability on the Kodi repo?
Reply
#59
(2015-01-14, 15:29)Jeroen Wrote: Just got into looking into this. Really useful stuff, this will allow me to drop several custom windows. Any estimate on how far we are from availability on the Kodi repo?

several weeks because I will be out for two weeks because of holidays beginning next monday.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#60
(2015-01-14, 15:47)phil65 Wrote:
(2015-01-14, 15:29)Jeroen Wrote: Just got into looking into this. Really useful stuff, this will allow me to drop several custom windows. Any estimate on how far we are from availability on the Kodi repo?

several weeks because I will be out for two weeks because of holidays beginning next monday.

Great, enjoy your holiday Smile
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 11

Logout Mark Read Team Forum Stats Members Help
script.toolbox2