Skip to content

uamp v0.1.0

Compare
Choose a tag to compare
@BonnyAD9 BonnyAD9 released this 12 Aug 19:40
· 370 commits to master since this release

uamp v0.1.0

First release!!!

The music player now has in my opinion all the necesary features to serve as a good music player:

  • Shuffle all
  • Global hotkeys

Features:

  • GUI
    • create playlist from all songs
    • shuffle playlist
    • Play/Pause, Next, Previous
    • Volume, mute
    • See now playing
    • See plalist
  • Global shortcuts
    • Play/Pause
    • Next song
    • Previous song
    • Volume up/down
  • Configuration
    • Config file
    • Set where to search for music
    • Set file extensions to try
    • Update library on start
    • Disable/Enable global shortcuts
    • Set how much to change volume with each volume up/down
  • CLI
    • Show help
    • Control currently running instance
      • Play/Pause
      • Next song
      • Previous song
      • Volume up/down, set volume, mute
  • State persistance
    • Volume, mute
    • Now playing song
    • Current playlist

How to get it

To use the player you have to compile it yourself, but that shouldn't be any problem because all you need is cargo:

cargo build -r

the binary will be ./target/release/uamp. It doesn't depend on any other files.