/music-finder

music finder and music player powered by mplayer

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Hi. This script can

  • Search musics
  • Search directories
  • Play musics witch you have find with MPlayer

Installation

Automatically

$ git clone https://github.com/hessamashari/music-finder.git
$ cd music-finder
$ chmod +x install.sh
$ ./install.sh

Manually

Install dependencies

In Debian base distributions (like Ubuntu) try :

$ sudo apt install mplayer

In RedHat base distributions (like Fedora) try :

$ sudo dnf install mplayer

In Arch base distributions (like Manjaro) try :

$ sudo pacman -S mplayer

Install script

$ git clone https://github.com/hessamashari/music-finder.git
$ cd music-finder
$ chmod +x music-finder
$ sudo cp music-finder /usr/bin/music-finder

Usage

$ music-finder

Update

$ music-finder --update

Uninstall

$ music-finder --uninstall

Help

$ music-finder --help

Exit the program with Ctrl+C :)

Please dont forget star...
Thanks!