Skip to content

Commit

Permalink
[plugin.video.external.library] 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvm committed Nov 30, 2024
1 parent 5c99cff commit f71d096
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 257 deletions.
9 changes: 5 additions & 4 deletions plugin.video.external.library/addon.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.external.library"
version="1.1.0"
version="1.1.1"
name="External Kodi Videolibrary Client"
provider-name="Roman V.M.">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.simple-requests"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
Expand All @@ -20,9 +21,9 @@
<icon>icon.png</icon>
</assets>
<source>https://github.com/romanvm/kodi.external.library</source>
<news>1.1.0:
- Add a menu item for updating the remote videolibrary.
- Allow to access the remote videolibary via HTTPS.</news>
<news>1.1.1:
- Replaced addon icon.
- Internal changes.</news>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>
Binary file modified plugin.video.external.library/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion plugin.video.external.library/libs/json_rpc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
from pprint import pformat
from typing import List, Dict, Any, Optional

from libs import simple_requests as requests
import simple_requests as requests

from libs.exceptions import NoDataError, RemoteKodiError
from libs.kodi_service import ADDON, get_remote_kodi_url

Expand Down
252 changes: 0 additions & 252 deletions plugin.video.external.library/libs/simple_requests.py

This file was deleted.

0 comments on commit f71d096

Please sign in to comment.