Skip to content

Commit 807bad5

Browse files
committed
use tunetag fork
1 parent c2936b4 commit 807bad5

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/alexballas/fyne-tooltip v0.0.0-20260528093432-da161b5c8cac
77
github.com/alexballas/go-ssdp v0.0.4-0.20260524181453-a1b7428979ab
88
github.com/alexballas/refyne/v2 v2.0.0-20260715232008-d8808082ffcd
9+
github.com/alexballas/tunetag v0.0.0-20260718174341-d95e946c0b0e
910
github.com/alexballas/xfilepicker v0.0.0-20260716165902-3782f386eb1a
1011
github.com/buger/jsonparser v1.2.0
11-
github.com/cabbagekobe/tunetag v0.1.4
1212
github.com/charmbracelet/bubbletea v1.3.10
1313
github.com/charmbracelet/lipgloss v1.1.0
1414
github.com/gdamore/tcell/v2 v2.13.10
@@ -40,6 +40,7 @@ require (
4040
github.com/BurntSushi/toml v1.6.0 // indirect
4141
github.com/anthonynsimon/bild v0.16.1 // indirect
4242
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
43+
github.com/cabbagekobe/tunetag v0.1.4 // indirect
4344
github.com/charmbracelet/colorprofile v0.4.3 // indirect
4445
github.com/charmbracelet/x/ansi v0.11.7 // indirect
4546
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ github.com/alexballas/go-ssdp v0.0.4-0.20260524181453-a1b7428979ab h1:IicL/N9O22
88
github.com/alexballas/go-ssdp v0.0.4-0.20260524181453-a1b7428979ab/go.mod h1:bvfmHkfGgEntZVIbSzazSp6zSxD68BJGsLVASpcEHxI=
99
github.com/alexballas/refyne/v2 v2.0.0-20260715232008-d8808082ffcd h1:lqe0Jy6nx2/qkLG1tX9Y7stPvPcsfWuDPivc5FCEXVQ=
1010
github.com/alexballas/refyne/v2 v2.0.0-20260715232008-d8808082ffcd/go.mod h1:A5ylOSbXKGDIq5nyq92kjxq6Z43H4UQBugJPnN5SqPk=
11+
github.com/alexballas/tunetag v0.0.0-20260718174341-d95e946c0b0e h1:WUiQ7apgJZ5xWiISl5dMIZUBdJ/tYPclbsdnNATHL+Q=
12+
github.com/alexballas/tunetag v0.0.0-20260718174341-d95e946c0b0e/go.mod h1:HURLWYLMoZtxUiboPNZ5/en9npmAWfnC23RAOwgFv8Y=
1113
github.com/alexballas/xfilepicker v0.0.0-20260716165902-3782f386eb1a h1:e8TfxnY/FUm5f2VcLEZk9+6f9ROPJseCF6Lx3CudDgI=
1214
github.com/alexballas/xfilepicker v0.0.0-20260716165902-3782f386eb1a/go.mod h1:q5Df/TVbI93ofJqEaifyZtCIDQ5mc6bklBn28Ku9aXM=
1315
github.com/anthonynsimon/bild v0.16.1 h1:ECqtLkQ15kqfHdRtzUfNvQniJtHNpzdVU/7feMYAm0o=

metadata/artwork.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"strconv"
2323
"strings"
2424

25-
"github.com/cabbagekobe/tunetag"
25+
"github.com/alexballas/tunetag"
2626
"golang.org/x/image/draw"
2727
)
2828

metadata/artwork_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"strings"
1919
"testing"
2020

21-
"github.com/cabbagekobe/tunetag/flac"
21+
"github.com/alexballas/tunetag/flac"
2222
)
2323

2424
func TestLoadArtwork(t *testing.T) {

metadata/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package metadata resolves and normalizes optional media artwork.
22
//
3-
// Embedded tags are read with github.com/cabbagekobe/tunetag v0.1.4, a
3+
// Embedded tags are read with github.com/alexballas/tunetag, a
44
// pure-Go library under the MIT license. This package uses its MP3 ID3v2 APIC,
55
// MP4/M4A covr, FLAC PICTURE, and Ogg Vorbis/Opus METADATA_BLOCK_PICTURE
66
// readers. Other tunetag container support is outside Go2TV's artwork MVP.

0 commit comments

Comments
 (0)