mfp-dl

command module
v0.0.0-...-2ef9e28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2018 License: MIT Imports: 11 Imported by: 0

README

mfp-dl

Go Report Card Coverage Status

What is this?

This is a simple utility intended for downloading all tracks off of musicforprogramming.net.

Essentially, it just parses the site's RSS feed , checks if all tracks contained within are already downloaded, and fetches any that are missing. Additionally it also downloads the folder.jpg file, which is needed in order for album art to be displayed properly in some music players. I built this to help me get my feet wet with golang, don't expect it to be rigorously maintained.

Installation

Make sure you have installed go and set up your $GOPATH, then do:

go get -u -v github.com/casept/mfp-dl

Usage

$ mfp-dl -help
Usage of mfp-dl:
  -dir string
        Directory into which the tracks will be downloaded (default "musicforprogramming")

Example:

mfp-dl -dir ~/Music/musicforprogramming
Development

This package uses the dep tool. You can install it by running go get -u -v github.com/golang/dep/.... Make sure to vendor any dependencies outside the standart library before you submit your pull request.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL