Skip to content

v0.5

Compare
Choose a tag to compare
@alphapapa alphapapa released this 06 Mar 02:05
· 116 commits to master since this release
v0.5

Additions

  • Command listen-queue-list shows a list of queues.
  • Command listen-jump (bound to j in queue and library buffers) jumps to the track at point in a Dired buffer.
  • Command listen-track-view shows a track's complete metadata in a table view.
  • Mode listen-queue-delay-mode plays a queue with a configurable, random delay between tracks.
  • Option listen-queue-repeat-mode (also settable in listen-menu) allows repeating a queue in-order or shuffled.
  • Option listen-lighter-extra-functions allows displaying extra information in the listen-mode lighter.
  • Option listen-track-end-functions allows running functions when a track finishes playing.
  • Show total queue duration at bottom of track list.
  • Show track ratings in library and queue buffers.

Changes

  • All metadata in MP3 and Ogg files is available for display (not only standard tags).
  • For date field in library and queue views, show originalyear or originaldate metadata fields in preference to date (which seems generally more useful, as the date field may contain a full date, and sometimes of a later release).

Fixes

  • Increase timeout for reading track durations.
  • Command listen-queue-deduplicate first removes any tracks not backed by a file.
  • In queue buffer, mark current track by comparing filename (rather than internal track identity).