Kodi Community Forum
Bug in xbmcgui.Dialog() or xbmc.executebuiltin() - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Bug in xbmcgui.Dialog() or xbmc.executebuiltin() (/showthread.php?tid=28688)



Bug in xbmcgui.Dialog() or xbmc.executebuiltin() - jpam - 2007-09-22

is this a bug ?

when i use the brouwse dialog the xbmc.executebuiltin('XBMC.extract
function does not extract zips and rar's anymore !
whitout the browse dialog the xbmc.executebuiltin('XBMC.extract
function works fine !

anyone else notice this ?

i have also problems with smb.py

the smb.py does not list more then 32 files on the share
renaming file in share + dir is not working ,only in root share
are there other options for working with samba shares ?

kind Regards
jpam


- Nuka1195 - 2007-09-22

post the script that doesn't work with the browse dialog.

use httpapi to copy/move files via samba.


- jpam - 2007-09-22

i have made a test script with the browse dialog and the extract function
now i discovered that it's working fine !
mybe because i upgraded the xbmc folder
or its something in my script thats caused the bug Smile

anyhow , its working fine now

what i want to do with the smb.py is to rename movies stored on the server

can httpapi module rename files on shares?