/vir

file-oriented music library management tool

Primary LanguageGo

vir

Build Status

Vir is a simple cross-platform music library management tool.

What it Does

  • help organise music into correctly structured directories
  • flag incomplete or inconsistent idv2/3 tags
  • identify duplicates

How it Works

This project provides a simple command-line tool, vir.

The vir command has various sub-commands for operating on your music library.

Vir is written in go, for performance and portability reasons.

Development

Commit Messages

inspired by the karma-runner project

format:

<type>(<scope): <subject>

<body>

<footer>

types: feat, fix, docs, style, refactor, test, chore