playlist phantom track matching added, updated search queries for efficiency
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user