File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ github.com/alexballas/go-ssdp v0.0.4-0.20260524181453-a1b7428979ab h1:IicL/N9O22
88github.com/alexballas/go-ssdp v0.0.4-0.20260524181453-a1b7428979ab /go.mod h1:bvfmHkfGgEntZVIbSzazSp6zSxD68BJGsLVASpcEHxI =
99github.com/alexballas/refyne/v2 v2.0.0-20260715232008-d8808082ffcd h1:lqe0Jy6nx2/qkLG1tX9Y7stPvPcsfWuDPivc5FCEXVQ =
1010github.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 =
1113github.com/alexballas/xfilepicker v0.0.0-20260716165902-3782f386eb1a h1:e8TfxnY/FUm5f2VcLEZk9+6f9ROPJseCF6Lx3CudDgI =
1214github.com/alexballas/xfilepicker v0.0.0-20260716165902-3782f386eb1a /go.mod h1:q5Df/TVbI93ofJqEaifyZtCIDQ5mc6bklBn28Ku9aXM =
1315github.com/anthonynsimon/bild v0.16.1 h1:ECqtLkQ15kqfHdRtzUfNvQniJtHNpzdVU/7feMYAm0o =
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2424func TestLoadArtwork (t * testing.T ) {
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments