mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Update version to 0.3.1
This commit is contained in:
parent
c7c890392d
commit
ddc4bea52d
1 changed files with 4 additions and 20 deletions
24
addon.xml
24
addon.xml
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.jellyfin"
|
<addon id="plugin.video.jellyfin"
|
||||||
name="Jellyfin"
|
name="Jellyfin"
|
||||||
version="0.3.0"
|
version="0.3.1"
|
||||||
provider-name="Jellyfin Contributors, angelblue05">
|
provider-name="Jellyfin Contributors, angelblue05">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.25.0"/>
|
<import addon="xbmc.python" version="2.25.0"/>
|
||||||
|
@ -36,25 +36,9 @@
|
||||||
<summary lang="en"></summary>
|
<summary lang="en"></summary>
|
||||||
<description lang="en">Welcome to Jellyfin for Kodi! A whole new way to manage and view your media library. The Jellyfin addon for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Jellyfin - the most powerful fully open source multi-client media metadata indexer and server. Jellyfin for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Jellyfin's centralized database. Features: * Direct integration with the Kodi library for native Kodi speed * Instant synchronization with the Jellyfin server * Full support for Movie, TV and Music collections * Jellyfin Server direct stream and transcoding support - use Kodi when you are away from home!</description>
|
<description lang="en">Welcome to Jellyfin for Kodi! A whole new way to manage and view your media library. The Jellyfin addon for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Jellyfin - the most powerful fully open source multi-client media metadata indexer and server. Jellyfin for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Jellyfin's centralized database. Features: * Direct integration with the Kodi library for native Kodi speed * Instant synchronization with the Jellyfin server * Full support for Movie, TV and Music collections * Jellyfin Server direct stream and transcoding support - use Kodi when you are away from home!</description>
|
||||||
<news>
|
<news>
|
||||||
v0.3.0 (2019-09-25)
|
v0.3.1 (2019-09-28)
|
||||||
Various translations via Weblate
|
#90 Fix incremental sync never finishing
|
||||||
#82 Update documentation link to point to main site
|
#89 Make basic auth login case insensitive
|
||||||
#81 Fix missed getitem references
|
|
||||||
#78 Remove unused image files
|
|
||||||
#74 Update file handling to support unicode
|
|
||||||
#71 Change companion detection to endpoint check #23
|
|
||||||
#69 Complete shortcuts and getitem cleanup
|
|
||||||
#68 Add issue template
|
|
||||||
#66 Cleanup shortcuts in client.py and associated code
|
|
||||||
#64 Remove shortcuts in http.py and some in client.py #27
|
|
||||||
#62 Updates project structure to Kodi v17
|
|
||||||
#60 Remove dependency on WAN IP Address
|
|
||||||
#57 Removed bundled libraries
|
|
||||||
#56 Change server identification header to allow for basic auth support #52
|
|
||||||
#54 Make sure base is the first place we look for packages. bug cleanup
|
|
||||||
#48 Add Simplified Chinese translation
|
|
||||||
v0.2.1 (2019-07-14)
|
|
||||||
#44 Remove code caching, fixing Kodi 18 Music syncing for existing installs.
|
|
||||||
</news>
|
</news>
|
||||||
<assets>
|
<assets>
|
||||||
<icon>resources/icon.png</icon>
|
<icon>resources/icon.png</icon>
|
||||||
|
|
Loading…
Reference in a new issue