From b9c785f0014b5cf59a136980bc14435f7c5535fd Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 26 Sep 2019 13:59:42 -0500 Subject: [PATCH] Add README --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cdb584b --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# ptgdp: Play the Goddamned Playlist + +A tool to play a plaintext playlist composed entirely of youtube-dl search queries + +## Setup + +Make a file containing a few download queries. For example: + +`myplaylist.gdp` + +``` +alice in chains love hate love +megadeth high speed dirt +tool parabola +``` + +Then invoke `ptgdp`: + + ptgdp myplaylist.gdp + +See below for more intricate usage. + +## License + +See `LICENSE` (hint: it's MIT, just like the header says).