An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# audiofile

[![GoDoc](https://godoc.org/github.com/cloudcloud/audiofile?status.svg)](https://godoc.org/github.com/cloudcloud/audiofile)
[![Go Report Card](https://goreportcard.com/badge/github.com/cloudcloud/audiofile)](https://goreportcard.com/report/github.com/cloudcloud/audiofile)
[![CircleCI](https://circleci.com/gh/cloudcloud/audiofile/tree/master.svg?style=svg)](https://circleci.com/gh/cloudcloud/audiofile/tree/master)
[![Maintainability](https://api.codeclimate.com/v1/badges/0b085055a32c5b7783b0/maintainability)](https://codeclimate.com/github/cloudcloud/audiofile/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/0b085055a32c5b7783b0/test_coverage)](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.