Skip to content

Releases: GuardKenzie/miniplayer

Version 1.3.1

13 May 22:00

Choose a tag to compare

Summary

Made the player more responsive to keyboard controls.

Changelog

Fixed

  • Player no longer crashes when songs in the playlist did not have enough metadata (as per #12 ).
  • Player no longer crashes when the playlist contains no songs.

Version 1.3.0

13 May 01:58
bcf864d

Choose a tag to compare

Summary

Added a playlist view that appears once the window is wide enough.

Changelog

Added

  • A new playlist view that appears when the window is sufficiently wide.
  • New config option show_playlist to enable/disable the new view.
  • New keybinds to control the playlist (select_up, select_down and select).

Version 1.2.0

30 Apr 18:39

Choose a tag to compare

Summary

New configuration options have been added to hide the current track info, auto close the player when finishing a playlist, to customize keybindings and more.

Changelog

Added

  • New config option auto_close automatically closes the player once mpd reaches the end of the playlist and stops.
  • New config option album_art_only hides the current track information and only displays the album art. This can be toggled with the new toggle_info keybind (defaults to i).
  • New config options for customizing keybinds (see the readme for details).
  • New config option volume_step for changing the volume increment/decrement ammount.
  • New config option to specify a password for use with mpd. (Thanks to @chebro).

Version 1.1.2

19 Apr 18:20

Choose a tag to compare

Summary

Made the player more responsive to keyboard controls.

Changelog

Fixed

  • The player now immediately updates when the keys for help, next song and previous song are pressed.
  • The player checks for inputs twice as often which should result in a more responsive experience.

Version 1.1.1

04 Feb 14:54

Choose a tag to compare

Summary

Bug fixes

Changelog

Fixed

  • Fixed a bug where the player would error on songs which do not have an artist or title as per #4.

Version 1.1

31 Jan 15:00

Choose a tag to compare

Summary

With this version. the player no longer requires Kitty as your terminal due to the new Überzug implementation.

Changelog

Added

  • Added a new config option image_method which takes values pixcat or ueberzug. This enables users to pick which method to use for drawing album art
  • Added configuration for mpd host and port as per #2