Autor Thema: Mediacenter Kodi (XBMC)  (Gelesen 22790 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia - Alpha 1
« Antwort #135 am: 05 März, 2018, 13:20 »
Changelog

Gaming (Games interface and Game Clients):

Added a RetroPlayer player core supporting game clients as well as emulator cores via libretro API[1][2]
Added extentions to Kodi's Addons AP to support Game Client Addons, supporting Kodi's VFS (Virtual File System), etc.[1]
Added support for Game Client Addons as new type of addons with just-in-time emulator installation[1]
Added a Games window and Game OSD (On-Screen-Display) entries to the GUI[1][3]
Added a gaming and game configuration interface for Game settings to the GUI[1]
Added support for Game Info Tags (game info tag) and exposed properties to Python list items[1]
Added a savestate (savestate) manager to Kodi for games[4]
Added initial support for basic gameplay persistence (auto-save & auto-load)[5]
Added support for in-game (save RAM) saves[6]
Added support for Keyboard players via Joystick Emulation[1]
Added support for libretro API and game cores (emulators and games) that support it
Added game clients addons for many popular third-party game console emulators and native open source games *
Game clients addons for Kodi is changing quickly so checkout the game clients addons article for a current list

Live TV and PVR (Personal Video Recorder):

Major GUI actions refactoring to eliminate duplicate and dead code. Add context menu support for Estuary PVR home screen widgets [7]
Guide window: Get rid of obsolete views "channel", "now" and "next" [8]
Core: Refactor and fix "play minimized" settings handling [9]
Guide, channel, video fullscreen, music visualisation window: Direct channel number input. [10]
Settings: Remove setting 'hide connection lost warning' [11]
Search dialog: Refactor and complete implementation of EPG search filter [12]
Timer settings dialog: Prefill recordings folder with timer title [13]
Recordings window: Content view filter [14]
Settings: Remove non-working recording settings defaults [15]
Guide window: 'Smart selection' of epg events. [16]
Channelgroup manager: Add support for radio channel groups [17]
Guide window: Add possibility to switch between horizontal and vertical epg grid view [18]
Search window: improvements and fixes [19]
Estuary home screen: Add Info support to recently played channel widget [20]
Estuary: Add episodename to live tv and recordings osd sub label, cleanup seek bar for live tv [21]
Estuary: PVR info dialog, recordings window: cleanup and extend [22]
Drop 'channel guide' button from epg event info dialog, add 'channel guide' to context menu [23]
Settings: Introduce new setting 'Startup action' and add 'Play TV/Radio [24]
Settings: Make 'epg.lingertime' an official setting, remove the respective advanced setting [25]
Setting: Remove obsolete and unused setting 'pvrplayback.scantime' [26]
Core: Fixes/Improvements for multiple enable PVR client addons [27]
Core: Fixes/Improvements for subchannel numbers support (ATSC) [28]
Core: Global direct channel number input & global unique channel numbers [29]
Database: Fix error "Abort due to constraint violation. Query: INSERT INTO channels..." [30]
Estuary: Rework PVR seekbar + Fix PVR info dialog [31]
Core: Make next/previous chapter work for PVR recordings [32]
Direct channel number input: No delay on switch to previous channel with key 0 [33]
Settings: Make shared channel selection optional [34]
Estuary: PVR info panel cleanup [35]
Guide window: 'Go to date' context menu item [36]
Estuary: Season/Episode info in Guide window and dialog [37]
Estuary: Add percent played progress bar to PVR info panel (for recordings) [38]
Guide window: Channel groups selector [39]
Guide window: Tweaks for more consistency and readability [40]
PVR-Addon API changes [41][42][43][44][45][46][47][48]
Added, updated, and improved PVR backend clients addons for all popular third-party external PVR backend platforms:
New: Zattoo PVR Client PVR Addon backend client maintained and available from Kodi's community
New: Teleboy PVR Client PVR Addon backend client maintained and available from Kodi's community
PVR Demo Client dummy addon with fake (method stub) PVR backend for PVR skinning and regression testing
IPTV Simple Client PVR Addon backend client maintained and available from Kodi's community
FilmOn PVR Addon backend client maintained and available from Kodi's community
Stalker Middleware PVR Addon backend client maintained and available from Kodi's community
HDHomeRun PVR Addon backend client maintained and available from Kodi's community
Digital Devices Octopus NET Client PVR Addon backend client maintained and made available by Digital Devices
Enigma2 (Dreambox / Vu+ / DBox2) PVR Addon backend client maintained and available from Kodi's community
VBox TV Gateway PVR Addon backend client maintained and available from Kodi's community
Njoy Digital (N7) PVR Addon backend client maintained and available from Kodi's community
PCTV Systems (Broadway) PVR Addon backend client maintained and available from Kodi's community
Tvheadend HTSP Client PVR Addon backend client maintained and available from Kodi's community
VDR VNSI Client PVR Addon backend client maintained and available from Kodi's community
MythTV PVR Client Addon backend client maintained and available from the Kodi's community
NextPVR (former GB-PVR) PVR Addon backend client maintained and available from Kodi's community
Argus TV (former ForTheRecord) PVR Addon backend client maintained and available from Kodi's community
DVBLink PVR Client Addon backend client maintained and available from Kodi's community
DVBViewer Client PVR Addon backend client maintained and available from Kodi's community
MediaPortal PVR Client Addon backend client maintained and available from Kodi's community
WMC (Windows Media Center) PVR Addon backend client maintained and available from Kodi's community

Add-ons Framework, API, and Manager:

For full changelogs of all Addons APIs, see Leia API changes, JSON-RPC, and Add-ons Development Forums
Major refactoring of Kodi's core handling and GUI management of binary addons[49]
Added framework to support VFS (Virtual File System) as binary addons[50]
Added framework support for binary addons for video decoder codecs[51]
Added framework support for binary addons for image (picture) decoder codecs
Added extentions to Kodi's Addons API to support binary addons for video decoder codecs[51]
Added extentions to Kodi's Addons API to support binary addons for image decoder codecs
Added support for Python addons to use PyCryptoDome crypto module for decryption[52]
Added option to pass HTTP cookies with AVOption to Kodi's Video Player[53]
Added support to allow addons to edit all used controls on their processed window[54]
Added support to allow Python addons to set the videoinfotag path[55]
Added support to allow Python addons to get/set the dbid of a (music) listitem[56]
Added support for mediatype to musicinfotag tag retrieving via Python API[57]
Added support "int/float slider" to Kodi's Python API[58]
Added support "setContent for mediawindows" to Kodi's Python API[59]
Added help for load of shared library and allow the use of their own addon temp folder[60]
Added support to inspect add-on dependencies prior to installation[61]
Added ability to remove add-on settings upon uninstall[62]
Changed to new addon gui interface for list items to use on addon window[63]
Changed service addons to use event handlers instead of synchronous addon hooks[64]

Updated "Peripheral Addons" for game controllers, gamepads, joysticks, and input peripherals profiles (in Kodi-game repo[65]):

Joystick Controller Addon
X-Arcade (XGaming Tankstick) support for Kodi Addon
Steam Controller (gamepad) Addon
Default Game Controller Addon (reference game controller addon based on Xbox 360 gamepad)
PlayStation Game Controller Addon
Nintendo NES Game Controller Addon
Nintendo SNES Game Controller Addon
Nintendo N64 Game Controller Addon
Nintendo GBA Game Controller Addon
Sega Genesis Game Controller Addon
Sega Dreamcast Game Controller Addon

GUI Engine (Skinning Engine):

For full changelog on changes to the skinning engine, see Leia API changes and the Skin Development Forum
Added windows to support Games and Game OSD in the new default skins (Estuary and Estouchy)
Added player process info dialog to Kodi's default skin (Estuary)[66]
Added support for addons to use banner and ClearLogo[67]
Added support for skins/gui to allow implicit container referencing for non-media windows[68]
Added support for addons to add "Enable/Disable" to context menu[69]
Added support for remember last used keyboard layout in GUI[70]
Added support for ISO 639-2/T language code retrieval (required by libbluray)[71]
Added window that display Kodi privacy policy in GUI settings under system info[72]
Added support to map a key to browse for subtitle in video fullscreen window[73]
Improved Kodi's GUI engine with optimizations for message handling and SmartRedraw[74]
Improved Kodi's GUI engine support for scaling container layouts[75]
Improved Kodi's GUI engine by allowing %-values for origin, camera and animation attribs[76]
Changed so that context menu reloading loads async to aviod GUI lockup on wait[77]
Updated guilib ABI (for libgui) to version 5.13.0[78]
Updated keyboard layout for some languages and added support Croatian, Slovenian, and Thai (Kedmanee)
Updated image resource addons (as example weather icons, weather fanart, studio logos, and genre icons)

Platform Independent Playback:

Added support for "InputStream" (input stream) addons to pass CryptoSession flags field[79]
Added support for BD-J / Blu-ray Disc Java menu support (requires system Java runtime enviroment)[80][81]
Added support for Blu-ray Disc detection and use provided meta data for Blu-ray Disc names[82]
Added support for video buffers to be used by decoders and renderers[83]
Added support for platforms to register custom buffers, like example dma[83]
Added a VC1-Packet bitstream parser implementation for improved VC-1 playback[84]
Added and updated many (binary) audio decoder and encoder addons for Kodi
Added a few (binary) video decoder addons for Kodi[51]
Added a "RAW" (libraw based) image decoder addon to Kodi[85]
Improved MMAL playback of H.264 MVC (Blu-ray 3D) stereoscopic video with framepacking decoding on Raspberry Pi
Improved Stereoscopic 3D playback of 3D videos (as well as better 2D playback of 3D videos)
Improved and enhanced Blu-ray support (including updated libbluray dependecies from the VideoLAN project[86][87]
Improved support for "InputStream" (input stream) addons as system addons
Updated "InputStream" (input stream) client addons for common network streaming protocols and popular services:
InputStream Addon (default reference InputStream Addon by Team Kodi
Test InputStream Addon (Test InputStream Addon for Kodi's new inputstream interface
Adaptive InputStream Addon (InputStream Client addon for several manifest types)
RTMP InputStream Addon (InputStream Client for RTMP streams using librtmp)
MPD (MPEG-DASH) InputStream Addon
SmoothStream InputStream Addon for MS-SSTR (SmoothStreamingMedia) Smooth Streaming Protocol
NXMSL InputStream Addon for Netflix style manifests over MSL
Updated FFmpeg multimedia codec and demux libraries to stable branch release version FFmpeg 3.3 (3.3.2)[88][89]
Removed certain audio codecs from core and made them into audio decoder and audio encoder add-ons
Removed certain video codecs from core and made them into video decoder add-ons[51]
Removed certain image codecs from core and made them into image decoder add-ons

Library:

Addded support to use the Favourites function in context menus[90]
Added support for context menus to favourites home screen widget[91]
Added support for processing of WRITER tag for ID3 v2, Vorbis and APE formats[92]
Added support for sorting using artist sort name tags in music[93]
Added support to "Sort By Date Added" in Music Video title node[94]
Changed to never cache listing of PVR directories on library scans[95]

Web Scrapers:

Added support for Python (script) based web scrapers for Kodi[96]
Refactored and updated many XML based scrapers in Kodi for music, movies, tv shows, and music videos
Updated music, movies, tv shows, and music video scrapers for Kodi

AudioEngine:

Added a new Sndio sink for ActiveAE for BSD, other BSD Unix based systems, and Linux[97]
Improved the default cross-platform event driven active state machine pattern ActiveAE (Kodi's AudioEngine)
Improved ALSA sink for ActiveAE for Linux Desktop and generic Linux based Embedded Systems
Improved PulseAudio sink for ActiveAE for Linux Desktop
Improved OSS (Open Sound System) sink for ActiveAE for BSD, like FreeBSD and similar BSD Unix based systems
Improved AUDIOTRACK sink for ActiveAE for Amlogic
Improved Pi Audio sink for ActiveAE for Raspberry Pi
Improved DirectSound sink for ActiveAE for Windows
Improved WASAPI sink for ActiveAE for Windows

Other:

Added a new unified setting for "Startup action" and added "Play TV/Radio"[98]
Added support to build Kodi with support for Bluetooth[99]
Added possibility for CMake build system to add additional libraries on install[100]
Updated and improved mappings for new and existing remote controls
Improved Kodi's JSON-RPC API
Improved compiling/building and code documentation (following doxygen coding guidelines)
Changed to use spdlog for Kodi logging as well as improved and further optimized logging (including debug logs)[101]
Changed XML format of setting values for Kodi's settings configuration[102]
Updated default web interface (webinterface is called "Chorus2" and is currently at version 2.4.4)[103]
Updated critical dependency libraries such as openssl, gnutls, and CMake (used to compile Kodi and its binary addons)
Removed last dependencies of SDL (Simple DirectMedia Layer) which was hardware abstraction for input devices[104][105]
Removed all glew (libglew library) dependencies in Kodi's code[106]

Windows Specific:

Added support to build Kodi for Windows 64 / Windows for Intel 64-bit (x86-64)[126]
Added support for 3D LUT (3D Lookup Table) and dithering to Windows video renderer[127]
Improved support to compiling Kodi for Microsoft's UWP (Universal Windows Platform) APIs
Changed the inner working of render buffers and rendering methods[127]
Changed to using unicode win32 api methods[128]
Changed windowing systems for screen saver handling on Windows OS platforms
Changed to make Kodi for Windows platform independent of posix/main.cpp[129]
Removed support for Windows Vista as the operating-system is no longer supported by Microsoft[130]

[close]

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia - Alpha 2
« Antwort #136 am: 22 Juni, 2018, 19:30 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia - Alpha 3
« Antwort #137 am: 01 August, 2018, 13:40 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia - Beta 1
« Antwort #138 am: 27 August, 2018, 21:00 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia - Beta 2
« Antwort #139 am: 10 September, 2018, 21:30 »
Zitat
We hereby present you the second Beta build of Kodi v18 as we are heading towards the final release. Since we are now in Beta stage our focus will be on solving bugs and possible usability problems. So far it has been proven to be quite solid to use as a daily driver for those who were brave enough to try it out. Of course you should still keep in mind it's not a final release yet and that on any upgrade a small glitch could happen as we are still doing rework. Once you decide to give it a try it is highly recommended that you create a backup first.

Weitere Infos & DL : https://kodi.tv/article/kodi-v18-leia-beta-2

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia - Beta 3
« Antwort #140 am: 05 Oktober, 2018, 13:50 »
Zitat
We hereby present you the third Beta build of Kodi v18 as we are heading towards the final release. Since we are now in Beta stage our focus will be on solving bugs and possible usability problems. So far it has been proven to be quite solid to use as a daily driver for those who were brave enough to try it out. Of course you should still keep in mind it's not a final release yet and that on any upgrade a small glitch could happen as we are still doing rework. Once you decide to give it a try it is highly recommended that you create a backup first.

Weitere Infos & DL : https://kodi.tv/article/kodi-v18-leia-beta-3

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia - Beta 4
« Antwort #141 am: 23 Oktober, 2018, 21:40 »
Zitat
We hereby present you the forth Beta build of Kodi v18 as we are heading towards the final release. Since we are now in Beta stage our focus will be on solving bugs and possible usability problems. So far it has been proven to be quite solid to use as a daily driver for those who were brave enough to try it out. Of course you should still keep in mind it's not a final release yet and that on any upgrade a small glitch could happen as we are still doing rework. Once you decide to give it a try it is highly recommended that you create a backup first.

Weitere Infos & DL : https://kodi.tv/article/kodi-v18-leia-beta-4

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia - Beta 5
« Antwort #142 am: 04 November, 2018, 12:00 »
Zitat
We hereby present you the fifth and last Beta build of Kodi v18 as we are heading towards the final release. Next step will be Release candidates where our focus will be on solving bugs and possible usability problems. So far it has been proven to be quite solid to use as a daily driver for those who were brave enough to try it out. Of course you should still keep in mind it's not a final release yet and that on any upgrade a small glitch could happen as we are still doing rework. Once you decide to give it a try it is highly recommended that you create a backup first.

Weitere Infos & DL : https://kodi.tv/article/kodi-v18-leia-beta-5

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia RC1
« Antwort #143 am: 22 November, 2018, 21:30 »
Zitat
After two years of hard work by all volunteers, either part of the team or of our great community we can finally say the last steps towards Kodi v18 are being being made. In past years many things have changed, either visually or code wise and to be honest i can't even recall most. We as team would certainly like to thank every developer and user who spend time helping us get this far.

To this point the current v18 version has been proven to be quite solid to use as a daily driver for those who were brave enough to try it out. Of course you should still keep in mind it's not a final release yet and that on any upgrade a small glitch could happen as we are still doing rework. Once you decide to give it a try it is highly recommended that you create a backup first.

Weitere Infos & DL : https://kodi.tv/article/kodi-v18-leia-rc1-new-hope

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia RC2
« Antwort #144 am: 04 Dezember, 2018, 12:22 »
Changelog

Most notable changes to mention in this Release Candidate:

    Update documentation regarding Python and Skin develoment: Kodi Doxygen
    Linux powermanagement: change logind detection to also use Dbus
    Android: Fix playback for some PVR add-ons
    Fix performance issue in PVR recording sub menu by reducing number of resume point update requests
    Android: Assign joysticks in order of MRU (last activation)
    Fix crash when an add-on did not define a version number
    VideoPlayer: fix state of a/v players after switching refresh rate
    Add new setting that allows to hide "spoiler" text for TV shows or movies

[close]

Weitere Infos & DL : https://kodi.tv/article/kodi-v18-leia-rc2-new-hope

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia RC4
« Antwort #145 am: 29 Dezember, 2018, 18:00 »
Changelog

Most notable changes to mention in this Release Candidate:

    Update documentation regarding Python and Skin develoment: Kodi Doxygen
    Fix crash on certain music files that contain ID3v2 UFID frame
    Do not list non-repo add-ons as "unavailable" in info dialog (the by default included ones)
    Fix some interface info labels regarding music
    Fix none responsive when minimising on Mac OSX
    Fix path for looking up external subtitles
    Replace vc140 redis with vc141 which fixes crashes on Windows (user should at least install this once)
    Windows DXVA - fixed color values
    Fix GUI Notifications rendering
    Fix watched items in plugins (contains database upgrade)

Of course there are several more changes which are listed on our github repository found here: RC4 changes.

    Fix crashes by pressing 'x' to stop DVD .iso image when "Player Process Info" is displayed
    Screenshot: simplify logic and bail out if no folder is set
    Android: remove mpeg4 HD restriction / use dts for unknown pts for mpeg4 (there might be some playback regressions that will be fixed along the way)
    Change resolution (if required) on application starts (fixes XBXO resolution issues)
    Android: Reset calibrations if GUI limit changes
    Android: fix subtitle position problems
    Fix resolution whitelist issues on Windows
    Extend option to hide spoilers like text or images from the library view
    Add support for new iOS devices

[close]

Weitere Infos & DL : https://kodi.tv/article/kodi-v18-leia-rc4-new-hope

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18 Leia RC5
« Antwort #146 am: 13 Januar, 2019, 12:00 »
Changelog

Most notable changes to mention in this Release Candidate:

    Correctly redact user/password in certain cases
    Fix window transparency on Android that might cause grey bars on HDR playback
    Prevent crash when resuming audiobook when there's no chapter present
    Fix crash&burn by ensuring that Abort of ScriptObserver waits for thread exit
    Fix regression from RC4 regarding "don't disable gui rendering when losing focus" on OSX
    Workaround double switching of refreshrate because we currently cannot reliably distinguish between 25p and 50i or 29.97p and 60i on playback start
    Fix missing All Albums item from music library
    Revert change that cause sorting of ANSII characters in library (proper fix will have to be done in v19)
    Fix crash on certain language characters when using PVR add-ons
    Fix crash on Windows with DVD playback after change in ffmpeg
    Fix compatibility with older MySQL databases

[close]

Weitere Infos & DL : https://kodi.tv/article/kodi-v18-leia-rc5

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi 18.0 Final
« Antwort #147 am: 29 Januar, 2019, 17:30 »
Zitat
<drum roll> ... after another long gestation... the Kodi team is very pleased to announce the immediate availability of Kodi 18.0 "Leia" for all supported platforms (UWP for Windows Store and Xbox is working its way through the system as I type, so will be available shortly...). While we were planning to move more to a "release early, release often" model, this has some significant changes that really needed to be tested and bedded in before we launched it, so it did take a little longer than we'd hoped. It was, though, a worthwhile wait :)

To put it in some kind of context, this version includes:

    Approaching 10,000 commits (code chunks changed)
    More than 3000 pull-requests (collection of commits that were included in one go)
    Nearly 9,000 changed files
    Nearly half a million line of code added, and much the same number removed
    Over 36 open source developers
    A lot of dedicated free time conceiving, designing, developing and testing these changes (and all the infrastructure you see around them, including this web site)
    Quite literally many, many cases of beer and wine

Weitere Infos & DL : https://kodi.tv/article/kodi-180

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi v18.1 Leia RC1
« Antwort #148 am: 11 Februar, 2019, 21:30 »
Changelog

Speed up Player and Playlists operations with JSON-RPC
Define a senseful default value for advanced settings 'updateemptytagsinterval'
Revert edge case crash fix that caused DVDs to be not recognised on Mac OS
Remove "dxvaallowhqscaling" advanced setting to prepare for DXVA improvements in v18.2 for Windows
Linux X11: fix usage of required configuration values
Add date to the log records
Don't react on DPI change event on Win10 >= FCU
Fix Android MediaCodec freeze when early disposing stream
Flush streamplayers if abort is requested which solves waiting too long. Skippingskip DVD screens for example
Fix ListitemAbsolute and ListItemPosition in GUI engine
Ignore very first "server not reachable" notification for PVR servers
Use extended result codes for SQLite
Fix invalid PTS decoder value which should inprove MPEG2 playback on Android devices
update SSL CA trust store
Handle empty vertex buffers in GUIFontTTFGL which caused a hard crash
Reintroduce setting "Close channel OSD after switching channels" for PVR
Fix thread logging on Android which cause issues like gettings frozen on DVD/Bluray playback
Avoid attempt to load music info for smartplaylists
Fix Top 100 Albums regression
RenderCapture: Only query Occlusion if GL lower 1.5
Check current mode if whitelist doesn't match and take correct action
Check if app intent is valid on Android. This fixes a hard crash when trying to open Kodi again
Fix PVR input stream creation for pvr file items only containing a path and no recording/channel tag.
Fixe playing VP9 streams using inputstream addon. It failed because codec extradata is not existant for this stream codec.
Catch an exception while reading or writing a file
Fix logical "or" operation in GUI engine
Check the system capabilities to support sleep states S1/S2/S3/S4 before reporing them as available
Fix crash in PCSX ReARMed with BIOS
Several Estuary cosmetic fixes

[close]

Weitere Infos & DL : https://kodi.tv/article/kodi-v181-leia-rc1

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190056
  • Ohne Input kein Output
    • DVB-Cube
Kodi "Leia" 18.2
« Antwort #149 am: 22 April, 2019, 20:00 »
Zitat

Just when you thought we were all having a rest for Easter, here's some surprise news for you: Kodi "Leia" 18.2 is ready to roll. The sun is shining and the sky is blue here in western Europe, and we're all tied to our keyboards to bring you the latest Kodi loveliness. We're kind like that.

In keeping with the 18.x maintenance release cycle, this is a bug fix release, with no real new functionality. What's worth noting, however, is how we've identified and managed the bugs this time. We've always valued high-quality bug reports, and, for this reason, for 18.x we implemented an issue template and an automated verification system in the GitHub issue tracker. This makes the bug reports more complete, and gives the Kodi developers a better chance to pinpoint problems more accurately and fix them more quickly. The aim is to solve the problem of waiting for proper full debug logs, samples and suchlike, hopefully saving a lot of time and getting issues resolved more quickly. Hopefully, you can see the results of this new process in the 18.x bug fix releases.

Weitere Infos: https://kodi.tv/article/kodi-leia-182-release

https://kodi.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )