Skip to content

badger1961/cli-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published