{"id":42577003,"url":"https://github.com/casept/mfp-dl","last_synced_at":"2026-01-28T21:44:42.624Z","repository":{"id":57598419,"uuid":"86107741","full_name":"casept/mfp-dl","owner":"casept","description":" A  simple utility for downloading all tracks from https://musicforprogramming.net/","archived":false,"fork":false,"pushed_at":"2018-02-07T21:59:21.000Z","size":17540,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T01:51:17.079Z","etag":null,"topics":["golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/casept.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-24T20:25:36.000Z","updated_at":"2017-03-24T20:27:43.000Z","dependencies_parsed_at":"2022-08-30T14:31:32.800Z","dependency_job_id":null,"html_url":"https://github.com/casept/mfp-dl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/casept/mfp-dl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casept%2Fmfp-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casept%2Fmfp-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casept%2Fmfp-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casept%2Fmfp-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casept","download_url":"https://codeload.github.com/casept/mfp-dl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casept%2Fmfp-dl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28853171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang"],"created_at":"2026-01-28T21:44:40.211Z","updated_at":"2026-01-28T21:44:42.617Z","avatar_url":"https://github.com/casept.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mfp-dl\n[![Windows build status:](https://ci.appveyor.com/api/projects/status/xywauc7tmvc5lduy/branch/master?svg=true)](https://ci.appveyor.com/project/casept/mfp-dl/branch/master)\n[![Linux/OSX build status:](https://travis-ci.org/casept/mfp-dl.svg?branch=master)](https://travis-ci.org/casept/mfp-dl)\n[![Go Report Card](https://goreportcard.com/badge/github.com/casept/mfp-dl)](https://goreportcard.com/report/github.com/casept/mfp-dl)\n[![Coverage Status](https://coveralls.io/repos/github/casept/mfp-dl/badge.svg?branch=master)](https://coveralls.io/github/casept/mfp-dl?branch=master)\n\n## What is this?\n\nThis is a simple utility intended for downloading all tracks off of [musicforprogramming.net](https://musicforprogramming.net/).\n\nEssentially, it just parses the site's RSS feed\n, checks if all tracks contained within are already downloaded, and fetches any that are missing.\nAdditionally 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.\n\n## Installation\n\nMake sure you have installed go and set up your $GOPATH, then do:\n\n```\ngo get -u -v github.com/casept/mfp-dl\n```\n\n## Usage\n```\n$ mfp-dl -help\nUsage of mfp-dl:\n  -dir string\n        Directory into which the tracks will be downloaded (default \"musicforprogramming\")\n```\n\nExample:\n\n```\nmfp-dl -dir ~/Music/musicforprogramming\n```\n\n### Development\n\nThis package uses the `dep` tool. You can install it by running `go get -u -v github.com/golang/dep/...`.\nMake sure to vendor any dependencies outside the standart library before you submit your pull request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasept%2Fmfp-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasept%2Fmfp-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasept%2Fmfp-dl/lists"}