kodi.plugin.video.peertube/resources/lib
Thomas 4346178db9 Guide the user when libtorrent cannot be imported
Libtorrent is required to play videos but its installation is still
manual so now a message is displayed when libtorrent could not be
imported instead of having a "service could not start" error at Kodi
startup.
The message contains a link to a page which explains how to install
libtorrent. It will be displayed when:
* the add-on starts
* the user selects a video to play (including when called externally)

Other additions:
* Create a kodi_utils module to centralize some calls to the Kodi API
* Add license information in the header of the files
* Ignore some files in Git (python cache and Mac OS system file)
2021-04-08 23:25:49 +02:00
..
__init__.py Guide the user when libtorrent cannot be imported 2021-04-08 23:25:49 +02:00
kodi_utils.py Guide the user when libtorrent cannot be imported 2021-04-08 23:25:49 +02:00