Music Management utility using a shell script
This is a simple music management utility developed using a shell script. It can be used on Unix-based systems or on Windows with WSL. It requires NVLC media player for playing music and MediaInfo library for collecting metadata of a music file.
For Ubuntu Users:
Install VLC media player
sudo apt-get install vlcInstall MediaInfo library:
sudo apt-get install mediainfo