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
- ./testdata/1.mp3
- ./testdata/1.flac
Comment is marked by #
Commands:
Press Esc - complete execution Press Space - pause Press ArrowRight - play next in composition