Implement MonitorAlbum: search, parse, filter by quality, add best to qbittorrent
This commit is contained in:
@@ -165,6 +165,15 @@ type Release struct {
|
||||
Label string
|
||||
CatalogNum string
|
||||
|
||||
InfoHash string
|
||||
TrackCount int
|
||||
TrackNames []string
|
||||
AudioFileCount int
|
||||
TotalAudioSize int64
|
||||
HasCoverArt bool
|
||||
HasCueSheet bool
|
||||
HasRipLog bool
|
||||
|
||||
ParsedSuccessfully bool
|
||||
ParseErrors []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user