{"id":24129519,"url":"https://github.com/luandro/mix-dl","last_synced_at":"2025-03-01T05:18:21.215Z","repository":{"id":57298564,"uuid":"99864130","full_name":"luandro/mix-dl","owner":"luandro","description":"Download songs from various artists from the command line","archived":false,"fork":false,"pushed_at":"2017-08-10T21:37:23.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T19:39:14.375Z","etag":null,"topics":["mix","playlist","youtube-dl"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luandro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-10T00:32:05.000Z","updated_at":"2019-06-27T23:05:25.000Z","dependencies_parsed_at":"2022-08-26T18:02:30.321Z","dependency_job_id":null,"html_url":"https://github.com/luandro/mix-dl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fmix-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fmix-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fmix-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fmix-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luandro","download_url":"https://codeload.github.com/luandro/mix-dl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241317960,"owners_count":19943253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["mix","playlist","youtube-dl"],"created_at":"2025-01-11T19:33:27.927Z","updated_at":"2025-03-01T05:18:21.194Z","avatar_url":"https://github.com/luandro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mix-dl\n\nAutomatically downloads and conversts to mp3 the youtube mix playlist for any number of artists. Uses [youtube-dl](https://rg3.github.io/youtube-dl/), so make sure you have it installed in your machine.\n\n## How it works\n\nIt adds the keyword \"mix\" to the artist name, searches on Youtube filtering only playlists and downloads the first result playlist with `youtube-dl`, extracting audio and converting it to `mp3` format.\n\nAutomatically adds `--no-overwrites`, `--continue` and `--ignore-errors` options. Also uses `--min-views` options to only download videos with at least 1000 views. \n\n## Usage\n\nMake sure you have NodeJS at least v8.\n\n```\nnpm i -g mix-dl\n```\n\nor\n\n```\nyarn global add mix-dl\n```\n\nThat's it. Now just use it like this:\n\n```\nmix-dl [ARTISTS] [OPTIONS]\n```\n\nExample:\n\n```mix-dl \"Bob Marley\" \"Charlie Brown Jr\" -n 20 ```\n\nWhere `-n` is the number of songs per artist, which defaults to `30`.\n\n### Options\n\n- `n` `INT` - number of songs to download defaults to 25\n- `f` `STRING` - folder name to download to mix-downloads\n- `v` - verbose mode on defaults to false\n- `m` `INT` - minimum views defaults to 1000\n- `d` - debug mode on defaults to false\n\n## Todo\n\n- Use `--match-title` option to only download songs containing artist name\n- Download each artist to it's own folder\n- Add better interface\n- Better find playlists","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fmix-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluandro%2Fmix-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fmix-dl/lists"}