Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manycoding/mlp
Media library artwork renamer
https://github.com/manycoding/mlp
Last synced: about 2 months ago
JSON representation
Media library artwork renamer
- Host: GitHub
- URL: https://github.com/manycoding/mlp
- Owner: manycoding
- Created: 2015-02-01T20:36:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T05:25:50.000Z (almost 10 years ago)
- Last Synced: 2023-02-27T15:03:11.693Z (almost 2 years ago)
- Language: Go
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mlp - media library parser
Traverses through the input folder and renames albums' covers and artwork folders. Considers an album folder as a folder with one or more audio files (m4a, flac).## Installation
Get GO compiler if you still haven't - http://golang.org/## Usage
$ go run mlp.go -i="path"
-h/-help
-i/-inputDir - input directory
Optional arguments:
-n/-coverName - name for covers, default is "cover"
-afn/-artworkDirName - name for artwork folders, default is "artwork"
## Contributing
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request