Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 671 Bytes

File metadata and controls

28 lines (22 loc) · 671 Bytes

bz_beatz

A small terminal-based music player. This Project is Done for learning purpose.

Status

⚠️ Work in progress — features and interfaces may change frequently.

Current

  • Terminal / CLI based player
  • Playlist support (create, load, and manage playlists)

Planned features

  • Lyrics fetching and display
  • Improved playback controls and UI polish
  • Better file format support and metadata handling

Getting started

  1. Clone the repository:
    git clone https://github.com/Divakar-2508/bz_beatz.git
    
  2. cd to/project/path and build
    cd bz_beatz/
    cargo run
    

Currently Planned on Switching from rodio to cpal ><