Bug in xbmcgui.Dialog() or xbmc.executebuiltin()

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jpam Offline
Junior Member
Posts: 6
Joined: Sep 2007
Reputation: 0
Post: #1
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
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #2
post the script that doesn't work with the browse dialog.

use httpapi to copy/move files via samba.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
jpam Offline
Junior Member
Posts: 6
Joined: Sep 2007
Reputation: 0
Post: #3
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?
find quote