Skip to content

Instantly share code, notes, and snippets.

@towerofnix
Created September 18, 2017 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save towerofnix/9b1853ee74d30357e1b59d22c59aba2f to your computer and use it in GitHub Desktop.
Save towerofnix/9b1853ee74d30357e1b59d22c59aba2f to your computer and use it in GitHub Desktop.
An example http-music playlist which starts "Chasing the void" from 1:30 minutes through.
{
"options": ["--converter", "ffmpeg"],
"items": [
{
"name": "Chasing the void",
"downloaderArg": "glitched puppet/glitch(ed)/17 Chasing the void.mp3",
"converterOptions": ["-i", "$in", "-ss", "00:01:30", "$out"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment