Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ytmdl | 2,676 | a month ago | 56 | March 15, 2022 | 13 | mit | Python | |||
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc. | ||||||||||
Android File Transfer Linux | 1,222 | 5 months ago | 69 | lgpl-2.1 | C++ | |||||
Android File Transfer for Linux | ||||||||||
Musicrepair | 566 | 2 years ago | 72 | September 30, 2017 | 11 | mit | Go | |||
Fixes music metadata and adds album art. | ||||||||||
Baton | 197 | 2 years ago | May 28, 2021 | 3 | mit | Go | ||||
CLI to manage Spotify playback | ||||||||||
Bandcamp Collection Downloader | 179 | 6 months ago | 20 | agpl-3.0 | Kotlin | |||||
A command-line tool to automatically download all releases purchased with a Bandcamp account. The official page of the project is https://framagit.org/Ezwen/bandcamp-collection-downloader, while here this is just a mirror hosted on Github. | ||||||||||
Spotify Cli Mac | 123 | 4 years ago | 11 | February 28, 2019 | 8 | mit | JavaScript | |||
🎶 A nodejs app to control Spotify without leaving your terminal. 🎶 | ||||||||||
Spotify Cli | 123 | 7 months ago | 1 | mit | OCaml | |||||
CLI program for controlling the spotify desktop client | ||||||||||
Soundcloud Dl | 79 | 2 years ago | 20 | February 20, 2021 | 3 | Python | ||||
A Python project that downloads tracks from soundcloud.com, complete with metadata and album art | ||||||||||
Yt2mp3 | 79 | 3 years ago | 10 | December 29, 2018 | 9 | mit | Python | |||
:arrow_down: Search, Download, and Convert YouTube videos to MP3 | ||||||||||
Yet Another Spotify Lyrics | 72 | 10 months ago | 19 | May 17, 2022 | 3 | mit | Python | |||
Command Line Spotify Lyrics with Album Cover |
Adds Metadata to Music files
musicrepair -config
musicrepair -config
, and located at $HOME/.musicrepair/config.json
-config
$ musicrepair -config
Enter Spotify client ID : <enter Spotify client ID>
Enter Spotify client secret : <enter Spotify client secret>
Download the latest binary from the releases page.
Make sure to add the binary to your $PATH
$ go get -u -v github.com/kalbhor/musicrepair
$ which musicrepair
$ $GOPATH/bin/musicrepair
Initially, you'll have to add the Spotify credentials.
$ musicrepair -config
After that, always a simple command
$ musicrepair
✨ 🍰
$ musicrepair -help
Usage of musicrepair:
-config
If set, MusicRepair will ask for credentials
-dir string
Specifies the directory where the music files are located (default "./")
-recursive
If set, Musicrepair will run recursively in the given directory
-revert
If set, Musicrepair will revert the files
-threads int
Specify the number of threads to use (default 1)
Found an issue? Post it in the issue tracker.
Want to add another awesome feature? Fork this repository and add your feature, then send a pull request.
The MIT License (MIT) Copyright (c) 2017 Lakshay Kalbhor