https://github.com/bernhardwebstudio/lyricfetcher
Fetches & stores lyrics in your mp3-files
https://github.com/bernhardwebstudio/lyricfetcher
golang lyrics
Last synced: 11 months ago
JSON representation
Fetches & stores lyrics in your mp3-files
- Host: GitHub
- URL: https://github.com/bernhardwebstudio/lyricfetcher
- Owner: BernhardWebstudio
- License: mit
- Created: 2018-07-15T14:28:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T17:46:02.000Z (over 7 years ago)
- Last Synced: 2024-12-28T09:43:08.876Z (over 1 year ago)
- Topics: golang, lyrics
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LyricFetcher
Fetches & stores lyrics in your mp3-files.
## Usage
We do not take responsibility for fails an issues with this library.
Do make backups of your files before following the instructions.
As this tool is not yet officially released, you have to use it from source:
0. You require to have [go](https://golang.org) installed.
1. Download or clone this repo
2. Run `go path/to/repo/cmd/fetch.go path/to/music`
3. Resolve the missing dependencies if any
## Contribution
There is much to improve as this is my first project in go.
Use the tools offered by GitHub & open issues & pull requests
as you want.