What is mpv?
mpv is a media player software, based on MPlayer and mplayer2. It is free and open-source software released under a mix of licenses including GNU General Public License version 2 or later, with parts under GNU Lesser Public License version 2.1 or later, and some optional parts under GNU General Public License version 3.
checkout there github repository!
Supported Platforms
It runs on several operating systems, including the Unix-like operating systems Linux, BSD, and macOS, and on the non-Unix Windows, along with having an Android port called mpv-android.Moreover can be run on any Kali linux distros like Termux,Parrot os,ubuntu,nethunter etc.It is cross-platform, running on ARM, PowerPC, x86 / IA-32, x86-64, and MIPS architecture.
Lets get into the process!!!
First of all update & upgrade your terminal
apt update & upgrade -y
And now install the following packages
pkg install fish
pkg install mpv
Done !!!✅
Now Clear your terminal by entering the command clear
If you have not given permission to access your storage then just type the command -
termux-setup-storage
For Termux users only! ☝
Or you can do it manually by going to your app settings!
Now clear your terminal again and just type the commands given below ⬇
fish
cd /sdcard
cd download ( your music directory in my case its "download" )
mpv please_don't_go-joel_adams.mp3 (the music you want to play in my case "please_don't_go-joel_adams.mp3")
It's Done!!!!!!!!!!!!!!!!!!
If you wanna stop the music then type the command exit
**************************************************
