Kodi Community Forum
How to url contents add xbmcgui.Dialog().select - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: How to url contents add xbmcgui.Dialog().select (/showthread.php?tid=344248)



How to url contents add xbmcgui.Dialog().select - haydarali - 2019-05-28

Hi,
I using Kodi 18-Leia on Linux. I want to creat and run a python script. The script must do the following.

Example URL = http://www.turanevdekorasyon.com/wp-includes/test/

1- Get example url contents and show in select dialog window (only filenames)
2- Click any item in dialog select window, download file to any folder and unzip file

How can I do this?