Kodi Community Forum
Addon to download file within XBMC? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Addon to download file within XBMC? (/showthread.php?tid=183438)



Addon to download file within XBMC? - mutulaki - 2014-01-15

Hi All,

I have 2 questions:

- Is there an Addon to download a file directly within XBMC, for example to download a zip file (repository zip file) on local disk without using ftp on remote computer or to leave XBMC in linux?

- Is it possible to implement within XBMC the feature to download Addons from repositories from url (online zip)? today it is possible only from local zip file.

Many thanks
M


RE: Addon to download file within XBMC? - un1versal - 2014-01-15

Welcome to forums.

Q1: No, I dont think there is. You could do python files to do this and run them via addon called Advanced_Launcher (wiki) or something... Im sure there's other elegant solutions.
Q2: Absolutely yes.

You "volunteering" to add support for this? Guess not.


RE: Addon to download file within XBMC? - Ned Scott - 2014-01-17

1) yes, File manager (wiki)

2) An actual add-on repository does not require downloading zips for the individual add-ons. Some sites use an HTTP directory of zip files because they are stupid.


RE: Addon to download file within XBMC? - laeth - 2014-01-17

(2014-01-15, 12:13)mutulaki Wrote: Hi All,

I have 2 questions:

- Is there an Addon to download a file directly within XBMC, for example to download a zip file (repository zip file) on local disk without using ftp on remote computer or to leave XBMC in linux?

- Is it possible to implement within XBMC the feature to download Addons from repositories from url (online zip)? today it is possible only from local zip file.

Many thanks
M



RE: Addon to download file within XBMC? - mutulaki - 2014-01-19

Hi all,

I have found a similar need from RockerC in the thread http://forum.xbmc.org/showthread.php?tid=123071

There is also a part of a similar plugin made by mikey1234 in the thread http://forum.xbmc.org/showthread.php?tid=177017, but this should be launched directly within XBMC as an addon and not from a web browser.

Thanks and best regards

M


RE: Addon to download file within XBMC? - mutulaki - 2014-02-14

Hi All,

I have written and quick and dirty Addon to download a file to special://userdata/downloads directory.
You can also unzip the file in the directory

It makes use of the routines written by mikey1234 for downloading and extracting the zip file.

You can download it from here:

XBMC urldownloader by Mutulaki

Don't hesitate to give me your feedback.

Enjoy,

M