- Make use of source url directly instead of using the image api of kodi (to avoid http / https issues) for tvshow episodes and music videos.
- Images retrieved by the api to avoid http / https problems (see Issue #9)
This version needs at least the version 5.3.0 of the Kodi Media Sendor integration
- Bugfix: Added the
kodi-id
attribute to other items than songs to avoid the playlist to flash
- Bugfix: Fixed the workaround of the 4.4.1
- Bugfix: refresh page after removing a playlist entry. Not the cleanest workaround...
- Added new feature. The items in the playlist can be dragged and dropped to reorder the playlist. The trigger to drag an element is sent after 400ms. This is needed for touchscreen.
- Uses the file attribute in the meta data when no ID is present.
- Includes music video objects
- New feature allowing to make the playlist scrollable in order to make the navigation easier when very long playlists. Two new configuration options have been added (see README). See issue #3 and issue #14. Thanks fax13.
- Conversion of HTMLElement to LitElement
- New Configuration parameter
hide_last_line_separator
- Bugfix: wrong reference to the state of the entity
- Bugfix: added position for unknown item type to allow the delete action
- Bugfix : make available in the card chooser (regression)
- Order of the properties in the editor
- New property available: line separator
- Card editor + made available in the card picker
- bugfix: layout of the album name was over the duration when too long
- bugfix: border was not shown when default icon
- compatible with kodi media sensors 3.1.5
- new options: show_thumbnail_overlay, show_thumbnail_border, thumbnail_border_color
- CSS & layout refactoring
- Default image used when not showing thumbnail is also used as backup when problem happens while loading the image
- compatible with kodi media sensors 3.0.0
- displays a blue arrow near the currently playing item
- Modified to work with version 2.0.0 of the kodi media sensor
- Code review handling HTML document
- New option: show thumbnail
First version