Sorrow446 / go-mp4tag

MP4 tag library written in Go.
MIT License
12 stars 7 forks source link

Refactor the CLI to not include the entire library #8

Closed cloudkucooland closed 11 months ago

cloudkucooland commented 11 months ago

(1) bump to a more contemporary version of Go (2) use the standard "/cmd/" structure so "go install -v ./..." works from the top directory (3) do not copy all the code from the module into the cmd, just reference it

If this work is accepted then I'll start working on adding some things to the main module that I'd like in my own tagger project.

Sorrow446 commented 11 months ago

Thank you. The rewrite's up now. I haven't written a CLI version for it yet. It is safe and stable, but implementing https://github.com/Sorrow446/go-mp4tag/issues/9 is priority.

cloudkucooland commented 11 months ago

I'll play with the new code and let you know how it works in my project. Thanks!

Sorrow446 commented 11 months ago

You're welcome. Feel free to message me over Discord or submit an issue if you have any probs.