- 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 in the editor regarding the currently playing artist
- Added button to search the releases of the currently playing artist
- Bugfix: layout issue in the music playlist section
- Small layout modification in the search form
- Bugfix: display radio or tv channel only when there is a record for the specific channel.
- Better layout for controls
- Bugfix: layout issue in the songs grid (album)
- Includes the music video result
- Small layout modification to fit to smartphones
- new feature added to explore the recently played items (songs and albums)
- Bugfix: syntax error in the CSS causing issue in the _add_album method of the album details
- Bugfix: switching action mode in the card caused errors in Chrome and the Mobile App
- Small layout issue
- Structure changed to remove all the unused stuff
- Update rollup plugin
-
Migration to LiteElement and standardisation of the components (mwc)
-
New project structure to use the builder from the boilerplate
-
Modifications in the config: rename of the 'order' property, added 2 sort options for the album details
BREAKING CHANGES
- Config property
order
is no longer available and must be renamed bymedia_type_order
- Config property
album_details_sort
uses new values; old ones are not valid anymore
Check the Readme for new config properties
- Config property
- Entries in album and tvshow details are highlighted in bold when mouse over the action button (see issue #11). Thanks to Roumano
- Bugfix: card is again visible in the card chooser (see issue #10)
- Bugfix: buttons layout is now correct when hiding the action mode component
- Bugfix: choose the right playlist when playing or adding an item (id of the player isn't constant in rpc methods) (see issue#9)
- Option to change the order of media types (see issue #8)
- Changed layout a little bit to fit smartphone's screen
- Added config property to display or not the Action Mode component
- Added the action mode option to choose between add and play (see issue #6)
- Layout reviewed for Albums and tvshow episodes lists: removed duration and moved title under the cover
- Sorting Albums option
- css improvements
- Bugfix : make available in the card chooser (regression)
- order of the properties in the editor
- bugfix : episode play button had disappeared
- PVR Channels can now be displayed if searched by the sensor
- Card editor + made available in the card picker
- compatible with kodi media sensors 3.1.5
- new options: show_thumbnail_overlay, show_thumbnail_border, thumbnail_border_color
- Added button 'Recently Added'
- 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
- bugfix: displaying genre bug fixed
- bugfix: search components had a strange behaviour on some platform
First version