refactor: change package name to match the fork URL and update the README with a notice and install command
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
> **NOTE**
|
||||
>
|
||||
> This is a fork of [github.com/dhowden/tag](https://github.com/dhowden/tag)
|
||||
> exposing some lower level functions publicly.
|
||||
|
||||
## Install
|
||||
|
||||
```shell
|
||||
go get git.radioz.org/pisoj/dhowden-tag
|
||||
```
|
||||
|
||||
# MP3/MP4/OGG/FLAC metadata parsing library
|
||||
[](https://pkg.go.dev/github.com/dhowden/tag)
|
||||
|
||||
|
||||
+1
-1
@@ -16,8 +16,8 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
tag "git.radioz.org/pisoj/dhowden-tag"
|
||||
"github.com/dhowden/itl"
|
||||
"github.com/dhowden/tag"
|
||||
)
|
||||
|
||||
func decodeLocation(l string) (string, error) {
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/dhowden/tag"
|
||||
tag "git.radioz.org/pisoj/dhowden-tag"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
+2
-2
@@ -13,8 +13,8 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/dhowden/tag"
|
||||
"github.com/dhowden/tag/mbz"
|
||||
tag "git.radioz.org/pisoj/dhowden-tag"
|
||||
"git.radioz.org/pisoj/dhowden-tag/mbz"
|
||||
)
|
||||
|
||||
var usage = func() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module github.com/dhowden/tag
|
||||
module git.radioz.org/pisoj/dhowden-tag
|
||||
|
||||
go 1.20
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import (
|
||||
"bytes"
|
||||
"testing"
|
||||
|
||||
"github.com/dhowden/tag/internal/id3v1_test"
|
||||
"git.radioz.org/pisoj/dhowden-tag/internal/id3v1_test"
|
||||
)
|
||||
|
||||
//go:generate go-bindata -o internal/id3v1_test/id3v1_testdata.go -pkg id3v1_test -ignore .txt -ignore .go internal/id3v1_test
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ package mbz
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/dhowden/tag"
|
||||
tag "git.radioz.org/pisoj/dhowden-tag"
|
||||
)
|
||||
|
||||
// Supported MusicBrainz tag names.
|
||||
|
||||
Reference in New Issue
Block a user