Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.98 KB

File metadata and controls

39 lines (22 loc) · 1.98 KB

cli-player

This is simple audio player that can be started from command line. It bases on GoLang library "github.com/faiface/beep" and support format that supported by this library.

Usage

SYNOPSIS:
cli-player.exe [--dir|-d ] [--file|-f ] [--help|-h|-?]
[--plist|-l ] [--random|-r] [--version|-v] []

OPTIONS:
--dir|-d Name of folder with compositions for playing (default: "")

--file|-f <string>     Name of file with composition for playing (default: "")         
                                                                                       
--help|-h|-?           (default: false)                                                
                                                                                       
--plist|-l <string>    Name of file with playlist for playing (default: "")            
                                                                                       
--random|-r            Random mode of playing or not (default: false)                  
                                                                                       
--version|-v           (default: false)                                                
                                                                                       
playlist is text file each line of this file contains path to audio file. For example
  1. ./testdata/1.mp3
  2. ./testdata/1.flac

Comment is marked by #

Commands:

Press Esc - complete execution Press Space - pause Press ArrowRight - play next in composition