Playlists for the terminally lazy
Go to file
2019-09-26 19:00:13 +00:00
.gitignore Create gitignore 2019-09-26 03:05:04 -05:00
LICENSE Add LICENSE 2019-09-26 19:00:13 +00:00
ptgdp Add minimal ptgdp script 2019-09-26 03:34:42 -05:00
README.md Add README 2019-09-26 13:59:42 -05:00

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).