https://github.com/cloudcloud/audiofile
Small application for managing and browsing a local audio file collection
https://github.com/cloudcloud/audiofile
Last synced: 5 months ago
JSON representation
Small application for managing and browsing a local audio file collection
- Host: GitHub
- URL: https://github.com/cloudcloud/audiofile
- Owner: cloudcloud
- License: apache-2.0
- Created: 2018-12-27T05:20:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:39:21.000Z (over 3 years ago)
- Last Synced: 2024-06-21T02:18:17.426Z (about 2 years ago)
- Language: Go
- Size: 1.86 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audiofile
[](https://godoc.org/github.com/cloudcloud/audiofile)
[](https://goreportcard.com/report/github.com/cloudcloud/audiofile)
[](https://circleci.com/gh/cloudcloud/audiofile/tree/master)
[](https://codeclimate.com/github/cloudcloud/audiofile/maintainability)
[](https://codeclimate.com/github/cloudcloud/audiofile/test_coverage)
## background
Do you have a music collection that you would like to browse and organise with
a nice UI? Audiofile attempts to provide such an interface, allowing for
directory locations to be specified and then trawled for audio files with
their ID3 information retrieved. To provide further benefit, Audiofile
attempts to then help with organising your local filesystem layout, along
with ensuring the quality and validaty of all metadata.
## installation
See the releases for available pre-built binaries of Audiofile.
## development
See the Makefile for details of running components of Audiofile.
## credit
A portion of this concept was derived from the SickBeard product.