Playlists for the terminally lazy
Go to file
2019-09-26 14:44:36 -05:00
.gitignore Create gitignore 2019-09-26 03:05:04 -05:00
LICENSE Add LICENSE 2019-09-26 19:00:13 +00:00
ptgdp Make backend checking actually work properly 2019-09-26 14:44:36 -05:00
ptgdp.conf Add support for a config file 2019-09-26 14:40:37 -05:00
README.md Update note in README a bit 2019-09-26 14:41:11 -05:00

ptgdp: Play the Goddamned Playlist

A tool to play a plaintext playlist composed entirely of youtube-dl search queries

Installation

Put ptgdp somewhere in $PATH and install youtube-dl.

Quickstart

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.

Configuration

Move ptgdp.conf from this repo to ~/.config/ptgdp.conf and change the values as you see fit. Alternatively, invoke ptgdp with -c and point it at your config file.

License

See LICENSE (hint: it's MIT, just like the header says).