Kodi Community Forum

Full Version: Need help on developing File Downloader add-ons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, I'm developing the file downloader program add-ons which using the

SimpleDownloader script to download the files from the link that user has been given.

For now, the files has been downloaded correctly to the specific location,

but there was a problem occur after the downloading process finish.

I can't make the add-ons run again with new parameter given, I have to close the XBMC

and run it once again to download another files.


So, anyone can suggest what i'm done wrong, or any addition line of code i need to add into the Python script.

Thanks.