Allows you to search for videos on youtube and automatically add the audio URLs to an MPD playlist
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

13 lines
428 B

Name: youtube-mpd
Version: 0.1
Cabal-Version: >= 1.2
License: GPL-3
Author: Wesley Kerfoot
Synopsis: play youtube music easier
Build-Type: Simple
Executable youtube-mpd
Build-Depends: base, HTTP, handa-gdata, process, directory, http-conduit, bytestring, aeson, containers, text, libmpd, MissingH, mtl, attoparsec
Main-Is: Main.hs
Extensions: OverloadedStrings
GHC-Options: -fwarn-incomplete-patterns -Werror