Skip to content

Releases: KoljaWindeler/ytube_music_player

Updated ytmusicapi 16.0

28 Apr 08:39
Compare
Choose a tag to compare

Updated underlying api to version 16.0
This might also fix #81
so without updating albums won't work anymore once the ytube beta is rolled out for everyone

Sort Playlist, add Playlist title to attribute, fixed config flow missing text

22 Apr 10:59
Compare
Choose a tag to compare

Feature

  • Added Sorting of playlist by @fr4nk2342
  • Added Playlist name as attribute of the player by @fr4nk2342

Fixed

  • Added missing text strings to translation file

Advance Setup flow

21 Apr 09:07
Compare
Choose a tag to compare

Feature

Added more options to the config flow. You can now switch between the basic config flow and a 2nd, more advanced view.
New options (to be configured via config flow):

  • Default value for the 'Random' settings
  • Debug information as error
  • Show like status in name

Hotfix for new Radio issue

20 Apr 14:50
Compare
Choose a tag to compare

Fixed Radio not working for some playlists

Reworked Radio Mode

20 Apr 11:28
Compare
Choose a tag to compare

Change

Radios (play_media with type 'channel') is now generated the same way as on the website. Based on a playlist and not longer on a single track of that list

Breaking Change

Removed '_radio_based' attribute

Ease setup procedure

14 Apr 15:30
Compare
Choose a tag to compare

Feature

  • Drop down for default output speaker during setup
  • Error explanation for API errors during setup
  • Added GoTo_Track command

Fixes

  • Solved race condition that would complain about output speaker not being set

Fixed volume_down

12 Apr 10:10
Compare
Choose a tag to compare

Fix for volume down not working

AsyncIO Fixes

11 Apr 16:35
Compare
Choose a tag to compare

This releases summerizes the earlier published beta releases to fix the enforcement of asyncio

Beta: added 'like in name'

10 Apr 19:16
Compare
Choose a tag to compare
Pre-release

Added feature

the special call:

data:
  entity_id: media_player.ytube_music_player
  command: like_in_name

will write the like status in the name ... like 'YTubeMediaPlayer - LIKE'
This nicely integrates into a media_player .. or at least better then nothing

Beta: async jo fixes

10 Apr 08:45
Compare
Choose a tag to compare
Beta: async jo fixes Pre-release
Pre-release

Further fixes for async io .. this is this beta!!