A terminal youtube client for music that uses youtube-dl and cvlc to download and play music
Building and Running:
dotnet build
dotnet run --project=src/Downloader -c /path/to/configPublishing:
dotnet publish -c Release -r linux-x64Usage:
USAGE: PlaySharp [--help] [--configpath <path>] [--playmode <mode>]
OPTIONS:
--configpath, -c <path>
Specify the path of a config file
--playmode <mode> Specify a play mode [autoplay or manual]
--help display this list of options.