Skip to content

Latest commit

 

History

History
executable file
·
58 lines (42 loc) · 1.64 KB

File metadata and controls

executable file
·
58 lines (42 loc) · 1.64 KB

MusPlayer

Musplayer-Banner

Music player for Termux using MPV and Bash


[+] Installation

git clone https://github.com/KasRoudra/MusPlayer
cd MusPlayer
bash install.sh

Or, Use Single Command

git clone https://github.com/KasRoudra/MusPlayer && cd MusPlayer && chmod +x * && bash install.sh

[+] Usage

  • Run musplayer and choose a directory by chdir <path>
  • Enter list to view all musics in the <path>
  • Run play <number> to play the respective music
  • CTRL+C to stop music and exit to exit

[+] Preview:

Musplayer

[+] Features

  • Repeat (Applied in play <number>)
  • Shuffle (Applied in play all)
  • Any directory
  • Play all

[+] Credit

Base code from BagazMukti

[+] Find me on