Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kamiyaa kamiyaa released this 11 Sep 01:55
· 32 commits to main since this release

Changes

  • Symphonia Backend as default
    • Symphonia + cpal has become the default backend moving forward (as opposed to rodio)
    • The major reasoning behind this is to prevent busy waiting as long as implement support for seeking, metadata, etc.
  • Support for showing total audio duration (Symphonia backend only)
  • Support for seeking backwards and forward (Symphonia backend only)
  • Support for volume (Symphonia)
  • Shuffle support
  • Directory play only plays supported file formats
    • Instead of trying to play images, etc.
  • more query options
    • --query-all command line argument to show all query-able fields
  • Support for recursively adding a folder into playlist
  • go_to_playing command to automatically jumps to the currently playing file
    • Will jump to playlist entry on playlist view
    • Will jump to directory where file is located for file view