ChartrandEtienne / musicdb

Exploring go while exploring my filesystem for music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple piece of code I wrote to explore the basics of the programming language Go.

It simply walks a directory to find mp3 files, reads their id3 tags and builds up a database of tracks per albums per bands.

Simple and rather useless, but it served its purpose of letting me get familiar with Go.

Program main function is in musicdb.go

Thanks!

About

Exploring go while exploring my filesystem for music


Languages

Language:Go 82.6%Language:HTML 7.7%Language:JavaScript 6.2%Language:Shell 3.4%