playlist phantom track matching added, updated search queries for efficiency

This commit is contained in:
2026-02-24 21:23:25 -05:00
parent ff7649600b
commit e192d4625e
31 changed files with 5222 additions and 316 deletions
+8
View File
@@ -36,6 +36,7 @@ type AudioFile struct {
Channels int64
Bitrate int64
FileSize int64
Basename string
}
type CoverArt struct {
@@ -128,3 +129,10 @@ type ReleaseGroupRecording struct {
TrackNumber sql.NullInt64
DiscNumber sql.NullInt64
}
type SearchIndex struct {
FilePath string
Title string
Artist string
Album string
}